diff options
Diffstat (limited to 'fpga/default.nix')
-rw-r--r-- | fpga/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga/default.nix b/fpga/default.nix index ad4d4b4..7e07d7b 100644 --- a/fpga/default.nix +++ b/fpga/default.nix @@ -2,6 +2,7 @@ bluespec, icestorm, nextpnr, + perl, yosys, stdenv, }: @@ -14,11 +15,13 @@ stdenv.mkDerivation { bluespec icestorm nextpnr + perl yosys ]; configurePhase = '' runHook preConfigure export BSC=${bluespec} + export BSC_SRC=${bluespec.src} runHook postConfigure ''; buildFlags = [ |