ideas
ideas copied to clipboard
Create a JSON schema for the Yosys JSON format.
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/
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.
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