[Testbench] Add power pin support to scff testbench

This commit is contained in:
tangxifan 2020-12-18 15:55:05 -07:00
parent 2b0294e40a
commit 7b2632a872
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ initial
.ccff_tail(ccff_tail[0]),
.sc_head(sc_head[0]),
.sc_tail(sc_tail[0]),
`ifdef USE_POWER_PINS
.VDD(1'b1),
.VSS(1'b0),
`endif
.IO_ISOL_N(IO_ISOL_N)
);