You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to sacrifice hwt in chisel3 favor. Because it is useless to have same thin 2x. But there are many things that may be useful for chisel for example this.
I can help you in working on visualizer or are there other project which does same thing for chisel?
Does seems d3-hwschematic useful to you for chisel?
The text was updated successfully, but these errors were encountered:
Sorry, I forgot about this. I'd love to see a collaboration here. I consider our effort sort of a minimum investment thing, trying to get as much out of graphviz as possible. I don't have much experience with node or javascript so it's hard for me to tell that much about how yours works. I'm not sure how to proceed, but here's a couple of things to note.
The firrtl parsing engine is in MakeOneDiagram, it's a little complicated, but it should give you a good feel on how to recognize the various components of firrtl
I would be happy to answer any questions about the code.
We would welcome any code contributions through PR's
Or, If you made a version of your code that parsed and rendered Firrtl files we could link to your project
Hello, I am planing to use FIRRTL as a main "FPGA assembly" language there was some discussion about it f4pga/ideas#19. That means that the current implementation will work for you as well.
But currently I am out of time I am working on improvement of PartitionSort algorithm for HBM memories and it consumes more time than I have.
Hello, I have very similar software for hwt which is chisel3 equvalent.
And I have library which does same thing for this library.
d3-hwschematic circuit visualizer (input is json, can run in node or browser)
hwtGraph generates simplified json from RTL
(I had the GraphViz based tool but is was not good enough so I started to use ELK instead.)
Example CRC.
GUI is pure javascript.
I would like to sacrifice hwt in chisel3 favor. Because it is useless to have same thin 2x. But there are many things that may be useful for chisel for example this.
I can help you in working on visualizer or are there other project which does same thing for chisel?
Does seems d3-hwschematic useful to you for chisel?
The text was updated successfully, but these errors were encountered: