Platform CHIPS Alliance: The CHIPS Alliance develops high-quality, open source hardware designs relevant to silicon devices and FPGAs.
Microcontroller |
|
Frequency |
320MHz |
Flash |
16MB |
RAM |
1.16MB |
Vendor |
Please use swervolf_nexys
ID for board option in “platformio.ini” (Project Configuration File):
[env:swervolf_nexys]
platform = chipsalliance
board = swervolf_nexys
You can override default RVfpga: Digilent Nexys A7 settings per build environment using
board_***
option, where ***
is a JSON object path from
board manifest swervolf_nexys.json. For example,
board_build.mcu
, board_build.f_cpu
, etc.
[env:swervolf_nexys]
platform = chipsalliance
board = swervolf_nexys
; change microcontroller
board_build.mcu =
; change MCU frequency
board_build.f_cpu = 320000000L
Debugging - “1-click” solution for debugging with a zero configuration.
Warning
You will need to install debug tool drivers depending on your system. Please click on compatible debug tool below for the further instructions and configuration information.
You can switch between debugging Tools & Debug Probes using debug_tool option in “platformio.ini” (Project Configuration File).
RVfpga: Digilent Nexys A7 has on-board debug probe and IS READY for debugging. You don’t need to use/buy external debug probe.
Compatible Tools |
On-board |
Default |
---|---|---|
Yes |
Yes |
|
Yes |
||
Yes |
Name |
Description |
---|---|
FreeRTOS is a real-time operating system kernel for embedded devices that has been ported to 40 microcontroller platforms |
|
The WD Firmware package contains firmware applications and Processor Support Package (PSP) for various cores, alongside demos which support all features |
|
The Zephyr Project is a scalable real-time operating system (RTOS) supporting multiple hardware architectures, optimized for resource constrained devices, and built with safety and security in mind |