Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.