Skip to content

Commit

Permalink
Merge pull request f4pga#1518 from antmicro/avoid-printing-rr-warning
Browse files Browse the repository at this point in the history
vpr: suppress RR graph tool comment warning
  • Loading branch information
litghost committed Jun 8, 2020
2 parents 3722144 + 5c48041 commit 32defbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xc/common/cmake/arch_define.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function(ADD_XC_ARCH_DEFINE)
--bb_factor 10 \
--initial_pres_fac 4.0 \
--check_rr_graph off \
--suppress_warnings \${OUT_NOISY_WARNINGS},sum_pin_class:check_unbuffered_edges:load_rr_indexed_data_T_values:check_rr_node:trans_per_R:check_route"
--suppress_warnings \${OUT_NOISY_WARNINGS},sum_pin_class:check_unbuffered_edges:load_rr_indexed_data_T_values:check_rr_node:trans_per_R:check_route:set_rr_graph_tool_comment"
)

set(YOSYS_CELLS_SIM ${YOSYS_DATADIR}/xilinx/cells_sim.v)
Expand Down

0 comments on commit 32defbb

Please sign in to comment.