Ryan Orendorff 672449bce2 Add libXi dependency to enable Platform Designer
Platform Designer previously would not run due to not having libXi in
the library path. This patch adds the library to both the 32 bit and 64
bit versions of the package.
2020-10-22 21:44:59 -07:00
2019-03-02 18:20:07 -08:00
2020-10-22 21:44:48 -07:00
2019-03-02 18:20:07 -08:00
2019-03-05 14:37:18 -08:00
2019-03-02 18:20:07 -08:00
2019-09-25 05:22:51 +00:00
2019-03-02 18:20:07 -08:00

nix-quartus

Nix Expressions for Altera(Intel) Quartus.

These expressions are based on the expressions for Quartus found in Bjørn Forsman's nixos-config repository

These packages use a (hopefully) recent pinned Nixpkgs rev, as specified in pinned-nixpkgs.nix. They've been tested on x86_64 Linux.

Building

Simply import the top-level expression for the desired Quartus version. For example, to build the Lite Edition of Quartus Prime 18:

$ nix build "(import ./lite18.nix)"

To install the same version:

$ nix-env -i -E "_: import ./lite18.nix"
Description
Nix Expressions for Altera(Intel) Quartus
Readme 49 KiB
Languages
Nix 100%