We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c00e06 + 2abcd98 commit 6fedcbcCopy full SHA for 6fedcbc
techlibs/coolrunner2/synth_coolrunner2.cc
@@ -164,6 +164,8 @@ struct SynthCoolrunner2Pass : public ScriptPass
164
run("dffinit -ff LDCP_N Q INIT");
165
run("coolrunner2_sop");
166
run("iopadmap -bits -inpad IBUF O:I -outpad IOBUFE I:IO -inoutpad IOBUFE O:IO -toutpad IOBUFE E:I:IO -tinoutpad IOBUFE E:O:I:IO");
167
+ run("attrmvcp -attr src -attr LOC t:IOBUFE n:*");
168
+ run("attrmvcp -attr src -attr LOC -driven t:IBUF n:*");
169
run("clean");
170
}
171
0 commit comments