aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-08 12:14:49 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-08 12:14:49 +0200
commit4895d68fb533dc599b752936ef1dc8f5af80bc5a (patch)
tree4b649a4d8c7217f5d7d5ce4684b1d72a2c18c16d /README.md
parent7ff0d605067d57f638da50e53eb4a7dbb7ef11e6 (diff)
downloadriscv_cpu-4895d68fb533dc599b752936ef1dc8f5af80bc5a.tar.gz
riscv_cpu-4895d68fb533dc599b752936ef1dc8f5af80bc5a.zip
updated readme for make rom
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a25172..79ddbeb 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,9 @@ The board used in this project is a [Tang Nano 9K](https://wiki.sipeed.com/hardw
* `make all` alias for `make simulate`.
* `make simulate` to run all the testbenches (sim/testbench_*.v).
* `make bitstream` to synthesize, place and route the design and to generate the bitstream.
-* `make program` to upload the bitstream to the FPGA.
+* `make upload` to upload the bitstream to the FPGA.
* `make flash` to flash the bitsream to the FPGA.
* `make clean` to clean build files.
* `gtkwave build/waveform_*.vcd` to view waveform of corresponding testbench.
+* `make rom` to compile source files in prog/src, link and generate rom file.