This commit is contained in:
Nikolay Puzanov
2023-06-13 16:35:18 +03:00
parent 68a2501686
commit a3815caa0a
6 changed files with 31 additions and 0 deletions

13
test-xsim/__build.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -e
FFILE=../source/sources.f
SOURCES=$(cat $FFILE | sed -ze 's/\n/ /g')
rm -rf xsim.dir
rm -rf webtalk*
rm -rf xvlog.* xelab.* xsim.*
rm -rf top.wdb
xvlog -work work --sv top.sv $SOURCES
xelab --O3 -L work top