From 9c9983cff8d5ff4c410b6f4fcd1c78b5f9e1fd6b Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 4 Dec 2015 11:46:08 +0100 Subject: Added lutff_i/lout net to model --- icefuzz/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icefuzz') diff --git a/icefuzz/database.py b/icefuzz/database.py index 9f0ebc9..5850ddf 100644 --- a/icefuzz/database.py +++ b/icefuzz/database.py @@ -51,7 +51,7 @@ def read_database(filename, tile_type): elif line[0] == "Cascade": match = re.match("LH_LC0(\d)_inmux02_5", line[1]) if match: - raw_db.append((bit, ("buffer", "wire_logic_cluster/lc_%d/out" % (int(match.group(1))-1), "input_2_%s" % match.group(1)))) + raw_db.append((bit, ("buffer", "wire_logic_cluster/lc_%d/lout" % (int(match.group(1))-1), "input_2_%s" % match.group(1)))) else: raw_db.append((bit, (line[0], line[1]))) elif line[0] == "RamConfig": -- cgit v1.2.3