From 71a46afa791a642bd8de012f1c0b236d6066ab05 Mon Sep 17 00:00:00 2001 From: Tom Verbeure Date: Mon, 29 Aug 2016 22:14:39 -0700 Subject: Checkpoint: map, fit --- scripts/quartus/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'scripts/quartus/Makefile') diff --git a/scripts/quartus/Makefile b/scripts/quartus/Makefile index 7af582f..ab9357a 100644 --- a/scripts/quartus/Makefile +++ b/scripts/quartus/Makefile @@ -47,11 +47,7 @@ tab_%/results.txt: area: synth_area_small synth_area_regular synth_area_large -grep -B4 -A10 'Slice LUTs' synth_area_small.log synth_area_regular.log synth_area_large.log -table.txt: tab_small_xc7a_1/results.txt tab_small_xc7a_2/results.txt tab_small_xc7a_3/results.txt -table.txt: tab_small_xc7k_1/results.txt tab_small_xc7k_2/results.txt tab_small_xc7k_3/results.txt -table.txt: tab_small_xc7v_1/results.txt tab_small_xc7v_2/results.txt tab_small_xc7v_3/results.txt -table.txt: tab_small_xcku_1/results.txt tab_small_xcku_2/results.txt tab_small_xcku_3/results.txt -table.txt: tab_small_xcvu_1/results.txt tab_small_xcvu_2/results.txt tab_small_xcvu_3/results.txt +table.txt: tab_small_ep4ce_c7/results.txt table.txt: bash table.sh > table.txt -- cgit