We are closed from December 18, 2024 to January 5, 2025. Orders placed during this time will be processed starting on January 6, 2025.

Commands

Overview

Koheron Software Development Kit commands are called with a Makefile located at the root of the directory.

Usage

Build

$ make CONFIG=examples/red-pitaya/led-blinker/config.yml

Run

$ make CONFIG=examples/red-pitaya/led-blinker/config.yml HOST=192.168.1.100 run

Build block design in Vivado GUI

$ make CONFIG=examples/red-pitaya/led-blinker/config.yml block_design

Build and test FPGA core

$ make CORE=fpga/modules/axi_ctl_register_v1_0 test_core

Build and test FPGA module

$ make CONFIG=fpga/modules/address/config.yml test_module

Build image

$ make CONFIG=examples/red-pitaya/led-blinker/config.yml os
$ sudo make CONFIG=examples/red-pitaya/led-blinker/config.yml image

Clean

$ make CONFIG=examples/red-pitaya/led-blinker/config.yml clean

See also

[email protected]