tilk / digitaljs

Teaching-focused digital circuit simulator
BSD 2-Clause "Simplified" License
659 stars 47 forks source link

Can the schematic layout stuff be used separately from the simulator? #104

Closed mithro closed 8 months ago

mithro commented 9 months ago

@sifferman complimented the schematic layout that DigitalJS produces in the NetlistSVG GitHub Issue here https://github.com/nturley/netlistsvg/issues/140 and I agree the shared screenshot looks pretty nice!

I was wondering if the schematic layout stuff could potentially be integrated into the sphinxcontrib-hdl-diagrams project? It currently supports both Yosys diagrams and NetlistSVG diagrams.

It looks like DigitalJS is really focused on the simulator side of things rather than the schematic layout generation?

tilk commented 8 months ago

Yes, the focus is on simulation, and ripping the simulator out would not be simple in the current architecture. Therefore this is not planned.