From: Cary R. <cy...@ya...> - 2020-06-09 18:19:44
|
Hi Uwe, Any of the following should work: -g2005-sv, -g2009, -g2012, -g2017 to tell iverilog to process the files as SystemVerilog using the appropriate keywords. We support both array declaration styles: logic mdarr [0:3][0:7];or logic mdarr [4][8]; I ran a quick test example and it works. I believe we do not currently support passing arrays as arguments, array patterns, array slices, etc., but the basic support is there. Cary On Tuesday, June 9, 2020, 9:33:36 AM PDT, <bo...@el...> wrote: Hello, trying to instantiate a 2-dimensional array, systemverilog comes nice. However I have not found a way to request systemverilog from a cmd file. Do I miss soemthing or is that feature missing? Thanks for iverilog! -- Uwe Bonnes bo...@el... Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 1623569 ------- Fax. 06151 1623305 --------- _______________________________________________ Iverilog-devel mailing list Ive...@li... https://lists.sourceforge.net/lists/listinfo/iverilog-devel |