diff options
Diffstat (limited to 'nexus')
-rw-r--r-- | nexus/fasm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/fasm.cc b/nexus/fasm.cc index 441425fc..c818123d 100644 --- a/nexus/fasm.cc +++ b/nexus/fasm.cc @@ -443,7 +443,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"); |