~ruther/nix-fpga

f865711a16cf2b1c7e9cdf67e0069ff897058ab2 — Rutherther 1 year, 1 month ago afe5b3e
feat: add modelsim.ini to questa package
1 files changed, 10 insertions(+), 1 deletions(-)

M flake.nix
M flake.nix => flake.nix +10 -1
@@ 172,7 172,16 @@

        questa = pkgs.buildEnv {
          name = "questa";
          paths = wrappedQuestaScripts;
          paths = wrappedQuestaScripts ++ [
            (pkgs.writeTextFile {
              name = "modelsim.ini";
              text = ''
                Dummy ini
                # For VUnit to find ModelSim.
              '';
              destination = "/modelsim.ini";
            })
          ];

          meta = {
            description = "Environment containing QuestaSim/ModelSim executable files.";

Do not follow this link