[test] fixed a bug where ace is no required

This commit is contained in:
tangxifan 2024-06-21 18:43:25 -07:00
parent 2193f108ee
commit 292f4a9273
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ append_clock_rr_graph
# Annotate the OpenFPGA architecture to VPR data base
# to debug use --verbose options
link_openfpga_arch --activity_file ${ACTIVITY_FILE} --sort_gsb_chan_node_in_edges
link_openfpga_arch --sort_gsb_chan_node_in_edges
# Route clock based on clock network definition
route_clock_rr_graph --pin_constraints_file ${OPENFPGA_PIN_CONSTRAINTS_FILE}