JSONTestSuite icon indicating copy to clipboard operation
JSONTestSuite copied to clipboard

How to test JSON-for-VHDL?

Open Paebbels opened this issue 9 years ago • 3 comments

Hello,

I wrote a JSON parser for the Hardware Description Language VHDL called JSON-for-VHDL. My repository contains 5 projects for 5 different vendor tools, to compile the VHDL sources and to parse 1-3 example files. One of the needed simulators is open source (GHDL) and could be used in your test suite.

How can we add this parser to your tests?

Edit: As an alternative: Can I add your testcases (*.json files) via Git subtree into my repository and execute the tests locally?

Kind regards Patrick

Paebbels avatar Oct 27 '16 09:10 Paebbels

if would be great to have JSON-for-VHDL directly included in the repo

meanwhile, feel free to include the test files in your project

nst avatar Oct 27 '16 10:10 nst

Hello,

I included your test cases files and wrote a test runner in PowerShell to execute the tests with GHDL.

Screenshot starting at testcase 198: image

This is the complete logfile: vhdl-93.txt

Paebbels avatar Oct 28 '16 02:10 Paebbels

Do you know this list of JSON related repositories and parsers?

https://github.com/burningtree/awesome-json?ts=2

Paebbels avatar Nov 20 '16 00:11 Paebbels