summaryrefslogtreecommitdiff
path: root/configs/ruby
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2012-01-28 07:24:50 -0800
committerGabe Black <gblack@eecs.umich.edu>2012-01-28 07:24:50 -0800
commitd7f71bf424f2ccb87366b4f464e657a185abe414 (patch)
tree907723904c9f73f1ba29cc0ad4c38a450a16d4ae /configs/ruby
parent57e07ac2d2daaa7469241372510395e43ebe14c0 (diff)
downloadgem5-d7f71bf424f2ccb87366b4f464e657a185abe414.tar.xz
SE/FS: Get rid of FULL_SYSTEM in the configs directory
Diffstat (limited to 'configs/ruby')
-rw-r--r--configs/ruby/Network_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/ruby/Network_test.py b/configs/ruby/Network_test.py
index 0877ac00a..bbe7fe844 100644
--- a/configs/ruby/Network_test.py
+++ b/configs/ruby/Network_test.py
@@ -51,8 +51,6 @@ def create_system(options, system, piobus, dma_devices, ruby_system):
#
# The Garnet tester protocol does not support fs nor dma
#
- if buildEnv['FULL_SYSTEM']:
- panic("This script requires system-emulation mode (*_SE).")
assert(piobus == None)
assert(dma_devices == [])