more docs skeleton

This commit is contained in:
alonamid
2019-05-17 14:33:58 -07:00
parent e0aed90714
commit 7e1365f142
15 changed files with 99 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ Once the simulator has been constructed, we would like to run RISC-V programs on
.. code-block:: shell
TODO
./simulator-<my_sbt_package_name>-<my_config_name> my_program_binary
Alternatively, we can run a pre-packaged suite of RISC-V assembly tests, by adding the make target run-asm-tests. For example
@@ -95,7 +95,7 @@ Once the simulator has been constructed, we would like to run RISC-V programs on
.. code-block:: shell
TODO
./simulator-<my_sbt_package_name>-<my_config_name> my_program_binary
Alternatively, we can run a pre-packaged suite of RISC-V assembly tests, by adding the make target run-asm-tests. For example