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 {