mirror of https://github.com/VLSIDA/OpenRAM.git
Fixed utest 25 golden
This commit is contained in:
parent
c0c15537d9
commit
1a214a7309
|
|
@ -2,7 +2,7 @@
|
||||||
// Words: 16
|
// Words: 16
|
||||||
// Word size: 2
|
// Word size: 2
|
||||||
|
|
||||||
module sram_2_16_2_scn4m_subm(
|
module sram_2_16_2_freepdk45(
|
||||||
`ifdef USE_POWER_PINS
|
`ifdef USE_POWER_PINS
|
||||||
vdd,
|
vdd,
|
||||||
gnd,
|
gnd,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
module sram_2_16_2_scn4m_subm_top (
|
module sram_2_16_2_freepdk45_top (
|
||||||
`ifdef USE_POWER_PINS
|
`ifdef USE_POWER_PINS
|
||||||
vdd,
|
vdd,
|
||||||
gnd,
|
gnd,
|
||||||
|
|
@ -44,7 +44,7 @@ module sram_2_16_2_scn4m_subm_top (
|
||||||
reg csb0_bank1;
|
reg csb0_bank1;
|
||||||
|
|
||||||
|
|
||||||
sram_2_16_2_scn4m_subm bank0 (
|
sram_2_16_2_freepdk45 bank0 (
|
||||||
`ifdef USE_POWER_PINS
|
`ifdef USE_POWER_PINS
|
||||||
.vdd(vdd),
|
.vdd(vdd),
|
||||||
.gnd(gnd),
|
.gnd(gnd),
|
||||||
|
|
@ -56,7 +56,7 @@ module sram_2_16_2_scn4m_subm_top (
|
||||||
.web0(web0_bank0),
|
.web0(web0_bank0),
|
||||||
.dout0(dout0_bank0)
|
.dout0(dout0_bank0)
|
||||||
);
|
);
|
||||||
sram_2_16_2_scn4m_subm bank1 (
|
sram_2_16_2_freepdk45 bank1 (
|
||||||
`ifdef USE_POWER_PINS
|
`ifdef USE_POWER_PINS
|
||||||
.vdd(vdd),
|
.vdd(vdd),
|
||||||
.gnd(gnd),
|
.gnd(gnd),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue