Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HackerFoo/nix-symbiflow
Nix packages for SymbiFlow projects and dependencies
https://github.com/HackerFoo/nix-symbiflow
Last synced: 5 days ago
JSON representation
Nix packages for SymbiFlow projects and dependencies
- Host: GitHub
- URL: https://github.com/HackerFoo/nix-symbiflow
- Owner: HackerFoo
- License: agpl-3.0
- Created: 2020-06-02T16:08:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T05:29:32.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T01:37:47.614Z (3 months ago)
- Language: Nix
- Homepage:
- Size: 181 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Nix packages for SymbiFlow projects and dependencies
These packages are for developers working on the SymbiFlow project, and not designed for users.
* Usage
1. [[https://nixos.org/download.html#getting-nix][Install Nix]]
2. Navigate to the source repo of a project with a corresponding attribute in default.nix, such as fpga-tool-perf, and use =nix-shell=.
#+BEGIN_EXAMPLE
cd ~/src/fpga-tool-perf
nix-shell ~/src/nix-symbiflow -A fpga-tool-perf
python3 fpgaperf.py --toolchain vpr --project oneblink --board basys3 # <-- should work
#+END_EXAMPLE
* Options
Set optional arguments by adding `--arg ` to the `nix-shell` command line.
- use-vivado :: Set to `true` to install and use Vivado, only works on Linux
* Documentation
See [[notes.org]] for more information.