Commit 9008bc4e authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

quartus-prime-lite: expose all modelsim programs

Just because nixpkgs can split upstream packages and hide certain
programs doesn't mean we should. Upstream documents that users should
add the ModelSim bin/ path to $PATH:
https://www.intel.com/content/www/us/en/docs/programmable/683200/1-2-1-and-2-0-1/setting-up-the-environment.html

This answers the comment "Should we install all executables?" -- yes.
parent 7a1d4581
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -65,8 +65,7 @@ in buildFHSEnv rec {
    progs_to_wrap=(
      "${unwrapped}"/quartus/bin/*
      "${unwrapped}"/quartus/sopc_builder/bin/qsys-{generate,edit,script}
      # Should we install all executables?
      "${unwrapped}"/modelsim_ase/bin/{vsim,vlog,vlib,vcom,vdel,vmap}
      "${unwrapped}"/modelsim_ase/bin/*
      "${unwrapped}"/modelsim_ase/linuxaloem/lmutil
    )