[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-dev: Re: Icarus Verilog for post synthesis simulation



Stephan Boettcher wrote:
> 
> I did not look into the vvp code for a long time. Since the structural
> concepts in there have evolved quite a bit, I assume there is a lot of
> work to do before iSDF can be made working.

I tried to compile iSDF 0.2.1 with the latest development snapshot of
Icarus (verilog-20060618) and it does not compile.

The first error complains about line 130 in isdf.cc:

  return vvp_delay_new(nvals, vals);


I compared the Icarus source code with that of version 0.8 and there has
been quite some rework done in vvp/delay.cc. That function
vvp_delay_new() is not there anymore and instead there are the two
classes vvp_delay_t and vvp_fun_delay.

So far I don't understand yet very much what is going on there. Just
from the code I was wondering whether a cheap trick would be to add a
constructor to vvp_delay_t to handle that function?


Guenter




_______________________________________________
geda-dev mailing list
geda-dev@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev