Hoa Nguyen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/65331?usp=email )

Change subject: stdlib: Make the Matched board a package
......................................................................

stdlib: Make the Matched board a package

So that the board and its components can be reused.

Change-Id: Idae1a4493fbb4d826ac8da76532692a985f8025f
Signed-off-by: Hoa Nguyen <hoangu...@ucdavis.edu>
---
M src/python/SConscript
A src/python/gem5/prebuilt/riscvmatched/__init__.py
2 files changed, 14 insertions(+), 0 deletions(-)



diff --git a/src/python/SConscript b/src/python/SConscript
index 66e9842..e7e464e 100644
--- a/src/python/SConscript
+++ b/src/python/SConscript
@@ -225,6 +225,8 @@
 PySource('gem5.prebuilt.demo', 'gem5/prebuilt/demo/__init__.py')
 PySource('gem5.prebuilt.demo', 'gem5/prebuilt/demo/x86_demo_board.py')
 PySource('gem5.prebuilt.riscvmatched',
+    'gem5/prebuilt/riscvmatched/__init__.py')
+PySource('gem5.prebuilt.riscvmatched',
     'gem5/prebuilt/riscvmatched/riscvmatched_board.py')
 PySource('gem5.prebuilt.riscvmatched',
     'gem5/prebuilt/riscvmatched/riscvmatched_cache.py')
diff --git a/src/python/gem5/prebuilt/riscvmatched/__init__.py b/src/python/gem5/prebuilt/riscvmatched/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/python/gem5/prebuilt/riscvmatched/__init__.py

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/65331?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Idae1a4493fbb4d826ac8da76532692a985f8025f
Gerrit-Change-Number: 65331
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen <hoangu...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to