Skip to content

Latest commit

 

History

History
125 lines (90 loc) · 3.36 KB

pinaka.rst

File metadata and controls

125 lines (90 loc) · 3.36 KB

Pinaka on Artix-7 35T Arty FPGA Evaluation Kit

Platform :ref:`platform_shakti`: Shakti is an open-source initiative by the RISE group at IIT-Madras, which is not only building open source, production grade processors, but also associated components like interconnect fabrics, verification tools, storage controllers, peripheral IPs and SOC tools.

Microcontroller E-CLASS
Frequency 50MHz
Flash 0B
RAM 128KB
Vendor Xilinx

Please use pinaka ID for :ref:`projectconf_env_board` option in :ref:`projectconf`:

[env:pinaka]
platform = shakti
board = pinaka

You can override default Pinaka on Artix-7 35T Arty FPGA Evaluation Kit settings per build environment using board_*** option, where *** is a JSON object path from board manifest pinaka.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:pinaka]
platform = shakti
board = pinaka

; change microcontroller
board_build.mcu = E-Class

; change MCU frequency
board_build.f_cpu = 50000000L

Pinaka on Artix-7 35T Arty FPGA Evaluation Kit supports the following uploading protocols:

  • ftdi
  • ftdi
  • jlink
  • jlink

Default protocol is ftdi

You can change upload protocol using :ref:`projectconf_upload_protocol` option:

[env:pinaka]
platform = shakti
board = pinaka

upload_protocol = ftdi

:ref:`piodebug` - "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 :ref:`debugging_tools` using :ref:`projectconf_debug_tool` option in :ref:`projectconf`.

Pinaka on Artix-7 35T Arty FPGA Evaluation Kit 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
:ref:`debugging_tool_ftdi` Yes Yes
:ref:`debugging_tool_jlink`    
Name Description
:ref:`framework_shakti-sdk` A software development kit for developing applications on Shakti class of processors