[test] add 'write_fabric_io_info' command to test cases

This commit is contained in:
tangxifan 2022-07-26 13:48:54 -07:00
parent 85bcb36f34
commit 353de4546f
3 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,10 @@ build_fabric --compress_routing #--verbose
# This is used by hierarchical PnR flows
write_fabric_hierarchy --file ./fabric_hierarchy.txt
# Write the fabric I/O attributes to a file
# This is used by pin constraint files
write_fabric_io --file ./fabric_io_location.xml --verbose
# Write the Verilog netlist for FPGA fabric
# - Enable the use of explicit port mapping in Verilog netlist
write_fabric_verilog --file ${OPENFPGA_VERILOG_OUTPUT_DIR}/SRC --explicit_port_mapping --include_timing --print_user_defined_template --verbose

View File

@ -32,6 +32,10 @@ build_fabric --compress_routing #--verbose
# This is used by hierarchical PnR flows
write_fabric_hierarchy --file ./fabric_hierarchy.txt
# Write the fabric I/O attributes to a file
# This is used by pin constraint files
write_fabric_io --file ./fabric_io_location.xml --verbose --no_time_stamp
# Repack the netlist to physical pbs
# This must be done before bitstream generator and testbench generation
# Strongly recommend it is done after all the fix-up have been applied

View File

@ -30,6 +30,10 @@ build_fabric --compress_routing #--verbose
# This is used by hierarchical PnR flows
write_fabric_hierarchy --file ./fabric_hierarchy.txt
# Write the fabric I/O attributes to a file
# This is used by pin constraint files
write_fabric_io --file ./fabric_io_location.xml --verbose --no_time_stamp
# Repack the netlist to physical pbs
# This must be done before bitstream generator and testbench generation
# Strongly recommend it is done after all the fix-up have been applied