Add +libext+.sv default

This commit is contained in:
Wilson Snyder 2011-03-30 21:30:36 -04:00
parent fb70a1f4ab
commit 3269cc3d90

View File

@ -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}/...
}