mirror of https://github.com/YosysHQ/nextpnr.git
xilinx: Enable MMCM related pips
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
05e6915369
commit
fc1f50937c
|
|
@ -83,8 +83,6 @@ def include_pip(tile_type, p):
|
|||
return False
|
||||
if tile_type.startswith("HCLK_CMT") and "FREQ_REF" in p.dst_wire().name():
|
||||
return False
|
||||
if tile_type.startswith("CMT_TOP_L_LOWER"):
|
||||
return False
|
||||
if tile_type.startswith("CLK_HROW_TOP"):
|
||||
if "CK_BUFG_CASCO" in p.dst_wire().name() and "CK_BUFG_CASCIN" in p.src_wire().name():
|
||||
return False
|
||||
|
|
|
|||
Loading…
Reference in New Issue