Skip to content

Commit

Permalink
Merge pull request #39 from FlyGoat/patch-2
Browse files Browse the repository at this point in the history
Add pythondata for openc906
  • Loading branch information
FlyGoat authored Jan 13, 2025
2 parents 25a3e4a + 9fd16b3 commit fbef1bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ contents = verilog
license = License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
license_spdx = MPL-2.0

[openc906]
type = cpu
human_name = OpenC906
src = https://github.com/XUANTIE-RV/openc906
contents = verilog
license = License :: OSI Approved :: Apache Software License
license_spdx = Apache-2.0

[opentitan]
type = misc
human_name = OpenTitan
Expand Down
1 change: 1 addition & 0 deletions update.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ def update(module_data):
u("Updating", repo_root, root)
if not os.path.exists(repo_root):
os.makedirs(repo_root)
subprocess_check_call(['git', 'init', '-b', 'master'], cwd=repo_root)

for d in dirs:
path_d = os.path.join(path, d)
Expand Down

0 comments on commit fbef1bc

Please sign in to comment.