amaranth/nmigen/hdl
whitequark e5e23644a4 hdl.{ast,dst}: directly represent RTLIL default case.
This makes RTLIL mildly nicer:

 casez ({ \$5 , \$3 , \$1  })
   3'bzz1:
       \$next\o  = \$7 ;
   3'bz1z:
       \$next\o  = \$9 ;
   3'b1zz:
       \$next\o  = \$11 ;
-  3'bz:
+  default:
       { \$next\co , \$next\o  } = \$13 ;
 endcase
2019-06-25 22:01:14 +00:00
..
__init__.py Clean up imports. 2019-06-04 08:18:50 +00:00
ast.py hdl.{ast,dst}: directly represent RTLIL default case. 2019-06-25 22:01:14 +00:00
cd.py Rename fhdl→hdl, genlib→lib. 2018-12-15 14:25:31 +00:00
dsl.py hdl.{ast,dst}: directly represent RTLIL default case. 2019-06-25 22:01:14 +00:00
ir.py hdl.ir: rephrase elaboratable warning to not look like an error. 2019-06-04 13:11:15 +00:00
mem.py hdl.mem: coerce memory init values to integers. 2019-06-11 03:38:44 +00:00
rec.py hdl.rec: unbreak hasattr(rec, ...). 2019-06-03 07:43:31 +00:00
xfrm.py hdl.ast: implement values with custom lowering. 2019-06-11 07:01:44 +00:00