summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-19 14:10:14 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-19 14:10:14 +0200
commit56c16f1120ce4f60218a074922939baedf69d254 (patch)
tree639184ec06cdbc84060487e5c24733ef7d81717d /instr-to-kodkod
parentf14256ddd4129eb0e4ed331f2fa3d84b3618f0a6 (diff)
Signals being used instead of wfm + rec targets
Those Python scripts may have to be cleaned up at some point...
Diffstat (limited to 'instr-to-kodkod')
-rw-r--r--instr-to-kodkod/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/instr-to-kodkod/Makefile b/instr-to-kodkod/Makefile
index 7aa3a82..3e69ba5 100644
--- a/instr-to-kodkod/Makefile
+++ b/instr-to-kodkod/Makefile
@@ -1,8 +1,9 @@
## Target(s) Configuration #####################################################
#MODEL_FILES = $(wildcard ../data/instructions/*.mod)
-MODEL_FILES = $(wildcard ../instr-scripts/*.mod)
+MODEL_FILES = ../instr-scripts/structural.mod $(wildcard ../instr-scripts/pfp_*.mod)
LEVEL_DIR = $(wildcard ../data/level/*.lvl)
-PROPERTY_FILE = ../data/property/unread_waveforms.pro
+#PROPERTY_FILE = ../data/property/unread_waveforms.pro
+PROPERTY_FILE = ../data/property/combinational_processes.pro
VAR_PREFIX = "_anon_"
## Executables #################################################################