aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-04-27 14:59:48 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-04-27 14:59:48 +0200
commit1ee5fc13995ee1383b0b75a19003b08fe33cfa54 (patch)
tree20ebcffaefde9cef161352f0485af35d1e232caa /README.md
parent08d6eea4fc23e7f569bbfd883f0dc049272a4b47 (diff)
downloadriscv_cpu-1ee5fc13995ee1383b0b75a19003b08fe33cfa54.tar.gz
riscv_cpu-1ee5fc13995ee1383b0b75a19003b08fe33cfa54.zip
added README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b56e854
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# RISCV CPU
+
+An attempt at building a simple RISCV CPU in verilog.
+
+## Build
+
+* `make all` to synthesize, place and route the design and to generate the bitstream.
+* `make program` to upload the bitstream to the FPGA.
+* `make flash` to flash the bitsream to the FPGA.
+* `make simulate` to run the testbench (sim/testbench.v).
+* `make wave` to view the simulation in GTKWave.
+* `make clean` to clean build files.