mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
minor updates
This commit is contained in:
parent
6f3337b508
commit
82764da695
2 changed files with 6 additions and 4 deletions
|
@ -3,15 +3,15 @@
|
|||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
# ensure build
|
||||
make -s
|
||||
|
||||
# clear drivers
|
||||
make -C driver clean
|
||||
|
||||
# clear blackbox cache
|
||||
rm -f blackbox.*.cache
|
||||
|
||||
# ensure build
|
||||
make -s
|
||||
|
||||
smoke()
|
||||
{
|
||||
echo "begin smoke tests..."
|
||||
|
@ -301,6 +301,8 @@ while [ "$1" != "" ]; do
|
|||
;;
|
||||
-tex ) tex
|
||||
;;
|
||||
-graphics ) graphics
|
||||
;;
|
||||
-cluster ) cluster
|
||||
;;
|
||||
-debug ) debug
|
||||
|
|
|
@ -644,7 +644,7 @@
|
|||
|
||||
// Number of associative ways
|
||||
`ifndef RCACHE_NUM_WAYS
|
||||
`define RCACHE_NUM_WAYS 2
|
||||
`define RCACHE_NUM_WAYS 1
|
||||
`endif
|
||||
|
||||
// Ocache Configurable Knobs //////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue