From 7b2632a8727990c66dd369b6690b3bd6c8ca8132 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 18 Dec 2020 15:55:05 -0700 Subject: [PATCH] [Testbench] Add power pin support to scff testbench --- TESTBENCH/common/scff_test_post_pnr_v1.1.v | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TESTBENCH/common/scff_test_post_pnr_v1.1.v b/TESTBENCH/common/scff_test_post_pnr_v1.1.v index d4dc16c..065e08a 100644 --- a/TESTBENCH/common/scff_test_post_pnr_v1.1.v +++ b/TESTBENCH/common/scff_test_post_pnr_v1.1.v @@ -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) );