|
From: Martin W. <mai...@ma...> - 2016-03-25 20:23:06
|
Krishnaraj Bhat wrote: > Hi All, > > Could any one please let me know whether Icarus supports passing Structure > types as module ports? We have to pass voltage/current values across the > module ports. For this we are thinking of using a structure with voltage > and current values as members of structure with real data type. And using > this struct as module port. Could any one please let me know whether this > is supported in Icarus? Icarus doesn't support unpacked structs. Packed struct types can be used for module ports, but packed structs can't contain real values. Martin |