mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
machxo2: synth_machxo2 now maps ports to FACADE_IO.
This commit is contained in:
parent
03cbf1327d
commit
c76f361b56
2 changed files with 12 additions and 0 deletions
|
@ -173,6 +173,11 @@ struct SynthMachXO2Pass : public ScriptPass
|
|||
run("opt -fast");
|
||||
}
|
||||
|
||||
if (check_label("map_ios"))
|
||||
{
|
||||
run("iopadmap -bits -outpad $__FACADE_OUTPAD I:O -inpad $__FACADE_INPAD O:I -toutpad $__FACADE_TOUTPAD OE:I:O -tinoutpad $__FACADE_TINOUTPAD OE:O:I:B A:top");
|
||||
}
|
||||
|
||||
if (check_label("map_ffs"))
|
||||
{
|
||||
run("dfflegalize -cell $_DFF_P_ 0");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue