<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Performance and statistical analysis from HDL simulations using the VMM Performance Analyzer</title>
	<atom:link href="http://www.vmmcentral.org/vmartialarts/2009/04/performance-and-statistical-analysis-from-hdl-simulations-using-the-vmm-performance-analyzer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vmmcentral.org/vmartialarts/2009/04/performance-and-statistical-analysis-from-hdl-simulations-using-the-vmm-performance-analyzer/</link>
	<description>A Blog on Verification Methodology</description>
	<lastBuildDate>Fri, 30 Sep 2011 08:39:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Rushabh</title>
		<link>http://www.vmmcentral.org/vmartialarts/2009/04/performance-and-statistical-analysis-from-hdl-simulations-using-the-vmm-performance-analyzer/comment-page-1/#comment-817</link>
		<dc:creator>Rushabh</dc:creator>
		<pubDate>Thu, 18 Feb 2010 12:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmmcentral.org/vmartialarts/?p=93#comment-817</guid>
		<description>Hi Adiel
  I faced the issue of libsqlite3.so :cannot open shared object file .
One simple way to solve this is use vcs -full64 if sqlite libraries are of 64bit.</description>
		<content:encoded><![CDATA[<p>Hi Adiel<br />
  I faced the issue of libsqlite3.so :cannot open shared object file .<br />
One simple way to solve this is use vcs -full64 if sqlite libraries are of 64bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Badri Gopalan</title>
		<link>http://www.vmmcentral.org/vmartialarts/2009/04/performance-and-statistical-analysis-from-hdl-simulations-using-the-vmm-performance-analyzer/comment-page-1/#comment-663</link>
		<dc:creator>Badri Gopalan</dc:creator>
		<pubDate>Wed, 27 May 2009 20:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmmcentral.org/vmartialarts/?p=93#comment-663</guid>
		<description>hi Rahul,

Functional and code coverage databases have their own (typically vendor-specific) APIs.  For instance VCS has a C and a TCL API into these databases. The databases themselves are optimized for storage and performance, and may not be implemented as an SQL database. There are also efforts afoot to have standardized API access to coverage databases.

I&#039;ve seen many users using the API to access these databases, and populate an SQL database with interesting (to them) stuff derived from these databases. I see you have described the challenges in your linked presentation.

thanks for the comment.
badri</description>
		<content:encoded><![CDATA[<p>hi Rahul,</p>
<p>Functional and code coverage databases have their own (typically vendor-specific) APIs.  For instance VCS has a C and a TCL API into these databases. The databases themselves are optimized for storage and performance, and may not be implemented as an SQL database. There are also efforts afoot to have standardized API access to coverage databases.</p>
<p>I&#8217;ve seen many users using the API to access these databases, and populate an SQL database with interesting (to them) stuff derived from these databases. I see you have described the challenges in your linked presentation.</p>
<p>thanks for the comment.<br />
badri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: On Verification: A Software-to-Silicon Verification &#187; Blog Archive &#187; Verification Methodologies: Standards will come; in the mean time get that chip verified!</title>
		<link>http://www.vmmcentral.org/vmartialarts/2009/04/performance-and-statistical-analysis-from-hdl-simulations-using-the-vmm-performance-analyzer/comment-page-1/#comment-646</link>
		<dc:creator>On Verification: A Software-to-Silicon Verification &#187; Blog Archive &#187; Verification Methodologies: Standards will come; in the mean time get that chip verified!</dc:creator>
		<pubDate>Mon, 11 May 2009 05:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmmcentral.org/vmartialarts/?p=93#comment-646</guid>
		<description>[...] advantage of the productivity benefits of a vendor-supported methodology like the VMM, including  advanced methodology applications, extensions into new domains, focused R&amp;D investment and a worldwide support [...]</description>
		<content:encoded><![CDATA[<p>[...] advantage of the productivity benefits of a vendor-supported methodology like the VMM, including  advanced methodology applications, extensions into new domains, focused R&amp;D investment and a worldwide support [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://www.vmmcentral.org/vmartialarts/2009/04/performance-and-statistical-analysis-from-hdl-simulations-using-the-vmm-performance-analyzer/comment-page-1/#comment-644</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Sat, 09 May 2009 07:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmmcentral.org/vmartialarts/?p=93#comment-644</guid>
		<description>Badri,

Visible table schema where we can add our custom fields will really be very helpful. Can the functional and code coverage database can be queried along with the performance database? 

The challenges which we are facing is to collect the required data at a central place and analyze it. This includes, performance, functional coverage, bugs, passing and failing test count and any other information. Currently we have written scripts which acts like a glue logic to integrate various parameter which we need, to check the status of verification progress. I have described the challenges as verification management in one of the article http://www.nxtbook.com/nxtbooks/emedia/eetindia_20081016/#/0

I am looking forward for your next blog, but I think the step towards getting the information in SQL with so much of flexibility in term of the access to the internal tables will be great help moving forward.

Regards,
Rahul</description>
		<content:encoded><![CDATA[<p>Badri,</p>
<p>Visible table schema where we can add our custom fields will really be very helpful. Can the functional and code coverage database can be queried along with the performance database? </p>
<p>The challenges which we are facing is to collect the required data at a central place and analyze it. This includes, performance, functional coverage, bugs, passing and failing test count and any other information. Currently we have written scripts which acts like a glue logic to integrate various parameter which we need, to check the status of verification progress. I have described the challenges as verification management in one of the article <a href="http://www.nxtbook.com/nxtbooks/emedia/eetindia_20081016/#/0" rel="nofollow">http://www.nxtbook.com/nxtbooks/emedia/eetindia_20081016/#/0</a></p>
<p>I am looking forward for your next blog, but I think the step towards getting the information in SQL with so much of flexibility in term of the access to the internal tables will be great help moving forward.</p>
<p>Regards,<br />
Rahul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Badri Gopalan</title>
		<link>http://www.vmmcentral.org/vmartialarts/2009/04/performance-and-statistical-analysis-from-hdl-simulations-using-the-vmm-performance-analyzer/comment-page-1/#comment-643</link>
		<dc:creator>Badri Gopalan</dc:creator>
		<pubDate>Thu, 07 May 2009 18:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmmcentral.org/vmartialarts/?p=93#comment-643</guid>
		<description>Hi Rahul,

thanks for the comment !

Yes, the table schema is visible, and extensible to add your custom entries in the database tables.
I will put more details in my next blog item. Its all in the user guide as well. 
Feel free to ask other questions or provide other feedback, i will try to address them in the next blog post.

Badri</description>
		<content:encoded><![CDATA[<p>Hi Rahul,</p>
<p>thanks for the comment !</p>
<p>Yes, the table schema is visible, and extensible to add your custom entries in the database tables.<br />
I will put more details in my next blog item. Its all in the user guide as well.<br />
Feel free to ask other questions or provide other feedback, i will try to address them in the next blog post.</p>
<p>Badri</p>
]]></content:encoded>
	</item>
</channel>
</rss>

