nexus: Default HF_OSC_EN to ENABLED

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-03-29 21:25:14 +01:00
parent 692d7dc26d
commit df339f4f3c

View File

@ -440,7 +440,7 @@ struct NexusFasmWriter
BelId bel = cell->bel; BelId bel = cell->bel;
push_tile(bel.tile); push_tile(bel.tile);
push_belname(bel); 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, "HF_FABRIC_EN");
write_enum(cell, "HFDIV_FABRIC_EN", "ENABLED"); write_enum(cell, "HFDIV_FABRIC_EN", "ENABLED");
write_enum(cell, "LF_FABRIC_EN"); write_enum(cell, "LF_FABRIC_EN");