do not use CP lines for now

This commit is contained in:
Miodrag Milanovic 2025-12-04 14:09:44 +01:00
parent 6d633ea23b
commit 6495c1f1bc
1 changed files with 2 additions and 2 deletions

View File

@ -3521,9 +3521,9 @@ def get_mux_connections_for_type(type):
#create_mux("CPE.PINX", "CPE.IN8_int", 1, 1, False, "CPE.C_I4", False, delay="del_dummy")
create_mux("CPE.CLK", "CPE.CLK_int", 1, 0, False, "CPE.C_CLKSEL", False, delay="del_dummy")
create_mux("CPE.CINY2", "CPE.CLK_int", 1, 1, False, "CPE.C_CLKSEL", False, delay="del_dummy")
#create_mux("CPE.CINY2", "CPE.CLK_int", 1, 1, False, "CPE.C_CLKSEL", False, delay="del_dummy")
create_mux("CPE.EN", "CPE.EN_int", 1, 0, False, "CPE.C_ENSEL", False, delay="del_dummy")
create_mux("CPE.PINY2", "CPE.EN_int", 1, 1, False, "CPE.C_ENSEL", False, delay="del_dummy")
#create_mux("CPE.PINY2", "CPE.EN_int", 1, 1, False, "CPE.C_ENSEL", False, delay="del_dummy")
for p in range(1,13):