ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Create a JSON schema for the Yosys JSON format.

Open mithro opened this issue 8 years ago • 3 comments

Yosys can write a JSON format.. It would be good if there was a specification for this file format.

Write a JSON Schema for the JSON format - see http://json-schema.org/

mithro avatar Dec 30 '17 00:12 mithro

Great idea. I have used this format for my FPGA config visualizer. https://github.com/drom/icedrom I can definitely help with a schema.

GitHub
FPGA config visualized. demo:. Contribute to drom/icedrom development by creating an account on GitHub.

drom avatar Nov 26 '18 02:11 drom

Do you have examples of Yosys JSON output? If the set is large enough something like https://github.com/ncarlier/genjson could be used to generated a merged schema.

GitHub
A simple CLI used to produce a JSON stream with fake data using JSON schema - ncarlier/genjson

proppy avatar Nov 14 '19 06:11 proppy