mirror of https://github.com/lnis-uofu/SOFA.git
[Testbench] Add power pin support to scff testbench
This commit is contained in:
parent
2b0294e40a
commit
7b2632a872
|
@ -144,6 +144,10 @@ initial
|
||||||
.ccff_tail(ccff_tail[0]),
|
.ccff_tail(ccff_tail[0]),
|
||||||
.sc_head(sc_head[0]),
|
.sc_head(sc_head[0]),
|
||||||
.sc_tail(sc_tail[0]),
|
.sc_tail(sc_tail[0]),
|
||||||
|
`ifdef USE_POWER_PINS
|
||||||
|
.VDD(1'b1),
|
||||||
|
.VSS(1'b0),
|
||||||
|
`endif
|
||||||
.IO_ISOL_N(IO_ISOL_N)
|
.IO_ISOL_N(IO_ISOL_N)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue