Skip to content

rbrglez/ruckus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

918ae75 · Nov 12, 2024
Jul 2, 2024
Feb 17, 2021
Mar 6, 2023
Apr 11, 2023
Jul 2, 2023
May 17, 2024
May 17, 2024
Feb 23, 2023
Jul 15, 2024
Nov 12, 2024
Dec 4, 2022
Jun 14, 2024
Oct 11, 2023
Feb 16, 2021
Feb 28, 2024
Feb 7, 2023
May 17, 2024
May 17, 2024
May 17, 2024
May 17, 2024
Jul 10, 2023
May 17, 2024
Jul 16, 2024
May 17, 2024
Dec 12, 2019

Repository files navigation

ruckus

A Makefile/TCL hybrid Firmware build system

Documentation

An Introduction to Ruckus Presentation

Doxygen Homepage

Support Homepage

List of user defined TCL scripts

User defined TCL scripts are located in the target's vivado directory. These user defined TCL scripts are not required expect for when the make target is "prom". Then the promgen.tcl must be defined and exist.

Here's a full list of user defined TCL scripts:

User Filename source .TCL location
project_setup.tcl vivado/project.tcl
properties.tcl vivado/properties.tcl
messages.tcl vivado/messages.tcl
sources.tcl vivado/sources.tcl
pre_synthesis.tcl vivado/pre_synthesis.tcl
pre_synth_run.tcl vivado/pre_synth_run.tcl
post_synth_run.tcl vivado/post_synth_run.tcl
post_synthesis.tcl vivado/post_synthesis.tcl
post_route.tcl vivado/post_route.tcl
promgen.tcl system_vivado.mk