mirror of https://github.com/lnis-uofu/SOFA.git
[Testbench] Typo fix
This commit is contained in:
parent
951f5f84ee
commit
fec19ebc55
|
@ -246,7 +246,7 @@ with open(args.post_pnr_testbench, "r") as wp:
|
|||
if ((True == fpga_instance_lines) and (curr_line.endswith(");\n"))):
|
||||
skip_current_line = False
|
||||
fpga_instance_lines = False
|
||||
line2output = "\tfpga_wrapper FPGA_DUT(\n" \
|
||||
line2output = "\tfpga_top FPGA_DUT(\n" \
|
||||
+ "\t\t\t.vdda1(vdda1),\n" \
|
||||
+ "\t\t\t.vdda2(vdda2),\n" \
|
||||
+ "\t\t\t.vssa1(vssa1),\n" \
|
||||
|
|
Loading…
Reference in New Issue