https://github.com/dvvcz/viva
Experimental cli to create HDL projects using Vivado, outside of their IDE.
https://github.com/dvvcz/viva
cli hardware hdl package-manager rust systemverilog verilog vivado
Last synced: about 1 month ago
JSON representation
Experimental cli to create HDL projects using Vivado, outside of their IDE.
- Host: GitHub
- URL: https://github.com/dvvcz/viva
- Owner: DvvCz
- Created: 2024-10-20T07:01:52.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T03:06:56.000Z (7 months ago)
- Last Synced: 2025-04-11T23:52:10.174Z (about 1 month ago)
- Topics: cli, hardware, hdl, package-manager, rust, systemverilog, verilog, vivado
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# viva
Experimental cli to create HDL projects using Vivado, outside of their IDE.
## How
This uses the TCL api provided by vivado to create and manage a project.
It's not too dissimilar from another one of my projects, [cpkg](https://github.com/DvvCz/cpkg)
## Why
Working in the Vivado IDE is not ideal for some people (me).
Having a clean repo with purely source files and one readable toml file is a huge win for me.
In comparison to hosting a project generated by Vivado with large overbearing xml files, and a lot of folders unnecessarily splitting up your code.