From 9e58bf8fb584a97dbf5d029708b2a92df886eba7 Mon Sep 17 00:00:00 2001 From: fares Date: Fri, 22 Nov 2019 00:32:19 -0500 Subject: [PATCH] Started synthesis script --- rtl/VX_define.v | 2 +- sftp-config.json | 8 ++++---- syn/run_mult_synth.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rtl/VX_define.v b/rtl/VX_define.v index b40567f8..809ff759 100644 --- a/rtl/VX_define.v +++ b/rtl/VX_define.v @@ -12,7 +12,7 @@ // `define SYN 1 // `define ASIC 1 -// `define SYN_FUNC 1 +`define SYN_FUNC 1 `define NUM_BARRIERS 4 diff --git a/sftp-config.json b/sftp-config.json index 01f84e46..80316a7e 100644 --- a/sftp-config.json +++ b/sftp-config.json @@ -5,13 +5,13 @@ // sftp, ftp or ftps "type": "sftp", - "save_before_upload": true, - "upload_on_save": true, + "save_before_upload": false, + "upload_on_save": false, "sync_down_on_open": false, "sync_skip_deletes": false, - "sync_same_age": true, + "sync_same_age": false, "confirm_downloads": false, - "confirm_sync": true, + "confirm_sync": false, "confirm_overwrite_newer": false, "host": "ece-rschsrv01.ece.gatech.edu", diff --git a/syn/run_mult_synth.sh b/syn/run_mult_synth.sh index 81509aa7..38a32f9a 100644 --- a/syn/run_mult_synth.sh +++ b/syn/run_mult_synth.sh @@ -11,7 +11,7 @@ for number_of_warps in 2 4 8 16 32; do echo "Warp Count: $number_of_warps Thread Count: $number_of_threads Launched" echo "\`define NT $number_of_threads" > ../rtl/VX_define_synth.v echo "\`define NW $number_of_warps" >> ../rtl/VX_define_synth.v - make dc | tee run.log + make dc | tee run.log 1>/dev/null sleep 30 moved_filename="${number_of_warps}_Warps__${number_of_threads}_threads__400MHz.log" mv ./vortex_syn.log ../../$moved_filename