Skip to content

Commit

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

0 comments on commit af77316

Please sign in to comment.