Fix synth.sh path error.
This commit is contained in:
parent
61937a2c69
commit
afe4932c12
|
@ -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
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue