No need for LOC

This commit is contained in:
Miodrag Milanovic 2024-05-09 14:01:53 +02:00
parent 41ae513d60
commit 04d3672121
1 changed files with 0 additions and 2 deletions

View File

@ -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");
}