do not use CP lines for now
This commit is contained in:
parent
6d633ea23b
commit
6495c1f1bc
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue