amaranth/nmigen/compat/fhdl
whitequark eeb6aca93d compat.fhdl.specials: use "sync" as default domain, not "sys".
In compat.fhdl.module, we already default to "sync" as the default
clocked domain. Using "sys" in memories only would be inconsistent
and result in more bugs.
2019-07-03 13:25:12 +00:00
..
__init__.py compat.fhdl.bitcontainer: import/wrap Migen code. 2018-12-12 15:22:34 +00:00
bitcontainer.py Rename fhdl→hdl, genlib→lib. 2018-12-15 14:25:31 +00:00
conv_output.py compat: provide verilog.convert shim. 2018-12-21 13:53:06 +00:00
module.py compat.fhdl.module: silence "unused elaboratable" warnings. 2019-06-04 13:09:36 +00:00
specials.py compat.fhdl.specials: use "sync" as default domain, not "sys". 2019-07-03 13:25:12 +00:00
structure.py compat.fhdl.structure: fix If/Elif/Else after 32446831. 2019-07-03 13:19:15 +00:00
verilog.py test.compat: reenable tests converting to Verilog. 2019-01-26 15:29:09 +00:00