mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Handle DARRAYs of real variables
This involves working out the code to get the base type of a select expression of a darray. Also added the runtime support for darrays with real value elements.
This commit is contained in:
@@ -53,6 +53,9 @@ static bool get_real_arg_(const NetExpr*expr, verireal&val)
|
||||
break;
|
||||
}
|
||||
|
||||
case IVL_VT_DARRAY:
|
||||
return false;
|
||||
|
||||
default:
|
||||
assert(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user