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:
Clifford Wolf 2017-10-19 02:06:16 +02:00 committed by Tim 'mithro' Ansell
parent 73c5f22931
commit 3559181379
1 changed files with 1 additions and 1 deletions

View File

@ -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
#################################################