fhdl/verilog: add simulation parameter to avoid simulation tricks in synthetizable...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 16 Mar 2015 23:25:19 +0000 (00:25 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 16 Mar 2015 23:40:26 +0000 (00:40 +0100)
commit9adf3f02f230572dd5a39598b2a80f11db154b4c
tree3178764c29f91f3f7bca42fbb9d00336710396bd
parente946f6e4538277308e374cd1f0b1b9a31f66dc5a
fhdl/verilog: add simulation parameter to avoid simulation tricks in synthetizable code
it's generally better to have identical code between simulations and synthesis, but here tricks inserted for simulation are clearly expected to be simplified by synthesis tools, so it's better not inserting them.
mibuild/generic_platform.py
migen/fhdl/verilog.py