aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/bitstream.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-02-11 18:59:28 +0000
committerDavid Shah <davey1576@gmail.com>2019-02-24 10:28:25 +0100
commit52d1954d967489e6fe0514e9243bb6d2f1f45e64 (patch)
tree715959625d0ce9f46f1895548b2830474549e534 /ecp5/bitstream.cc
parent63e1f02c65d07325447772f0351631152969e919 (diff)
downloadnextpnr-52d1954d967489e6fe0514e9243bb6d2f1f45e64.tar.gz
nextpnr-52d1954d967489e6fe0514e9243bb6d2f1f45e64.tar.bz2
nextpnr-52d1954d967489e6fe0514e9243bb6d2f1f45e64.zip
ecp5: Packing of ODDRX2F
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ecp5/bitstream.cc')
-rw-r--r--ecp5/bitstream.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/bitstream.cc b/ecp5/bitstream.cc
index ccaafdb6..e2d9888a 100644
--- a/ecp5/bitstream.cc
+++ b/ecp5/bitstream.cc
@@ -1190,6 +1190,7 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex
std::string tile = ctx->getTileByType(std::string("ECLK_") + (r ? "R" : "L"));
cc.tiles[tile].add_enum(clkdiv + ".DIV", str_or_default(ci->params, ctx->id("DIV"), "2.0"));
cc.tiles[tile].add_enum(clkdiv + ".GSR", str_or_default(ci->params, ctx->id("GSR"), "DISABLED"));
+ } else if (ci->type == id_TRELLIS_ECLKBUF) {
} else {
NPNR_ASSERT_FALSE("unsupported cell type");
}