From 7c455fc2ef9c1ae6fe2b16e17e3477a4ae26d254 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Thu, 6 Jul 2023 09:25:19 +0100 Subject: [PATCH] Fixed regression bug --- flows/makefile.simulate | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/flows/makefile.simulate b/flows/makefile.simulate index fd8b796..eeea9bf 100644 --- a/flows/makefile.simulate +++ b/flows/makefile.simulate @@ -94,11 +94,8 @@ sim_xm : code compile_xm # Compile RTL compile_mti : bootrom gen_defs - @echo ADP_FILE - @echo $(ADP_OPTIONS) - @echo $(ADP_FILE) - @echo $(ADP_PATH) - cd $(SIM_DIR) + @mkdir -p $(SIM_DIR) + @cd $(SIM_DIR) @if [ -d work ] ; then \ true ; \ else \ -- GitLab