Skip to content
Snippets Groups Projects
Commit 7c455fc2 authored by dam1n19's avatar dam1n19
Browse files

Fixed regression bug

parent 2de9e1f3
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment