VUnit / vunit

VUnit is a unit testing framework for VHDL/SystemVerilog
http://vunit.github.io/
Other
713 stars 256 forks source link

Feature Request: Option for library by library compilation #910

Open abaebae opened 1 year ago

abaebae commented 1 year ago

Currently only file by file compilation is supported. It would be nice to have the option to select a compilation by library, i.e. all files from a library in a single compile command. This is especially useful for SystemVerilog.

LarsAsplund commented 1 year ago

@abaebae Is your use case library groups only or do you see that arbitrary groups are of interest? If we only need library groups there is no need for a new group concept (or whatever it should be called), only a library configuration controlling what approach to use.

abaebae commented 1 year ago

@LarsAsplund currently I only see the use case of library groups

LarsAsplund commented 1 year ago

@abaebae Check. What simulators are you targeting?

abaebae commented 1 year ago

@LarsAsplund currently only Aldec Riviera-Pro