From: Iztok J. <izt...@gm...> - 2014-02-18 10:02:50
|
$ irun sv_for_variable.sv irun: 13.10-s014: (c) Copyright 1995-2014 Cadence Design Systems, Inc. file: sv_for_variable.sv program worklib.main:sv errors: 0, warnings: 0 Caching library 'worklib' ....... Done Elaborating the design hierarchy: Top level design units: main Building instance overlay tables: .................... Done Generating native compiled code: worklib.main:sv <0x0d85b4f9> streams: 1, words: 900 Building instance specific data structures. Loading native compiled code: .................... Done Design hierarchy summary: Instances Unique Programs: 1 1 Registers: 3 3 Initial blocks: 1 1 Writing initial simulation snapshot: worklib.main:sv Loading snapshot worklib.main:sv .................... Done ncsim> source /tools/opt/cadence/INCISIV13.10.014/tools/inca/files/ncsimrc ncsim> run PASSED Simulation complete via implicit call to $finish(1) at time 0 FS + 1 ./sv_for_variable.sv:2 program main; ncsim> exit $ irun sv_typedef_scope.sv irun: 13.10-s014: (c) Copyright 1995-2014 Cadence Design Systems, Inc. file: sv_typedef_scope.sv module worklib.main:sv errors: 0, warnings: 0 Caching library 'worklib' ....... Done Elaborating the design hierarchy: Top level design units: $unit_0x3fdf4418 main if (foo.log_x !== 3'b000) begin | ncelab: *E,CUVUNF (./sv_typedef_scope.sv,35|18): Hierarchical name component lookup failed at 'log_x'. irun: *E,ELBERR: Error during elaboration (status 1), exiting. $ irun sv_unpacked_port.sv irun: 13.10-s014: (c) Copyright 1995-2014 Cadence Design Systems, Inc. file: sv_unpacked_port.sv module worklib.test:sv errors: 0, warnings: 0 logic [width-1] data [0:3]; | ncvlog: *E,SVPKSN (sv_unpacked_port.sv,21|17): The single-bound form of a range is only allowed for array (i.e., unpacked) dimensions. wire [width-1] Q; | ncvlog: *E,SVPKSN (sv_unpacked_port.sv,23|16): The single-bound form of a range is only allowed for array (i.e., unpacked) dimensions. module worklib.main:sv errors: 2, warnings: 0 irun: *E,VLGERR: An error occurred during parsing. Review the log file for errors with the code *E and fix those identified problems to proceed. Exiting with code (status 1). I will try to fix the code if the errors are obvious. Regards, Iztok Jeras On Tue, Feb 18, 2014 at 5:17 AM, Stephen Williams <st...@ic...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hi all, > > I'm looking at some more SystemVerilog features, and I would like > to check some test programs with some Big-3 simulators to make > sure I really am understanding things correctly. I've attached > the example that I'm planning to make work. Can someone send me > results from some other tools? > > Thanks, > > - -- > Steve Williams "The woods are lovely, dark and deep. > steve at icarus.com But I have promises to keep, > http://www.icarus.com and lines to code before I sleep, > http://www.picturel.com And lines to code before I sleep." > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.19 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iEYEARECAAYFAlMC3tUACgkQrPt1Sc2b3im1nwCcCestQvk+jMeQEpqPDPKGbyJB > fQMAn0DnI3sx2wvHyvW6u98e0vabcMNb > =Wa0G > -----END PGP SIGNATURE----- > > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > > http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk > _______________________________________________ > Iverilog-devel mailing list > Ive...@li... > https://lists.sourceforge.net/lists/listinfo/iverilog-devel > > |