Melissa Jost has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53045 )

Change subject: dev,arch: Moved LupV Board to an experimental folder
......................................................................

dev,arch: Moved LupV Board to an experimental folder

Change-Id: I9cd67177fe8f0cb34bebb4fd3f9d3af0a518c7b6
---
R src/python/gem5/components/boards/experimental/lupv_board.py
1 file changed, 20 insertions(+), 11 deletions(-)



diff --git a/src/python/gem5/components/boards/lupv_board.py b/src/python/gem5/components/boards/experimental/lupv_board.py
similarity index 97%
rename from src/python/gem5/components/boards/lupv_board.py
rename to src/python/gem5/components/boards/experimental/lupv_board.py
index ba0ca4b..28aa209 100644
--- a/src/python/gem5/components/boards/lupv_board.py
+++ b/src/python/gem5/components/boards/experimental/lupv_board.py
@@ -27,14 +27,14 @@
 import os
 from typing import Optional

-from ...utils.override import overrides
-from .simple_board import SimpleBoard
-from .abstract_board import AbstractBoard
-from ..processors.abstract_processor import AbstractProcessor
-from ..memory.abstract_memory_system import AbstractMemorySystem
-from ..cachehierarchies.abstract_cache_hierarchy import AbstractCacheHierarchy
-from ...isas import ISA
-from ...runtime import get_runtime_isa
+from ....utils.override import overrides
+from ..simple_board import SimpleBoard
+from ..abstract_board import AbstractBoard
+from ...processors.abstract_processor import AbstractProcessor
+from ...memory.abstract_memory_system import AbstractMemorySystem
+from ...cachehierarchies.abstract_cache_hierarchy import AbstractCacheHierarchy
+from ....isas import ISA
+from ....runtime import get_runtime_isa

 import m5
 from m5.objects import (
@@ -173,10 +173,10 @@
             self._int_ids['RNG']
         ]

- # Set the number of sources to the PIC as 0 because we've removed the + # Set the number of sources to the PIC as 0 because we've removed the # connections from all the external devices to the PIC, and moved them # to the LupioPIC. The PIC and CLINT only remain on the board at this
-        # point for our bbl to use upon startup, and will
+        # point for our bbl to use upon startup, and will
         # remain unused during the simulation
         self.pic.n_src = 0
         self.pic.n_contexts = 0
@@ -300,7 +300,7 @@

         # Default DTB address if bbl is built with --with-dts option
         self.workload.dtb_addr = 0x87E00000
-
+
# We need to wait to generate the device tree until after the disk is # set up. Now that the disk and workload are set, we can generate the
         # device tree file.

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/53045
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: I9cd67177fe8f0cb34bebb4fd3f9d3af0a518c7b6
Gerrit-Change-Number: 53045
Gerrit-PatchSet: 1
Gerrit-Owner: Melissa Jost <melissakj...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to