Skip to content

Commit 6fedcbc

Browse files
authored
Merge pull request YosysHQ#488 from azonenberg/for_clifford
coolrunner2: Move LOC attributes onto the IO cells
2 parents 6c00e06 + 2abcd98 commit 6fedcbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

techlibs/coolrunner2/synth_coolrunner2.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ struct SynthCoolrunner2Pass : public ScriptPass
164164
run("dffinit -ff LDCP_N Q INIT");
165165
run("coolrunner2_sop");
166166
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:*");
167169
run("clean");
168170
}
169171

0 commit comments

Comments
 (0)