Search the Community
Showing results for tags 'Performance'.
-
Hello, I am using SystemC 2.3.0. I am wondering how I can profile the SystemC library. I found we can use options like "--enable-debug" and "--disable-optimize" for debugging and optimization, respectively, but I was unable to find such an option to enable profiling. I need to use gprof and pass "-pg" options when building SystemC. Any help is greatly appreciated! Thank you in advance.
- 2 replies
-
- systemc
- performance
-
(and 2 more)
Tagged with:
-
I need to develop a SystemC model for a new (nonexisting) bus architecture, change it whenever needed and investigate its performance with every change. I do not know how to start on that, there is no tutorials or books that focus on using systemC in practical projects, all that's available is on the language itself. how do I approach this problem? how to start?
- 1 reply
-
- Modeling
- Performance
-
(and 1 more)
Tagged with:
-
Hi All, I am new to UVM methodology. I have gone through UVM class reference manual. As, UVM is an open source method used by whole verification industry, Run time performance verification and power aware verification can be standardize with providing components for those verification in library. Performance measurment can be standardize for bandwidth utilization, effective throughput and internal delay calculation. It can be both combination of checker component calcualtion at run time and timers to calculate the difference between start and stop timers to calculate bandwidth in Transfers/Second. Also, Nice reporting table can be added for generating performace reporting for all buses at one place. People can inherrit the base class and modify the usage as needed. Regards, Rakesh Sachdev