1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-15 16:11:33 +00:00

xilinx: Remove unnecessary assert

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat
2024-09-26 15:58:16 +02:00
parent c90d872e35
commit 118ecbc6b3

View File

@@ -322,8 +322,6 @@ struct FasmBackend
src_name.replace(us0pos, 2, "_1");
}
}
NPNR_ASSERT_FALSE("unimplemented!");
}
if (boost::contains(tile_name, "IOI")) {
if (boost::contains(dst_name, "OCLKB") && boost::contains(src_name, "IOI_OCLKM_"))