Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (26 days ago)
- Default Branch: master
- Last Pushed: 2024-10-28T03:06:56.000Z (18 days ago)
- Last Synced: 2024-10-28T06:48:28.363Z (18 days ago)
- Topics: cli, hardware, hdl, package-manager, rust, systemverilog, verilog, vivado
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- 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.