forked from VCA-EPFL/CCA_lab1_a
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
4,968 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Test passed | ||
Test passed | ||
Left barrel shifter test passed | ||
Warning: file 'v1.hex' for memory 'a_memory' has a gap at addresses 64 to 255. | ||
Warning: file 'v2.hex' for memory 'b_memory' has a gap at addresses 64 to 255. | ||
STARTING TEST FOR VECTOR DOT PRODUCT DIM 16... index 0 | ||
GOT 410 | ||
Test 0 passed | ||
STARTING TEST FOR VECTOR DOT PRODUCT DIM 16... index 1 | ||
GOT 354 | ||
Test 1 passed | ||
STARTING TEST FOR VECTOR DOT PRODUCT DIM 16... index 2 | ||
GOT 524 | ||
Test 2 passed | ||
STARTING TEST FOR VECTOR DOT PRODUCT DIM 16... index 3 | ||
GOT 410 | ||
Test 3 passed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Test passed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Test passed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Left barrel shifter test passed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Warning: file 'v1.hex' for memory 'a_memory' has a gap at addresses 64 to 255. | ||
Warning: file 'v2.hex' for memory 'b_memory' has a gap at addresses 64 to 255. | ||
STARTING TEST FOR VECTOR DOT PRODUCT DIM 16... index 0 | ||
GOT 410 | ||
Test 0 passed | ||
STARTING TEST FOR VECTOR DOT PRODUCT DIM 16... index 1 | ||
GOT 354 | ||
Test 1 passed | ||
STARTING TEST FOR VECTOR DOT PRODUCT DIM 16... index 2 | ||
GOT 524 | ||
Test 2 passed | ||
STARTING TEST FOR VECTOR DOT PRODUCT DIM 16... index 3 | ||
GOT 410 | ||
Test 3 passed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
|
||
BLUESPECDIR=`echo 'puts $env(BLUESPECDIR)' | bluetcl` | ||
|
||
for arg in $@ | ||
do | ||
if (test "$arg" = "-h") | ||
then | ||
exec $BLUESPECDIR/tcllib/bluespec/bluesim.tcl $0.so mkTest --script_name `basename $0` -h | ||
fi | ||
done | ||
exec $BLUESPECDIR/tcllib/bluespec/bluesim.tcl $0.so mkTest --script_name `basename $0` --creation_time 1708789202 "$@" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
|
||
BLUESPECDIR=`echo 'puts $env(BLUESPECDIR)' | bluetcl` | ||
|
||
for arg in $@ | ||
do | ||
if (test "$arg" = "-h") | ||
then | ||
exec $BLUESPECDIR/tcllib/bluespec/bluesim.tcl $0.so mkTest --script_name `basename $0` -h | ||
fi | ||
done | ||
exec $BLUESPECDIR/tcllib/bluespec/bluesim.tcl $0.so mkTest --script_name `basename $0` --creation_time 1708789206 "$@" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
|
||
BLUESPECDIR=`echo 'puts $env(BLUESPECDIR)' | bluetcl` | ||
|
||
for arg in $@ | ||
do | ||
if (test "$arg" = "-h") | ||
then | ||
exec $BLUESPECDIR/tcllib/bluespec/bluesim.tcl $0.so mkTest --script_name `basename $0` -h | ||
fi | ||
done | ||
exec $BLUESPECDIR/tcllib/bluespec/bluesim.tcl $0.so mkTest --script_name `basename $0` --creation_time 1708789210 "$@" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.