ecp5: Fix typo

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-02-14 12:31:33 +00:00
parent 9026ab8886
commit 4c7306185e

View File

@ -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");
}