https://github.com/openpixelsystems/go-vivado-tcl-generator
Tool to easily generate TCL scripts for a vivado build using a generic template
https://github.com/openpixelsystems/go-vivado-tcl-generator
tcl-scripts vivado
Last synced: 5 months ago
JSON representation
Tool to easily generate TCL scripts for a vivado build using a generic template
- Host: GitHub
- URL: https://github.com/openpixelsystems/go-vivado-tcl-generator
- Owner: OpenPixelSystems
- Created: 2019-11-20T23:20:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T15:27:07.000Z (over 6 years ago)
- Last Synced: 2024-11-01T07:02:41.249Z (over 1 year ago)
- Topics: tcl-scripts, vivado
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vivado TCL Generator
The goal of this go program is to generate TCL scripts which can be used by jenkins for example to build a Vivado project in the background.
Currently TCL scripts are build for:
- Creating a project
- Running the synthesis
- Running the implementation
- Generating devicetree's from the Vivado suite
## Running
```bash
$ go build -o create_proj
$ ./create_proj
```
Path's are relative to the Firmware directory
## Adding auto generated files
To add a template file, one can just add a file -template to the templates directory.
The template files use the Go template file library (https://golang.org/pkg/text/template/)