3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Simulation model verilog fix

This commit is contained in:
Miodrag Milanovic 2019-06-26 18:34:34 +02:00
parent 0b7d648c6a
commit ea0b6258ab
2 changed files with 1 additions and 14 deletions

View file

@ -282,7 +282,7 @@ module RAM32X1D (
output DPO, SPO,
input D, WCLK, WE,
input A0, A1, A2, A3, A4,
input DPRA0, DPRA1, DPRA2, DPRA3, DPRA4,
input DPRA0, DPRA1, DPRA2, DPRA3, DPRA4
);
parameter INIT = 32'h0;
parameter IS_WCLK_INVERTED = 1'b0;