Skip to content

Commit

Permalink
No need for LOC
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed May 9, 2024
1 parent bbbf9c1 commit f70142c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions techlibs/nanoxplore/synth_nanoxplore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ struct SynthNanoXplorePass : public ScriptPass
if (help_mode || iopad) {
run("iopadmap -bits -outpad $__BEYOND_OBUF I:PAD -toutpad $__BEYOND_TOBUF C:I:PAD -inpad $__BEYOND_IBUF O:PAD -tinoutpad $__BEYOND_IOBUF C:O:I:PAD A:top", "(only if '-iopad')");
run("techmap -map +/nanoxplore/io_map.v");
run("attrmvcp -attr LOC t:NX_IOB_O t:NX_IOB n:*");
run("attrmvcp -attr LOC -driven t:NX_IOB_I t:NX_IOB n:*");
}
run("opt -fast");
}
Expand Down

0 comments on commit f70142c

Please sign in to comment.