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
|
for file in $rtl_files; do
|
||||||
filelist="$filelist $file"
|
filelist="$filelist $file"
|
||||||
done
|
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
|
gen/common_defines.vh $filelist > gen/soc_top.v
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue