rocket-chip
rocket-chip copied to clipboard
"Hello world" simulation target and instruction in README.md
Currently the only target in the root Makefile is "verilog" (and "clean").
It would be nice to have a simple "Hello world" simulation for verilator.
Currently there are the following broken links in the root Makefile:
How should I use the Rocket chip generator?
Using the cycle-accurate Verilator simulation Mapping a Rocket core down to an FPGA Pushing a Rocket core through the VLSI tools
I propose the following:
- Add a target to the root Makefile to simulate a simple example.
- Mention it in the README.md
- Remove the broken links.
Thanks g