aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-02-14 12:31:33 +0000
committerDavid Shah <dave@ds0.me>2019-02-14 12:31:33 +0000
commit4c7306185e68824cd24e666946ca7b277169c16b (patch)
tree884868c5b54369d19bb43674f4673803194851e1
parent9026ab88863190d101dcab4a32ad945fd624eb71 (diff)
downloadnextpnr-4c7306185e68824cd24e666946ca7b277169c16b.tar.gz
nextpnr-4c7306185e68824cd24e666946ca7b277169c16b.tar.bz2
nextpnr-4c7306185e68824cd24e666946ca7b277169c16b.zip
ecp5: Fix typo
Signed-off-by: David Shah <dave@ds0.me>
-rw-r--r--ecp5/bitstream.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/bitstream.cc b/ecp5/bitstream.cc
index cc2b2894..ccaafdb6 100644
--- a/ecp5/bitstream.cc
+++ b/ecp5/bitstream.cc
@@ -577,6 +577,7 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex
break;
case ArchArgs::LFE5UM5G_85F:
BaseConfigs::config_empty_lfe5um5g_85f(cc);
+ break;
default:
NPNR_ASSERT_FALSE("Unsupported device type");
}