mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 00:41:39 +02:00
DPI svSetScope is speced to return last scope, not new one
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ string AstVar::vlArgType(bool named, bool forReturn) const {
|
||||
return arg;
|
||||
}
|
||||
|
||||
string AstVar::cpubArgType(bool named, bool forReturn) const {
|
||||
string AstVar::cPubArgType(bool named, bool forReturn) const {
|
||||
if (forReturn) named=false;
|
||||
string arg;
|
||||
if (isWide() && isInOnly()) arg += "const ";
|
||||
|
||||
Reference in New Issue
Block a user