mirror of https://github.com/VLSIDA/OpenRAM.git
Update golden tests for verilog
This commit is contained in:
parent
57c58ce4a5
commit
d43edd95e4
|
|
@ -19,7 +19,6 @@ module sram_2_16_1_freepdk45(
|
|||
parameter VERBOSE = 1 ; //Set to 0 to only display warnings
|
||||
parameter T_HOLD = 1 ; //Delay to hold dout value after posedge. Value is arbitrary
|
||||
|
||||
module sram_2_16_1_freepdk45(
|
||||
`ifdef USE_POWER_PINS
|
||||
inout vdd;
|
||||
inout gnd;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ module sram_2_16_1_scn4m_subm(
|
|||
parameter VERBOSE = 1 ; //Set to 0 to only display warnings
|
||||
parameter T_HOLD = 1 ; //Delay to hold dout value after posedge. Value is arbitrary
|
||||
|
||||
module sram_2_16_1_scn4m_subm(
|
||||
`ifdef USE_POWER_PINS
|
||||
inout vdd;
|
||||
inout gnd;
|
||||
|
|
|
|||
Loading…
Reference in New Issue