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+
|
// Default +libext+
|
||||||
addLibExt(""); // So include "filename.v" will find the same file
|
addLibExt(""); // So include "filename.v" will find the same file
|
||||||
addLibExt(".v");
|
addLibExt(".v");
|
||||||
|
addLibExt(".sv");
|
||||||
// Default -I
|
// Default -I
|
||||||
addIncDir("."); // Looks better than {long_cwd_path}/...
|
addIncDir("."); // Looks better than {long_cwd_path}/...
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user