diff --git a/testbench/basic_test/README.md b/testbench/basic_test/README.md new file mode 100644 index 0000000..8385327 --- /dev/null +++ b/testbench/basic_test/README.md @@ -0,0 +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. + +Currently store/load does not implement proper stalling so these operations are padded with nop \ No newline at end of file