<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open Source VHDL Verification Methodology | Ajeetha Kumari | Activity</title>
	<link>https://osvvm.org/members/ajeetha/activity</link>
	<atom:link href="https://osvvm.org/members/ajeetha/activity/feed" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ajeetha Kumari.</description>
	<lastBuildDate>Sun, 24 May 2026 23:35:46 +0100</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">cf8d9aa1031ce916b32c605547d2c82a</guid>
				<title>Ajeetha Kumari started the topic Using TCover to model bit transitions in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/using-tcover-to-model-bit-transitions</link>
				<pubDate>Wed, 12 Mar 2025 14:58:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am adding support for bit vector functional/toggle coverage using OSVVM. I have basic every-bit cover working (Will be glad to share a prototype if anyone is willing to review). Now, the next step is to ensure each bit really transitioned from 0 to 1 and 1 to 0. I tried using TCover and by reading the implementation it looks like it would&hellip;<span class="activity-read-more" id="activity-read-more-10639"><a href="https://osvvm.org/forums/topic/using-tcover-to-model-bit-transitions" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">75746b19636fbe4d2d886976c1907750</guid>
				<title>Ajeetha Kumari started the topic SBRD: Check API uses AffirmIf, why GetAffirmCount is 0? in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/sbrd-check-api-uses-affirmif-why-getaffirmcount-is-0</link>
				<pubDate>Fri, 07 Jun 2024 20:54:09 +0100</pubDate>

									<content:encoded><![CDATA[<p>SBRD User guide says:<br />
&lt;quote&gt;<br />
Check a received value (ActualType) with value in scoreboard. The Match function is<br />
used to determine if the received and expected values match. Checking is handled by<br />
AffirmIf. As a result, if they match a log PASSED is generated, otherwise, an alert<br />
ERROR is generated.<br />
&lt;/quote&gt;</p>
<p>I didn&#8217;t create any AlertID (yet),&hellip;<span class="activity-read-more" id="activity-read-more-10248"><a href="https://osvvm.org/forums/topic/sbrd-check-api-uses-affirmif-why-getaffirmcount-is-0" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0eea3d3713a427d42df0046ad5c8dd5d</guid>
				<title>Ajeetha Kumari replied to the topic SBRD package issue with Modelsim FPGA edition in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/sbrd-package-issue-with-modelsim-fpga-edition#post-2491</link>
				<pubDate>Fri, 07 Jun 2024 20:27:24 +0100</pubDate>

									<content:encoded><![CDATA[<p>That worked, thanks. Can we bukcteize this as potential race condition? </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d4735fdf076d12a105c2d8ac1afdd153</guid>
				<title>Ajeetha Kumari replied to the topic SBRD package issue with Modelsim FPGA edition in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/sbrd-package-issue-with-modelsim-fpga-edition#post-2488</link>
				<pubDate>Fri, 07 Jun 2024 17:11:58 +0100</pubDate>

									<content:encoded><![CDATA[<p>I guessed that and did add a 1ns delay before calling NewID &#8211; please see the stim process above. Still no luck! </p>
<p>Thanks</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c99480edee97a50c21816c2e918f34f7</guid>
				<title>Ajeetha Kumari started the topic SBRD package issue with Modelsim FPGA edition in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/sbrd-package-issue-with-modelsim-fpga-edition</link>
				<pubDate>Fri, 07 Jun 2024 08:25:32 +0100</pubDate>

									<content:encoded><![CDATA[<p>Thanks Jim for the help with MTI version check (18.1 produces a seg-fault with NewID call). Now I have updated to the latest available &#8211; 20.1 and I see that seg-fault is resolved. However, during push I get:</p>
<p>&lt;log&gt;<br />
#    Time: 1 ns  Iteration: 0  Instance: /tb_af_up_dn_counter/u_testcase<br />
# %% Alert  FAILURE   in OSVVM,   Scoreboard Push Index:&hellip;<span class="activity-read-more" id="activity-read-more-10239"><a href="https://osvvm.org/forums/topic/sbrd-package-issue-with-modelsim-fpga-edition" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e45d1eb82a12264dae487c4bc7d31b41</guid>
				<title>Ajeetha Kumari replied to the topic Generic testControlProc - can this be a pattern? in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/generic-testcontrolproc-can-this-be-a-pattern#post-2485</link>
				<pubDate>Fri, 07 Jun 2024 08:21:53 +0100</pubDate>

									<content:encoded><![CDATA[<p>Thanks, aligns with my thoughts. Yes the generator already creates/uses clock/reset procedures. </p>
<p>Regards<br />
Ajeetha</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">edc422f555cda9ca5129780ec0e1d911</guid>
				<title>Ajeetha Kumari changed their profile picture</title>
				<link>https://osvvm.org/activity/p/10227</link>
				<pubDate>Thu, 06 Jun 2024 06:45:06 +0100</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c716f398ee506667844046817c670c51</guid>
				<title>Ajeetha Kumari&#039;s profile was updated</title>
				<link>https://osvvm.org/activity/p/10226</link>
				<pubDate>Thu, 06 Jun 2024 06:39:40 +0100</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8724c8e3d966b0dc1dc7b3b24ef6c6f8</guid>
				<title>Ajeetha Kumari started the topic Generic testControlProc - can this be a pattern? in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/generic-testcontrolproc-can-this-be-a-pattern</link>
				<pubDate>Thu, 06 Jun 2024 06:13:57 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi there,<br />
  Coming from SV/UVM and the concept of design patterns applied to testbenches, am looking for common patterns in a typical OSVVM TB. Things such as:</p>
<p>1. ClockGen<br />
2. ResetGen<br />
3. EndOfTestReport</p>
<p>I believe the above 3 are straightforward (need to add #3 to my generator yet). What about some of the initialization code that I see in TbUart&hellip;<span class="activity-read-more" id="activity-read-more-10225"><a href="https://osvvm.org/forums/topic/generic-testcontrolproc-can-this-be-a-pattern" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7c0a946d80f2a0dad71bc4de7ce13f7c</guid>
				<title>Ajeetha Kumari replied to the topic GHDL workarounds - any known ones? in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/ghdl-workarounds-any-known-ones#post-2475</link>
				<pubDate>Thu, 06 Jun 2024 06:07:52 +0100</pubDate>

									<content:encoded><![CDATA[<p>Thanks Jim, I understand this better now &#8211; it&#8217;s scoping issue when multiple types are getting visible to a test. </p>
<p>Regards<br />
Ajeetha</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e21a89e961a94b9dbad619cef8ed06b5</guid>
				<title>Ajeetha Kumari started the topic GHDL workarounds - any known ones? in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/ghdl-workarounds-any-known-ones</link>
				<pubDate>Wed, 05 Jun 2024 17:02:24 +0100</pubDate>

									<content:encoded><![CDATA[<p>I am new here in this forum, am creating a Python based utility to enhance productivity with OSVVM based TBs. One of them is a testbench skeleton generator that should go live shortly (opensource). While navigating some examples I see:</p>
<p>[code]<br />
library OSVVM ;<br />
  context OSVVM.OsvvmContext ;<br />
&#8212;  use osvvm.ScoreboardPkg_slv.all ;<br />
&#8211;!! GHDL<br />
  use&hellip;<span class="activity-read-more" id="activity-read-more-10213"><a href="https://osvvm.org/forums/topic/ghdl-workarounds-any-known-ones" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>