aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-29 21:25:14 +0100
committergatecat <gatecat@ds0.me>2021-03-29 21:25:14 +0100
commitdf339f4f3c1f08c887b64c7c293579a3d236b8da (patch)
tree13f7e621d2076d712ad0c244a72988febca439eb
parent692d7dc26ddf21e2d38dd16aecef652ab4c0d5e3 (diff)
downloadnextpnr-df339f4f3c1f08c887b64c7c293579a3d236b8da.tar.gz
nextpnr-df339f4f3c1f08c887b64c7c293579a3d236b8da.tar.bz2
nextpnr-df339f4f3c1f08c887b64c7c293579a3d236b8da.zip
nexus: Default HF_OSC_EN to ENABLED
Signed-off-by: gatecat <gatecat@ds0.me>
-rw-r--r--nexus/fasm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/fasm.cc b/nexus/fasm.cc
index 6fcfbb5d..e0716f36 100644
--- a/nexus/fasm.cc
+++ b/nexus/fasm.cc
@@ -440,7 +440,7 @@ struct NexusFasmWriter
BelId bel = cell->bel;
push_tile(bel.tile);
push_belname(bel);
- write_enum(cell, "HF_OSC_EN");
+ write_enum(cell, "HF_OSC_EN", "ENABLED");
write_enum(cell, "HF_FABRIC_EN");
write_enum(cell, "HFDIV_FABRIC_EN", "ENABLED");
write_enum(cell, "LF_FABRIC_EN");