aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.cc
diff options
context:
space:
mode:
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();