aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2023-03-17 19:00:05 +0100
committermyrtle <gatecat@ds0.me>2023-03-20 09:53:35 +0100
commit0ce72e1a3103d52d036f822b98e511d9c4f1e71b (patch)
treedf69b12dc5ec296cdce6e7e7279234c476f2d811 /machxo2/arch.cc
parentad5f6fccaa4484eb02d3fa6d420ff39517b524e6 (diff)
downloadnextpnr-0ce72e1a3103d52d036f822b98e511d9c4f1e71b.tar.gz
nextpnr-0ce72e1a3103d52d036f822b98e511d9c4f1e71b.tar.bz2
nextpnr-0ce72e1a3103d52d036f822b98e511d9c4f1e71b.zip
Use TRELLIS primitives
Diffstat (limited to 'machxo2/arch.cc')
-rw-r--r--machxo2/arch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/arch.cc b/machxo2/arch.cc
index 639f6c6b..f2c87888 100644
--- a/machxo2/arch.cc
+++ b/machxo2/arch.cc
@@ -368,7 +368,7 @@ bool Arch::place()
return retVal;
} else if (placer == "heap") {
PlacerHeapCfg cfg(getCtx());
- cfg.ioBufTypes.insert(id_FACADE_IO);
+ cfg.ioBufTypes.insert(id_TRELLIS_IO);
bool retVal = placer_heap(getCtx(), cfg);
getCtx()->settings[id_place] = 1;
archInfoToAttributes();