d3-hwschematic icon indicating copy to clipboard operation
d3-hwschematic copied to clipboard

D3.js and ELK based schematic visualizer

Results 20 d3-hwschematic issues
Sort by recently updated
recently updated
newest added

Internally, netlistsvg generates a JSON object very similar to the ELK JSON used by this project. For example, using one of the Fomu blink examples, this is generated by netlistsvg:...

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: https://github.com/ghdl/ghdl/issues/1519 Do you...

For bigger schematics (CRC.json) the rendering takes much longer. Do you believe using d3 canvas render instead of SVG will improve the performance?

Currently hierarchical ports are collapsed to the most compact format. However the developer usually wants to see all signals in the interface (which is used in the port) ![image](https://user-images.githubusercontent.com/5032806/98179620-75655100-1eff-11eb-9c95-95e4a8dc0028.png) In...

Currently it is possible to expand the body of the component, but it is useful to have the possibility to step into the component and hide everything except the component...

It would be nice if nodes which do represent components with some different color than statement nodes so it is more easy to find them.

This issue is about a new node type which will be non-collapsible and will not have visible boundaries. It's children will be visually rendered directly in to a parent component....

It would be nice to have components with pictures and with a generic html/svg in body. ![image](https://user-images.githubusercontent.com/5032806/98180196-9aa68f00-1f00-11eb-9a3f-13fc0c50e85e.png) But there is something more important. It would be very useful to have...

Current representation for memories is not ideal (the memory is represented by nodes for memory ports and the memory is actually a net connecting them all together). We need something...