[test] debugging

This commit is contained in:
tangxifan 2023-01-11 17:06:31 -08:00
parent d5ebbeea9a
commit f6f153ace4
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ write_fabric_bitstream --file fabric_bitstream.bit --format plain_text
write_fabric_verilog --file ./SRC --explicit_port_mapping --include_timing --verbose
# Generate a bus group file by calling an external python script
ext_exec --command "python3 --task ../../../../config/counter8_bus_group_task.yaml"
ext_exec --command "python3 ../../../../config/bus_group_gen.py --task ../../../../config/counter8_bus_group_task.yaml"
# Write the Verilog testbench for FPGA fabric
# - We suggest the use of same output directory as fabric Verilog netlists

View File

@ -1,5 +1,5 @@
counter8:
source:
- counter_output_verilog.v
- ./counter_output_verilog.v
top_module: counter
bus_group_file: bus_group.xml