Skip to content

Commit

Permalink
Merge pull request #4755 from pepijndevos/cells_xtra
Browse files Browse the repository at this point in the history
Gowin: add GW2A and GW5A cells
  • Loading branch information
widlarizer authored Nov 20, 2024
2 parents 7ebe451 + b8329df commit 88abc4c
Show file tree
Hide file tree
Showing 2 changed files with 4,417 additions and 112 deletions.
2 changes: 2 additions & 0 deletions techlibs/gowin/cells_xtra.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def xtract_cells_decl(dir, fout):

dirs = [
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:
Expand Down
Loading

0 comments on commit 88abc4c

Please sign in to comment.