From 19a5b68db7d73542833d94ec8b23cad6daf0a787 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Wed, 4 Sep 2013 13:22:57 -0400 Subject: arch: Resurrect the NOISA build target and rename it NULL This patch makes it possible to once again build gem5 without any ISA. The main purpose is to enable work around the interconnect and memory system without having to build any CPU models or device models. The regress script is updated to include the NULL ISA target. Currently no regressions make use of it, but all the testers could (and perhaps should) transition to it. --HG-- rename : build_opts/NOISA => build_opts/NULL rename : src/arch/noisa/SConsopts => src/arch/null/SConsopts rename : src/arch/noisa/cpu_dummy.hh => src/arch/null/cpu_dummy.hh rename : src/cpu/intr_control.cc => src/cpu/intr_control_noisa.cc --- build_opts/NOISA | 2 -- build_opts/NULL | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 build_opts/NOISA create mode 100644 build_opts/NULL (limited to 'build_opts') diff --git a/build_opts/NOISA b/build_opts/NOISA deleted file mode 100644 index dd1f82a78..000000000 --- a/build_opts/NOISA +++ /dev/null @@ -1,2 +0,0 @@ -TARGET_ISA = 'no' -CPU_MODELS = 'no' diff --git a/build_opts/NULL b/build_opts/NULL new file mode 100644 index 000000000..5d85833f3 --- /dev/null +++ b/build_opts/NULL @@ -0,0 +1,2 @@ +TARGET_ISA = 'null' +CPU_MODELS = '' -- cgit v1.2.3