Hello everyone, Are multi dimensional arrays possible in Verilog-AMS? The reason I am asking is because "one-dimensional array" is mentioned many times in LRM v2.2, but I can't find anything on how to declare multi-dimensional arrays. What would be the syntax for a three row, two column array? parameter real Test[1:3,1:2] = {1.1, 1.2; 2.1, 2.2; 3.1, 3.2}; Thanks, Arpad ===============================================================Received on Fri Sep 9 15:51:44 2005
This archive was generated by hypermail 2.1.8 : Fri Sep 09 2005 - 15:52:23 PDT