diff options
author | David Shah <dave@ds0.me> | 2020-10-03 15:13:53 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2020-11-30 08:45:27 +0000 |
commit | 682351df7fc22db2918d1b9ca9cd7ce0ba890360 (patch) | |
tree | 05caa0221d40e759907740bc0cbd373f7f3427ac /nexus/fasm.cc | |
parent | e54aa836a4b56462497e354b3a94472c49312c68 (diff) | |
download | nextpnr-682351df7fc22db2918d1b9ca9cd7ce0ba890360.tar.gz nextpnr-682351df7fc22db2918d1b9ca9cd7ce0ba890360.tar.bz2 nextpnr-682351df7fc22db2918d1b9ca9cd7ce0ba890360.zip |
nexus: Updates and fixes
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'nexus/fasm.cc')
-rw-r--r-- | nexus/fasm.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nexus/fasm.cc b/nexus/fasm.cc index 762512ba..0429e83a 100644 --- a/nexus/fasm.cc +++ b/nexus/fasm.cc @@ -232,6 +232,7 @@ struct NexusFasmWriter write_enum(cell, "HFDIV_FABRIC_EN", "ENABLED"); write_enum(cell, "LF_FABRIC_EN"); write_enum(cell, "LF_OUTPUT_EN"); + write_enum(cell, "DEBUG_N", "DISABLED"); write_int_vector(stringf("HF_CLK_DIV[7:0]"), ctx->parse_lattice_param(cell, id_HF_CLK_DIV, 8, 0).intval, 8); pop(2); } |