Hi Nic30, if I recall correctly you are amongst the developers behind some of the schematic libraries used for HDL language, maybe this topic could interest you:
ghdl/ghdl#1519
Do you think that it could make sense to parse the XML produced by GHDL and represent it using your library? Or maybe the netlist generated by GHDL synthesis?
I was trying to understand what could be the most simple, easiest and efficient way to generate a simple schematic starting from a VHDL source file. We have the dumps, we have the parsers, we have the layout and schematic generation tools, the only thing needed is to put them together. I was trying to estimate the possible effort of doing this, in terms of time needed.
Hi Nic30, if I recall correctly you are amongst the developers behind some of the schematic libraries used for HDL language, maybe this topic could interest you:
ghdl/ghdl#1519
Do you think that it could make sense to parse the XML produced by GHDL and represent it using your library? Or maybe the netlist generated by GHDL synthesis?
I was trying to understand what could be the most simple, easiest and efficient way to generate a simple schematic starting from a VHDL source file. We have the dumps, we have the parsers, we have the layout and schematic generation tools, the only thing needed is to put them together. I was trying to estimate the possible effort of doing this, in terms of time needed.