Skip to content

Commit

Permalink
Save Changes & Submit
Browse files Browse the repository at this point in the history
  • Loading branch information
t2shashwat committed Feb 29, 2024
1 parent 08f1591 commit 6ba8a3b
Show file tree
Hide file tree
Showing 40 changed files with 4,815 additions and 3 deletions.
17 changes: 17 additions & 0 deletions output.log
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
1 change: 1 addition & 0 deletions output1.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test passed
1 change: 1 addition & 0 deletions output2.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test passed
1 change: 1 addition & 0 deletions output3.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Left barrel shifter test passed
14 changes: 14 additions & 0 deletions output4.log
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
12 changes: 12 additions & 0 deletions part_1_combinational/AluTest
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 1709199206 "$@"
Binary file added part_1_combinational/AluTest.so
Binary file not shown.
12 changes: 12 additions & 0 deletions part_1_combinational/ArbiterTest
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 1709199208 "$@"
Binary file added part_1_combinational/ArbiterTest.so
Binary file not shown.
12 changes: 12 additions & 0 deletions part_1_combinational/ShifterTest
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 1709199210 "$@"
Binary file added part_1_combinational/ShifterTest.so
Binary file not shown.
6 changes: 3 additions & 3 deletions part_1_combinational/answers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

3. Shifters

>>
>> 16

>>
>> 1

>>

---

Time spent on Part 1: _____
Time spent on Part 1: _____
Binary file added part_1_combinational/build/Alu.bo
Binary file not shown.
Binary file added part_1_combinational/build/AluTest.bo
Binary file not shown.
Binary file added part_1_combinational/build/ArbiterTest.bo
Binary file not shown.
Binary file added part_1_combinational/build/CombArbiter.bo
Binary file not shown.
Binary file added part_1_combinational/build/Shifter.bo
Binary file not shown.
Binary file added part_1_combinational/build/ShifterTest.bo
Binary file not shown.
Binary file added part_1_combinational/build/mkTest.ba
Binary file not shown.
Loading

0 comments on commit 6ba8a3b

Please sign in to comment.