mirror of https://github.com/YosysHQ/yosys.git
nexus: Fix Radiant netlist compatibility
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
5d7486115a
commit
15c54ae15e
|
|
@ -10,7 +10,7 @@ module $__NEXUS_DPR16X4_ (...);
|
||||||
output [3:0] PORT_R_RD_DATA;
|
output [3:0] PORT_R_RD_DATA;
|
||||||
|
|
||||||
DPR16X4 #(
|
DPR16X4 #(
|
||||||
.INITVAL($sformatf("0x%08x", INIT))
|
.INITVAL($sformatf("0x%016x", INIT))
|
||||||
) _TECHMAP_REPLACE_ (
|
) _TECHMAP_REPLACE_ (
|
||||||
.RAD(PORT_R_ADDR),
|
.RAD(PORT_R_ADDR),
|
||||||
.DO(PORT_R_RD_DATA),
|
.DO(PORT_R_RD_DATA),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue