~ruther/nix-fpga

ref: d32ae553858be49b17fcaf188c940637d54cbb91 nix-fpga/pkgs/xilinx/ise/fhs-package.nix -rw-r--r-- 228 bytes
d32ae553 — Rutherther chore: add license 1 year, 19 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ pkgs, myLib, ise-fw, ... }:

myLib.finalPkgGenerator.override {
  mainProgram = "ise";

  fhsEnv = pkgs.callPackage ./fhs.nix {  inherit myLib ise-fw; };

  executables = [
    # TODO
    "ise"
    "xflow"
    "impact"
  ];
}
Do not follow this link