ecp5: Fix typo
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
9026ab8886
commit
4c7306185e
@ -577,6 +577,7 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex
|
|||||||
break;
|
break;
|
||||||
case ArchArgs::LFE5UM5G_85F:
|
case ArchArgs::LFE5UM5G_85F:
|
||||||
BaseConfigs::config_empty_lfe5um5g_85f(cc);
|
BaseConfigs::config_empty_lfe5um5g_85f(cc);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
NPNR_ASSERT_FALSE("Unsupported device type");
|
NPNR_ASSERT_FALSE("Unsupported device type");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user