From e0ba2622a56407ac48b1410114920237f68bc73e Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Thu, 7 Mar 2024 12:34:36 +0100 Subject: pnr/makefile: fixed bug in rtlview target --- pnr/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pnr') diff --git a/pnr/makefile b/pnr/makefile index 7d2752a..163d927 100644 --- a/pnr/makefile +++ b/pnr/makefile @@ -71,8 +71,8 @@ warnings: $(LOG_FILE) rtlview: $(PROJECT).qpf @echo "---- $@" >> $(LOG_FILE) 2>&1 @$(TIME_STAMP) - @#(quartus_sh -t ../../scripts/quartus_project_flow.tcl -projectname \ - $(PROJECT) -process compile >> $(LOG_FILE) 2>&1 || (grep "Error (" $(LOG_FILE) && false)) + @quartus_sh -t ../../scripts/quartus_project_flow.tcl -projectname $(PROJECT) \ + -process compile >> $(LOG_FILE) 2>&1 || (grep "Error (" $(LOG_FILE) && false) @quartus_map --read_settings_files=on --write_settings_files=off \ $(PROJECT) -c $(PROJECT) --analysis_and_elaboration >> $(LOG_FILE) 2>&1 @quartus $(PROJECT).qpf & -- cgit v1.2.3