diff options
| author | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2026-04-30 11:36:54 +0200 |
|---|---|---|
| committer | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2026-04-30 11:36:54 +0200 |
| commit | 21b780534acffd05bb603197c5d2e803815c9800 (patch) | |
| tree | 0f51fde0fbbc39d58eb4fceb8f19ae665e03ff78 | |
| parent | d57ccfec5e1ee0f9397bc3e77fa7b9ee4c24cd0f (diff) | |
there was a typo in the makefile for "make compile".
| -rw-r--r-- | pnr/makefile | 2 |
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 |
