Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sim_if/modelsim: use vmap to find modelsim.ini #975

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 7, 2023

  1. sim_if/modelsim: use vmap to find modelsim.ini

    * This creates a single source of truth for finding modelsim.ini. It is
      now possible to use MODELSIM=/path/to/custom/modelsim.ini and both
      ModelSim and vunit will use that. (The VUNIT_MODELSIM_INI environment
      variable can still be used to override modelsim.ini only for vunit.)
    * This fixes detecting modelsim.ini in the quartus-prime-lite package
      from https://github.com/nixos/nixpkgs, which exposes binaries at
      $prefix/bin, but has no $prefix/modelsim.ini, because the latter would
      be an FHS violation.
    bjornfor committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    62d5fb4 View commit details
    Browse the repository at this point in the history