aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/bitstream.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-09-30 13:31:27 +0100
committerGitHub <noreply@github.com>2018-09-30 13:31:27 +0100
commit2e7aeaef974c8c104e61de03bc57f0ea764bd9c0 (patch)
treec4ad68c7128a21d1bb4cb5baf16679addddcd074 /ecp5/bitstream.cc
parent07cf349ee46a8c8a3163d2f8a146beab02e6b487 (diff)
parent0e0ad26f07354938820b6acd1d422fee3208767e (diff)
downloadnextpnr-2e7aeaef974c8c104e61de03bc57f0ea764bd9c0.tar.gz
nextpnr-2e7aeaef974c8c104e61de03bc57f0ea764bd9c0.tar.bz2
nextpnr-2e7aeaef974c8c104e61de03bc57f0ea764bd9c0.zip
Merge pull request #81 from YosysHQ/ecp5_globals
Adding a simple ECP5 global network router
Diffstat (limited to 'ecp5/bitstream.cc')
-rw-r--r--ecp5/bitstream.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecp5/bitstream.cc b/ecp5/bitstream.cc
index a1edf9e5..f04b1269 100644
--- a/ecp5/bitstream.cc
+++ b/ecp5/bitstream.cc
@@ -294,6 +294,8 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex
if (dir == "INPUT" && !is_differential(ioType_from_str(iotype))) {
cc.tiles[pio_tile].add_enum(pio + ".HYSTERESIS", "ON");
}
+ } else if (ci->type == ctx->id("DCCA")) {
+ // Nothing to do
} else {
NPNR_ASSERT_FALSE("unsupported cell type");
}