amaranth/nmigen/compat
whitequark a57b76fb5d lib.fifo: make simulation read() and write() functions compat-only.
These functions were originally changed in 3ed51938, in an attempt
to make them take one cycle instead of two. However, this does not
actually work because of drawbacks of the simulator interface.

Avoid committing to any specific implementation for now, and instead
make them compat-only extensions.
2019-09-23 08:46:12 +00:00
..
fhdl back.{rtlil,verilog}: split convert_fragment() off convert(). 2019-08-19 19:49:51 +00:00
genlib lib.fifo: make simulation read() and write() functions compat-only. 2019-09-23 08:46:12 +00:00
sim hdl.ir: call back from Fragment.prepare if a clock domain is missing. 2019-08-03 14:54:20 +00:00
__init__.py compat.fhdl.decorators: port from oMigen. 2019-08-08 08:09:28 +00:00