Deniz Güzel

Results 12 comments of Deniz Güzel

Kactus2 3.12 64bit Windows11 still this bug is present. However, example interface opencore.org-interface-wishbone do have same names and it works on 3.12.

Before V3Trace stage memory usage is around 60 gb when traceAll starts it increases quite fast to 200 210 gb (maybe more I can not check usage because OS stucks)then...

Hello, I have configured a GDB environment to monitor memory allocation operations and system call memory accesses. Based on my observations, the memory consumption reaches approximately 100GB within 5 minutes,...

Hi, You can find project environment below given in github repository link. You can verilate project using Makefile under sim folder. https://github.com/DenizzzGuzell/eFPGA

Hi @wsnyder , It looks like some of the comments disappeared. Do you expect something further from me related with given issue ?

Hi @wsnyder, I have prepared an environment which uses 10x10 tile size and makes things less complicated. My test results generally shows approximately 10GB of system memory usage with using...

Hi @wsnyder, I cannot build main branch due to given error below: ``` include V3PchAstNoMT.h -c ../V3Randomize.cpp -o V3Randomize.o In file included from ../V3PchAstNoMT.h:29: ../V3Randomize.cpp: In static member function ‘static...

Hi, Using latest changes and gcc updates. We succesfully verilated the project. However, when simulating it consumes again to many resources and whole server is collapses. Whenever I collect relateable...

Sorry for misunderstanding, What I mean is that in Makefile I have given `--trace-underscore` flag and made only top level module name start with `_`. Also in verilator_main.cpp file I...

I see I totally misunderstood this flag, and I have found trace metacomment. I will try and let you know. Thanks again.