From 4a4f539365e0a997dde8e4696db4336d6ce9743f Mon Sep 17 00:00:00 2001 From: Baudouin Chauviere Date: Thu, 27 Sep 2018 15:51:09 -0600 Subject: [PATCH] Change rights script --- README.md | 2 +- fpga_flow/run_fpga_spice_testbench_study.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 fpga_flow/run_fpga_spice_testbench_study.sh diff --git a/README.md b/README.md index a0c3af15f..5ceb338aa 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Now that we know that VPR is working, we can move on to FPGA-SPICE. The first example we want to run is go.sh in the same folder as we already are. -'./go.sh' +`./go.sh` By calling this script (if not modified), we call FPGA-SPICE on an architecture built on TSMC 40 nm node in typical conditions. By modifying the script, we can do different corners at the same time. diff --git a/fpga_flow/run_fpga_spice_testbench_study.sh b/fpga_flow/run_fpga_spice_testbench_study.sh old mode 100755 new mode 100644