logidrom
logidrom copied to clipboard
:bulb: Digital Circuit rendering engine
**Question:** From @wavedrom group topic: https://groups.google.com/d/topic/wavedrom/iqTKBLl6mYU/discussion > Can some tell me how to make a driver gate to drive multiple gates in the next level with replication of the driver...
https://groups.google.com/forum/#!topic/wavedrom/90_-XRJB11o [email protected] Feb 16 In the schematic tool, all signal names in the examples are short (a,b,c,etc). If the signal name is long the tool clips it (the schematic does...
I have started spec for the Abstract Syntax Tree (AST) format here: https://github.com/drom/logidrom/blob/master/ref/ast.md @Raffzahn let me know what do you think.
Sometimes it is required to draw some custom block together with standard elements, so i'd like to have rectangle with custom name or formula within it. I.e. "y=x+b", "3b+a
Hi Youssef, Yes, that would be very desirable to make schematic interactive using CSS and JS. I have separated schematic rendering portion of WaveDrom into separate package: https://github.com/drom/circuit And I...