3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-24 16:12:33 +00:00

Merge pull request #6054 from YosysHQ/gatecat/nexus-radiant-fix

nexus: Fix Radiant netlist compatibility
This commit is contained in:
myrtle 2026-07-19 13:22:46 +00:00 committed by GitHub
commit a0fbe6e133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ module $__NEXUS_DPR16X4_ (...);
output [3:0] PORT_R_RD_DATA;
DPR16X4 #(
.INITVAL($sformatf("0x%08x", INIT))
.INITVAL($sformatf("0x%016x", INIT))
) _TECHMAP_REPLACE_ (
.RAD(PORT_R_ADDR),
.DO(PORT_R_RD_DATA),