[Testbench] Fix the unconnected wbs_we_i pin

This commit is contained in:
tangxifan 2020-11-29 22:17:10 -07:00
parent 724696a661
commit 4b681b88a6
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ with open(args.post_pnr_testbench, "r") as wp:
+ "\t\t\t.wb_clk_i(wb_clk_i),\n" \
+ "\t\t\t.wb_rst_i(wb_rst_i),\n" \
+ "\t\t\t.wbs_stb_i(wbs_stb_i),\n" \
+ "\t\t\t.wbs_we_i(wbs_we_i),\n" \
+ "\t\t\t.wbs_cyc_i(wbs_cyc_i),\n" \
+ "\t\t\t.wbs_sel_i(wbs_sel_i),\n" \
+ "\t\t\t.wbs_dat_i(wbs_dat_i),\n" \