logidrom
logidrom copied to clipboard
:bulb: Digital Circuit rendering engine
Online editor, Firefox 66, and 1.9.2. Windows x64 Long names get cropped, poc code: ``` { assign:[ ["Short", ["|", "short1", "short2_a" ] ], ["really_not_so_long_name", ["|", "longer_name", "even_more_longer_name" ] ] ]}...
Hello, this truly seems to be an interesting project, is there a way to test the currently available features? I see that there is a documentation here for example, but...
Ideas is to use GitHub CSS classes to style SVG diagrams. GitHub allows inserting SVG files with `` tag: ```  ``` 
multiplexer (or mux) is a device that selects one of several input signals and forwards the selected input into a single line. Proposed **mux** expression (selector in position 1): ```...
:construction: Work In Progress :construction: wire types: https://github.com/sifive/duh-bus/blob/master/docs/types.md ## wire drawing The distinct visual language behind wire types. Single wire in digital design can be modeled as a directed forward...
Qualifying symbol  ## Abutted Symbols ### Symbols with no logic connections  ### Two symbols with a single logic connection  ### Two symbols with multiple logic connections ...
The current JSON format of expressing a netlist restricts it to represent only tree structure. Generic graph structures cannot be supported. The format for representing the netlist needs to revised....
# Ist: Low active signal names are usually rendered with an Overline. Recomendet implementation ( according to https://github.com/drom/wavedrom/wiki/Unicode ) is the usage of Unicode overline code sequences. While this is...
# Ist: As of now, terms are not connected ( see wavedrom/wavedrom#94 ) and can only have one output signal. # Soll: Connected terms enable the creation of multiple output...
Tool should support multiple schematic drawing standards. ### Preliminary list of standards: **MIL(ANSI)**: MIL-STD-806, ANSI/IEEE Std 91-1984, ANSI/IEEE Std 91a-1991 **IEC**: IEC 60617-12, EN 60617-12:1999 **DIN**: DIN 40700 **GOST**: [ГОСТ...