commit | e12b4620c60d28cf1e2e33e0474ee9e7a220443a | [log] [tgz] |
---|---|---|
author | johnnyr <johnny@ultimachine.com> | Wed Dec 23 13:33:26 2020 -0600 |
committer | GitHub <noreply@github.com> | Wed Dec 23 13:33:26 2020 -0600 |
tree | 348121bc0c830a5f5c162e2e9a58eab4cc3ce3a9 | |
parent | 9cf56e50f300fd4fa12ba34c6bf02f4c04af3a2e [diff] | |
parent | 91ddaab1fddfba049c80b64048ef5f5599d923fa [diff] |
Merge pull request #29 from RAPcores/sjk/tb_auto_docs1 add instructions for running gate level sim
https://rapcores.github.io/rapcores/
The Robotic Application Processing Core on the OpenMPW/Caravel Shuttle run sponsored by Google .
RAPcore is a project targeting FPGAs and ASIC devices for the next generation of motor and motion control applications. It is a peripheral that sits between firmwares and motors to free up processing on the microcontroller and greatly simplify the motor driver.
Instructions for running gate-level validation:
Make sure submodules are correct:
git submodule init git submodule update
Gate-level testing directory:
cd verilog/dv/caravel/rapcore/io_ports
make clean make
See INSTALL.md for local development instructions.
https://rapcores.github.io/rapcores/