update documentation
This commit is contained in:
6
tests/.gitignore
vendored
6
tests/.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
*.out
|
||||
*.vcd
|
||||
*.log
|
||||
**/*.out
|
||||
**/*.vcd
|
||||
**/*.log
|
@@ -1,5 +1,5 @@
|
||||
# basic_test
|
||||
|
||||
Verify basic usage of all instructions. Includes tests to ensure pipeline stalls sufficiently for correctness but does not test for unnecessary stalls.
|
||||
Verify basic usage of all instructions. Includes tests to ensure pipeline stalls sufficiently for correctness but does not test for unnecessary/excessive stalls.
|
||||
|
||||
Currently store/load does not implement proper stalling so these operations are padded with nop
|
||||
Currently store/load does not implement proper stalling so these operations are padded with `nop`
|
@@ -1,5 +1,5 @@
|
||||
# basic_test
|
||||
# C test
|
||||
|
||||
Verify basic usage of all instructions. Includes tests to ensure pipeline stalls sufficiently for correctness but does not test for unnecessary stalls.
|
||||
Verify basic ability to use C
|
||||
|
||||
Currently store/load does not implement proper stalling so these operations are padded with nop
|
||||
Currently all C functions fail because store/load do not stall properly.
|
Reference in New Issue
Block a user