logidrom icon indicating copy to clipboard operation
logidrom copied to clipboard

:bulb: Digital Circuit rendering engine

Results 35 logidrom issues
Sort by recently updated
recently updated
newest added

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" ] ] ]}...

bug

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...

bug

Ideas is to use GitHub CSS classes to style SVG diagrams. GitHub allows inserting SVG files with `` tag: ``` ![](https://raw.githubusercontent.com/wavedrom/logidrom/master/img/color-test.svg) ``` ![](https://raw.githubusercontent.com/wavedrom/logidrom/master/img/color-test.svg)

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): ```...

enhancement

: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 ![image](https://user-images.githubusercontent.com/511872/82748557-b6a1e400-9d57-11ea-8129-a3f357a51800.png) ## Abutted Symbols ### Symbols with no logic connections ![image](https://user-images.githubusercontent.com/511872/82748528-66c31d00-9d57-11ea-9ac3-6b6da8b9116d.png) ### Two symbols with a single logic connection ![image](https://user-images.githubusercontent.com/511872/82748580-15675d80-9d58-11ea-99f2-dd17779df585.png) ### Two symbols with multiple logic connections ![image](https://user-images.githubusercontent.com/511872/82748627-8444b680-9d58-11ea-8d55-eeea324fc1b3.png)...

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....

enhancement

# 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...

enhancement

# 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...

enhancement

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**: [ГОСТ...

enhancement