Skip to content

Commit

Permalink
BEL -> LOC
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Nov 20, 2023
1 parent 865b64f commit d0b21d5
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 @@ -198,8 +198,8 @@ struct SynthNanoXplorePass : public ScriptPass {
if (!noiopad) {
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 BEL t:NX_IOB_O n:*");
run("attrmvcp -attr src -attr BEL -driven t:NX_IOB_I n:*");
run("attrmvcp -attr src -attr LOC t:NX_IOB_O n:*");
run("attrmvcp -attr src -attr LOC -driven t:NX_IOB_I n:*");
}
if (nocy)
run("techmap");
Expand Down

0 comments on commit d0b21d5

Please sign in to comment.