From f5721072278f0265f40de9f748bd5746ab2daa20 Mon Sep 17 00:00:00 2001 From: Raphael Jacquot Date: Fri, 15 Mar 2019 07:15:26 +0100 Subject: [PATCH] add some timing to the compile script --- compile.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index 5188cfa..8be8006 100755 --- a/compile.sh +++ b/compile.sh @@ -11,5 +11,9 @@ echo "--------------------------------------------------------------------" echo "YOSYS_STATUS ${YOSYS_STATUS}" echo "--------------------------------------------------------------------" -nextpnr-ecp5 --85k --speed 6 --freq 50 --lpf ulx3s_v20.lpf --textcfg z_saturn_test.config --json z_saturn_test.json -ecppack z_saturn_test.config z_saturn_test.bit \ No newline at end of file +time nextpnr-ecp5 --85k --speed 6 --freq 50 --lpf ulx3s_v20.lpf --textcfg z_saturn_test.config --json z_saturn_test.json + +echo "--------------------------------------------------------------------" +echo "Running ecppack" +echo "--------------------------------------------------------------------" +time ecppack z_saturn_test.config z_saturn_test.bit \ No newline at end of file