diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-01 16:47:56 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-01 16:47:56 +0200 |
commit | 2a3951a25ffe28342177e29cf97125ed89ca59a4 (patch) | |
tree | c34e152c2c734cb9f8d37da004e9af41e4126348 /README.md | |
parent | 62fec7789b516561903358a29b45bd4a6746861f (diff) | |
download | riscv_cpu-2a3951a25ffe28342177e29cf97125ed89ca59a4.tar.gz riscv_cpu-2a3951a25ffe28342177e29cf97125ed89ca59a4.zip |
added make target for testvec generation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ An attempt at building a simple RISCV CPU in verilog. * `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 tests` to generate testvec files * `make simulate` to run the testbench (sim/testbench.v). * `make wave` to view the simulation in GTKWave. * `make clean` to clean build files. |