Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 753 Bytes

rocket2thinpad

Run Rocket Chip on Thinpad

Installation

$ git clone https://github.com/jiegec/rocket2thinpad.git
$ git submodue update --init --recursive
$ make
$ # alternatively
$ make ROCKET_DIR=/path/to/rocket-chip

Usage

The CPU will jump to 0x80000000 at boot. You can download firmware to SRAM and reset the CPU.

The serial port is located at 0x60601000 with byte shift of 4. DLAB should be set to 27 for 115200 baudrate.

License

Licensed under MIT License. The directory bootrom is originated from ucb-bar/testchipip, verilator comes from chisel3, and the build script is originated from ucb-bar/fpga-zynq.