diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2012-01-28 07:24:50 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2012-01-28 07:24:50 -0800 |
commit | d7f71bf424f2ccb87366b4f464e657a185abe414 (patch) | |
tree | 907723904c9f73f1ba29cc0ad4c38a450a16d4ae /configs/ruby | |
parent | 57e07ac2d2daaa7469241372510395e43ebe14c0 (diff) | |
download | gem5-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.py | 2 |
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 == []) |