1
0
mirror of synced 2026-02-02 07:01:06 +00:00

No need for LOC

This commit is contained in:
Miodrag Milanovic
2024-05-09 14:01:53 +02:00
parent 41ae513d60
commit 04d3672121

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