![]() This means that instead of: with m.Case(0b00): <body> with m.Case(0b01): <body> it is legal to write: with m.Case(0b00, 0b01): <body> with no change in semantics, and slightly nicer RTLIL or Verilog output. Fixes #103. |
||
---|---|---|
.. | ||
__init__.py | ||
bitcontainer.py | ||
conv_output.py | ||
module.py | ||
specials.py | ||
structure.py | ||
verilog.py |