caravel_fix
4 files changed
tree: 95a084bd110c905af254cc45a3eabfbb20ffdb6b
  1. .travisCI/
  2. def/
  3. docs/
  4. gds/
  5. lef/
  6. macros/
  7. mag/
  8. maglef/
  9. ngspice/
  10. openlane/
  11. qflow/
  12. scripts/
  13. signoff/
  14. spi/
  15. utils/
  16. verilog/
  17. .gitignore
  18. .gitmodules
  19. .travis.yml
  20. caravel.sh
  21. clean.sh
  22. file_sync.sh
  23. info.yaml
  24. INSTALL.md
  25. LICENSE
  26. Makefile
  27. Makefile.master
  28. manifest
  29. mpw-one-a.md
  30. openlane.sh
  31. precheck.sh
  32. README.md
README.md

RAPcore Caravel Flow

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.

Gate Level Testing

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

Features

  • Onboard stepper motor commutator with microstepping
  • Fixed Point Step-Timing Algorithm
  • High-speed Quadrature Encoder Accumulator
  • High-Speed SPI Bus

Build Requirements

See INSTALL.md for local development instructions.

Documentation

https://rapcores.github.io/rapcores/

License

ISC License.