Makefile updates

This commit is contained in:
Blaise Tine
2021-10-17 10:52:07 -07:00
parent 78345d8bdf
commit b529f538b8
10 changed files with 185 additions and 40 deletions

View File

@@ -26,7 +26,9 @@ tex()
{
echo "begin texture tests..."
CONFIGS="-DEXT_TEX_ENABLE=1" ./ci/blackbox.sh --app=tex
CONFIGS="-DEXT_TEX_ENABLE=1" ./ci/blackbox.sh --driver=vlsim --app=tex --args="-isoccer.png -osoccer_result.png -g0"
CONFIGS="-DEXT_TEX_ENABLE=1" ./ci/blackbox.sh --driver=rtlsim --app=tex --args="-itoad.png -otoad_result.png -g1"
CONFIGS="-DEXT_TEX_ENABLE=1" ./ci/blackbox.sh --driver=rtlsim --app=tex --args="-irainbow.png -orainbow_result.png -g1"
echo "coverage texture done!"
}
@@ -169,6 +171,7 @@ while [ "$1" != "" ]; do
stress1
;;
-all ) coverage
tex
cluster
debug
config