Skip to content

Commit 2f8bf76

Browse files
author
Mario Ruiz
committed
Paralellize synthesis
1 parent 82fab8d commit 2f8bf76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
.PHONY:all
44
all: create_folder_noHBM
5-
make -C synthesis_results_noHMB
5+
make -C synthesis_results_noHMB -j4
66

77
create_folder_noHBM:
88
mkdir -p synthesis_results_noHMB
99
cp Makefile.synthesis synthesis_results_noHMB/Makefile
1010

1111
.PHONY:hbm
1212
hbm: create_folder_HBM
13-
make -C synthesis_results_HMB FPGAPART=xcu280-fsvh2892-2L-e
13+
make -C synthesis_results_HMB FPGAPART=xcu280-fsvh2892-2L-e -j4
1414

1515
create_folder_HBM:
1616
mkdir -p synthesis_results_HMB

0 commit comments

Comments
 (0)