Fix synth.sh path error.

This commit is contained in:
Colin 2025-03-31 14:07:06 +08:00
parent 61937a2c69
commit afe4932c12
1 changed files with 1 additions and 1 deletions

View File

@ -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
{