[FPGA-Verilog] Fixing bugs when using bus group in full testbench generator
This commit is contained in:
parent
fe9e0ff977
commit
790715f46a
|
@ -2060,7 +2060,7 @@ int print_verilog_full_testbench(const ModuleManager& module_manager,
|
||||||
print_verilog_testbench_connect_fpga_ios(fp, module_manager, top_module,
|
print_verilog_testbench_connect_fpga_ios(fp, module_manager, top_module,
|
||||||
atom_ctx, place_ctx, io_location_map,
|
atom_ctx, place_ctx, io_location_map,
|
||||||
netlist_annotation,
|
netlist_annotation,
|
||||||
bus_group,
|
BusGroup(),
|
||||||
std::string(),
|
std::string(),
|
||||||
std::string(TOP_TESTBENCH_SHARED_INPUT_POSTFIX),
|
std::string(TOP_TESTBENCH_SHARED_INPUT_POSTFIX),
|
||||||
std::string(TOP_TESTBENCH_FPGA_OUTPUT_POSTFIX),
|
std::string(TOP_TESTBENCH_FPGA_OUTPUT_POSTFIX),
|
||||||
|
|
Loading…
Reference in New Issue