mirror of https://github.com/YosysHQ/nextpnr.git
Bump gatemate chip database
This commit is contained in:
parent
d8117e3cad
commit
69facd7c9a
|
|
@ -224,7 +224,7 @@ def set_timings(ch):
|
||||||
assert k in timing, f"pip class {k} not found in timing data"
|
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]))
|
tmg.set_pip_class(grade=speed, name=k, delay=convert_timing(timing[k]))
|
||||||
|
|
||||||
EXPECTED_VERSION = 1.9
|
EXPECTED_VERSION = 1.10
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
# Range needs to be +1, but we are adding +2 more to coordinates, since
|
# Range needs to be +1, but we are adding +2 more to coordinates, since
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue