Skip to content

Commit

Permalink
Merge pull request #310 from os-fpga/revert-302-main
Browse files Browse the repository at this point in the history
Revert-fix for EDA-2629
  • Loading branch information
AYYAZmayo authored Apr 9, 2024
2 parents 127afa9 + 3b43707 commit fe6278b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/synth_rapidsilicon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4703,6 +4703,8 @@ static void show_sig(const RTLIL::SigSpec &sig)
run("read_verilog -sv -lib "+readIOArgs);
run("clkbufmap -buf rs__CLK_BUF O:I");
run("techmap -map " GET_TECHMAP_FILE_PATH(GENESIS_3_DIR,IO_CELLs_final_map));// TECHMAP CELLS
//EDA-2629: Remove dangling wires after CLK_BUF
run("opt_clean");
run("iopadmap -bits -inpad rs__I_BUF O:I -outpad rs__O_BUF I:O -toutpad rs__O_BUFT T:I:O -limit "+ std::to_string(max_device_ios));
run("techmap -map " GET_TECHMAP_FILE_PATH(GENESIS_3_DIR,IO_CELLs_final_map));// TECHMAP CELLS

Expand All @@ -4713,6 +4715,7 @@ static void show_sig(const RTLIL::SigSpec &sig)
string techMaplutArgs = GET_TECHMAP_FILE_PATH(GENESIS_3_DIR, LUT_FINAL_MAP_FILE);// LUTx Mapping
run("techmap -map" + techMaplutArgs);
#endif
run("opt_clean");
}

if (check_label("blif")) {
Expand Down

0 comments on commit fe6278b

Please sign in to comment.