From afe4932c121a3f58f493c8b4854cf099ad7b2b3f Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 31 Mar 2025 14:07:06 +0800 Subject: [PATCH] Fix synth.sh path error. --- Cores-SweRV/demo/fpga/synth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cores-SweRV/demo/fpga/synth.sh b/Cores-SweRV/demo/fpga/synth.sh index 02cea0b..a500253 100755 --- a/Cores-SweRV/demo/fpga/synth.sh +++ b/Cores-SweRV/demo/fpga/synth.sh @@ -32,7 +32,7 @@ filelist="" for file in $rtl_files; do filelist="$filelist $file" done -sv2v -Igen -I/home/colin/develop/AbstractAccelerator/Cores-SweRV/design/include \ +sv2v -Igen -I../../design/include \ gen/common_defines.vh $filelist > gen/soc_top.v {