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:
@@ -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_"))
|
||||
|
||||
Reference in New Issue
Block a user