mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-11 23:53:21 +00:00
gatemate: bump chipdb to 1.9
This commit is contained in:
parent
f19a67122f
commit
9d7e1d0ad1
@ -224,7 +224,7 @@ def set_timings(ch):
|
||||
assert k in timing, f"pip class {k} not found in timing data"
|
||||
tmg.set_pip_class(grade=speed, name=k, delay=convert_timing(timing[k]))
|
||||
|
||||
EXPECTED_VERSION = 1.8
|
||||
EXPECTED_VERSION = 1.9
|
||||
|
||||
def main():
|
||||
# Range needs to be +1, but we are adding +2 more to coordinates, since
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user