diff options
Diffstat (limited to 'ice40/chipdb.py')
| -rw-r--r-- | ice40/chipdb.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ice40/chipdb.py b/ice40/chipdb.py index 7c60a336..b0d9e567 100644 --- a/ice40/chipdb.py +++ b/ice40/chipdb.py @@ -1123,8 +1123,8 @@ for wire, info in enumerate(wireinfo):      bba.u8(info["x"], "x")      bba.u8(info["y"], "y") +    bba.u8(0, "z") # FIXME      bba.u8(wiretypes[wire_type(info["name"])], "type") -    bba.u8(0, "padding")  for wire in range(num_wires):      if len(wire_segments[wire]): | 
