mirror of https://github.com/openXC7/prjxray.git
Fix some unused code
Signed-off-by: Clifford Wolf <clifford@clifford.at> Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
parent
73c5f22931
commit
3559181379
|
|
@ -45,7 +45,7 @@ with open("design_%s.txt" % sys.argv[1], "r") as f:
|
|||
data[site] = dict()
|
||||
|
||||
data[site]["%s.ZINI" % bel] = 1-init
|
||||
# data[site]["CLOCK_INV"] = cinv
|
||||
# data[site]["%s.CLOCK_INV" % (bel.split(".")[0])] = cinv
|
||||
|
||||
|
||||
#################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue