|
From: Cary R. <cy...@ya...> - 2015-01-28 21:26:24
|
The iverilog flag Steve mentioned is -pfileline=1. This will help if the problem is in the procedural code, but does nothing for continuous assignments.
Cary
On Wednesday, January 28, 2015 1:10 PM, Stephen Williams <st...@ic...> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
That is the runtime griping that a value assigned into it
(either by procedural assign or passing through the netlist)
is not the expected size or format. That is probably a code
generator problem. You may try turning on line-by-line debug
printing (the vvp code generator can do this for you, I forget
the exact command line flags.) and see what kind of assignment
does this to you.
On 01/28/2015 12:20 PM, Lonnie L Gliem wrote:
> -v: vvp_net_sig.cc:181: virtual void
> vvp_fun_signal4_sa::recv_vec4(vvp_net_ptr_t, const vvp_vector4_t&,
> void**): Assertion `bit.size() == bits4_.size()' failed.
- --
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
iEYEARECAAYFAlTJUA4ACgkQrPt1Sc2b3ik2uwCfT9kvffVfSC8IggIV7W6Vy9Zj
vi8AnRezNv21gcJ4h+6PZnvh2jHyudAp
=IB35
-----END PGP SIGNATURE-----
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Iverilog-devel mailing list
Ive...@li...
https://lists.sourceforge.net/lists/listinfo/iverilog-devel
|