forked from github/verilator
Add +libext+.sv default
This commit is contained in:
parent
fb70a1f4ab
commit
3269cc3d90
@ -1125,6 +1125,7 @@ V3Options::V3Options() {
|
||||
// Default +libext+
|
||||
addLibExt(""); // So include "filename.v" will find the same file
|
||||
addLibExt(".v");
|
||||
addLibExt(".sv");
|
||||
// Default -I
|
||||
addIncDir("."); // Looks better than {long_cwd_path}/...
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user