Open mithro opened 6 years ago
Great idea. I have used this format for my FPGA config visualizer. https://github.com/drom/icedrom I can definitely help with a schema.
GitHubFPGA 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.
GitHubA simple CLI used to produce a JSON stream with fake data using JSON schema - ncarlier/genjson
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/