Skip to content

Commit

Permalink
Openfpga script fix (#236)
Browse files Browse the repository at this point in the history
* openfpga fix

* openfpga script fix

Co-authored-by: Alain Dargelas <[email protected]>
  • Loading branch information
alain-rs and alaindargelas authored Nov 24, 2022
1 parent 04efd5b commit fba08f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FOEDAG
3 changes: 2 additions & 1 deletion src/Compiler/CompilerRS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ std::string CompilerRS::BaseVprCommand() {
std::to_string(m_channel_width) +
" --suppress_warnings check_rr_node_warnings.log,check_rr_node"
" --clock_modeling ideal --timing_report_npaths 100 "
"--absorb_buffer_luts off --constant_net_method route "
"--absorb_buffer_luts off --skip_sync_clustering_and_routing_results "
"on --constant_net_method route "
"--timing_report_detail detailed --post_place_timing_report " +
m_projManager->projectName() + "_post_place_timing.rpt" +
device_size + pnrOptions);
Expand Down

0 comments on commit fba08f3

Please sign in to comment.