aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@tha.de>2026-04-30 11:36:54 +0200
committerFriedrich Beckmann <friedrich.beckmann@tha.de>2026-04-30 11:36:54 +0200
commit21b780534acffd05bb603197c5d2e803815c9800 (patch)
tree0f51fde0fbbc39d58eb4fceb8f19ae665e03ff78
parentd57ccfec5e1ee0f9397bc3e77fa7b9ee4c24cd0f (diff)
pnr: fix typo in MakefileHEADmaster
there was a typo in the makefile for "make compile".
-rw-r--r--pnr/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pnr/makefile b/pnr/makefile
index f65bea4..545df56 100644
--- a/pnr/makefile
+++ b/pnr/makefile
@@ -36,7 +36,7 @@ $(PROJECT).qpf: $(SOURCE_FILES)
compile: $(PROJECT).qpf flowsummary.log
flowsummary.log: $(SOURCE_FILES)
- (quartus_sh --64bit -t ../../scripts/quartus_project_flow.tcl \
+ quartus_sh --64bit -t ../../scripts/quartus_project_flow.tcl \
-projectname $(PROJECT) -process compile
prog: $(PROJECT).qpf flowsummary.log