xilinx: Remove unnecessary assert
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
c90d872e35
commit
118ecbc6b3
@ -322,8 +322,6 @@ struct FasmBackend
|
|||||||
src_name.replace(us0pos, 2, "_1");
|
src_name.replace(us0pos, 2, "_1");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NPNR_ASSERT_FALSE("unimplemented!");
|
|
||||||
}
|
}
|
||||||
if (boost::contains(tile_name, "IOI")) {
|
if (boost::contains(tile_name, "IOI")) {
|
||||||
if (boost::contains(dst_name, "OCLKB") && boost::contains(src_name, "IOI_OCLKM_"))
|
if (boost::contains(dst_name, "OCLKB") && boost::contains(src_name, "IOI_OCLKM_"))
|
||||||
|
Loading…
Reference in New Issue
Block a user