drom / logidrom

:bulb: Digital Circuit rendering engine
https://logi.drom.io
MIT License
31 stars 6 forks source link

Verilog style mux #17

Open lafette opened 8 years ago

lafette commented 8 years ago

Is it possible to add support for a verliog style mux in schematic tool?

assign a = b ? c : d ? e : f;

drom commented 8 years ago

Please file all issues related to schematic part of WaveDrom here: https://github.com/drom/logidrom/issues

Multiplexer related issue: https://github.com/drom/logidrom/issues/10