[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  SVN::S4
  SystemPerl
  Voneline
  WFH
General Info
  Papers

Activity

From 08/21/2011 to 09/19/2011

09/19/2011

02:51 pm Issue #392: Can't unroll generate for with complicated incrementer/init/test
BTW, using a temporary parameter may work (I'm not sure if a genvar temporary would or wouldn't.)
genvar y;
...
Wilson Snyder
02:49 pm Issue #392 (Assigned): Can't unroll generate for with complicated incrementer/init/test
Yes, the unroller is currently pretty stupid. I'll get to this, but it is unlikely to be in the next month as it is ... Wilson Snyder
02:43 pm Issue #392 (Feature): Can't unroll generate for with complicated incrementer/init/test
The following for loop:... Amir Gonnen
12:20 pm Issue #389: Building Verilator with MinGW
It is either what VERILATOR_ROOT is set to when you compile verilator itself, or more likely given what it shows, som... Wilson Snyder
12:04 pm Issue #389: Building Verilator with MinGW
... Amir Gonnen

09/15/2011

01:35 am Issue #288 (Closed): Verilator does not pass tests on sparc
In 3.821 Wilson Snyder
01:35 am Issue #374 (Closed): Casting doesn't work anymore
Wilson Snyder
01:34 am Verilator 3.821 Released
Verilator 3.821 2011/09/14
**** Fix PowerPC runtime error, bug288. [Ahmed El-Mahmoudy]
**** Fix internal error ...
Wilson Snyder

09/14/2011

03:53 pm Issue #388 (Closed): Verilator does not pass tests on macosx
Great! I'm a little surprised as the fix there was for nothing parsing at all on HPUX, but I'll take it!
Wilson Snyder
03:49 pm Issue #388: Verilator does not pass tests on macosx
Verilator works fine on MacOsx Lion with newest git version!! It both passed the tests, and is also working on my own... Michael Perrott
10:45 am Issue #389: Building Verilator with MinGW
That rule is found by make using VPATH; that in turn comes from the VERILATOR_ROOT setting.
So check both VERILATOR_...
Wilson Snyder
07:21 am Issue #389: Building Verilator with MinGW
Ok. I made some progress with the root paths.
Now I have the following problem:...
Amir Gonnen

09/13/2011

07:22 pm Issue #388: Verilator does not pass tests on macosx
"git" instructions are under the "download" tab above this bug.
grep MODULE test_c/obj_dir/*.tree
All files ...
Wilson Snyder
07:04 pm Issue #388: Verilator does not pass tests on macosx
Lion seems to have a broken ssh. VNC will likely be hard - I'm in Abu Dhabi and they tend to block VNC connections.... Michael Perrott
06:41 pm Issue #388: Verilator does not pass tests on macosx
Removed --debugi 9 as well as --no-dump-tree
It ran pretty fast.
listing of test_c/obj_dir area:
Michaels-Ma...
Michael Perrott
04:43 pm Issue #389: Building Verilator with MinGW
Sorry I don't use MingGW and so don't know how it ties into make and all of that stuff. If you figure it out I'll ta... Wilson Snyder
04:31 pm Issue #389: Building Verilator with MinGW
Another thing I just realized...
It's not a matter of unix/windows path. ifstream accepts both - It's a matter of ...
Amir Gonnen
04:14 pm Issue #389: Building Verilator with MinGW
I can 'cat' the file:... Amir Gonnen
03:15 pm Issue #388: Verilator does not pass tests on macosx
Also there was a bug fix for PowerPC that might be related, you can try the git version as that's unreleased.
Wilson Snyder
03:13 pm Issue #388: Verilator does not pass tests on macosx
Try removing the --debugi and --no-dump-tree entirely. It looks like it is parsing something, so when it finishes, p... Wilson Snyder
03:07 pm Issue #388: Verilator does not pass tests on macosx
Thanks for your help on this!
Doing the above causes it to go into a very long loop of spitting out commands. Aft...
Michael Perrott
12:00 pm Issue #389 (AskedReporter): Building Verilator with MinGW
Can you 'cat' the file? Maybe it's read only.
Otherwise, use "gdb /home/amirg/verilator-3.820/test_c/../verilator...
Wilson Snyder
11:36 am Issue #389 (Closed): Building Verilator with MinGW
Verilator was built successfully (but with warnings) with MinGW20110802 on Win-XP machine.
However, "make test" fail...
Amir Gonnen
12:25 am Issue #388 (Assigned): Verilator does not pass tests on macosx
It looks like argv isn't working??
We'll have to do some back and forth to debug, first try
cd test_c
...
Wilson Snyder

09/12/2011

09:38 pm Issue #388 (Closed): Verilator does not pass tests on macosx
... Michael Perrott

09/08/2011

05:53 am Issue #384: verilator does not produce waveform/vcd for an unpacked array with >32 elements
Thanks - I missed --trace-max-width option.
The only thing to add here is that description is somewhat confusing: ...
Alex Solomatnikov

09/06/2011

04:54 pm Issue #385: Dpi exported tasks with array inputs don't compile.
I was using 3.812, updating to 3.820 fixes large vectors. So I have things working with packing / unpacking across t... Thomas Watts

09/05/2011

04:44 pm Issue #385 (Assigned): Dpi exported tasks with array inputs don't compile.
DPI exports of wide vectors should be supported, there's a test case in test_regress/t/t_dpi_export.v; if you could m... Wilson Snyder
10:03 am Issue #385: Dpi exported tasks with array inputs don't compile.
I'm actually trying to pass a transaction of 10s of bytes from C to Verilog. I was hoping to assemble the bytes in a... Thomas Watts

09/04/2011

09:26 pm Issue #385: Dpi exported tasks with array inputs don't compile.
Are you trying to pass a string? Strings aren't represented as an array of bytes in verilog, but rather one long num... Wilson Snyder

09/02/2011

04:14 pm Issue #385 (Feature): Dpi exported tasks with array inputs don't compile.
Compiling the following with verilator --lint_only gives the error message
Unsupported: Assignment between packed ...
Thomas Watts
11:35 am Issue #384 (Closed): verilator does not produce waveform/vcd for an unpacked array with >32 elements
See the manual on --trace-max-width and --trace-max-array.
Wilson Snyder
01:52 am Issue #384 (Closed): verilator does not produce waveform/vcd for an unpacked array with >32 elements
If there 2 unpacked arrays, one with 32 elements, the other with 33:... Alex Solomatnikov

08/23/2011

02:35 pm Issue #288: Verilator does not pass tests on sparc
Wonderful ! Thanks a lot.
Ahmed El-Mahmoudy
01:07 am Issue #288 (Resolved): Verilator does not pass tests on sparc
Wilson Snyder
01:07 am Issue #288: Verilator does not pass tests on sparc
Great work making the image. I was able to reproduce it and tracked it down to (paraphrasing)
int V3Parse::x() ...
Wilson Snyder

08/21/2011

03:08 pm Issue #288: Verilator does not pass tests on sparc
Here's the link to the PowerPC image: http://people.ubuntu.com/~aelmahmoudy/ppc.img Ahmed El-Mahmoudy
 

Also available in: Atom