mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
add GW2A and GW5A cells
This commit is contained in:
parent
bbb6bbd12a
commit
b8329df1d0
|
@ -65,6 +65,8 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
dirs = [
|
dirs = [
|
||||||
os.path.join(args.gowin_dir, 'IDE/simlib/gw1n/'),
|
os.path.join(args.gowin_dir, 'IDE/simlib/gw1n/'),
|
||||||
|
os.path.join(args.gowin_dir, 'IDE/simlib/gw2a/'),
|
||||||
|
os.path.join(args.gowin_dir, 'IDE/simlib/gw5a/'),
|
||||||
]
|
]
|
||||||
|
|
||||||
with open('cells_xtra.v', 'w') as fout:
|
with open('cells_xtra.v', 'w') as fout:
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue