![]() 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 | ||
ast.py | ||
cd.py | ||
dsl.py | ||
ir.py | ||
mem.py | ||
rec.py | ||
xfrm.py |