mirror of https://github.com/YosysHQ/nextpnr.git
nexus: Default HF_OSC_EN to ENABLED
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
692d7dc26d
commit
df339f4f3c
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue