summaryrefslogtreecommitdiff
path: root/src/arch/arm/fastmodel/GIC/GIC.sgproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/fastmodel/GIC/GIC.sgproj')
-rw-r--r--src/arch/arm/fastmodel/GIC/GIC.sgproj25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/arch/arm/fastmodel/GIC/GIC.sgproj b/src/arch/arm/fastmodel/GIC/GIC.sgproj
new file mode 100644
index 000000000..2213bff1a
--- /dev/null
+++ b/src/arch/arm/fastmodel/GIC/GIC.sgproj
@@ -0,0 +1,25 @@
+sgproject "GIC.sgproj"
+{
+TOP_LEVEL_COMPONENT = "GIC";
+ACTIVE_CONFIG_LINUX = "gcc";
+ACTIVE_CONFIG_WINDOWS = "Win64-Release-VC2015";
+config "gcc"
+{
+ ADDITIONAL_COMPILER_SETTINGS = "-O3 -Wall -std=c++11 -Wno-deprecated -Wno-unused-function -I../../../../../";
+ ADDITIONAL_LINKER_SETTINGS = "-Wl,--no-undefined";
+ BUILD_DIR = "./gcc";
+ COMPILER = "gcc-6.4";
+ CONFIG_DESCRIPTION = "";
+ CONFIG_NAME = "gcc";
+ PLATFORM = "Linux64";
+ PREPROCESSOR_DEFINES = "NDEBUG";
+ SIMGEN_COMMAND_LINE = "--num-comps-file 50";
+ TARGET_MAXVIEW = "0";
+ TARGET_SYSTEMC = "1";
+}
+files
+{
+ path = "GIC.lisa";
+ path = "${PVLIB_HOME}/etc/sglib.sgrepo";
+}
+}