<?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 | Alex | Activity</title>
	<link>https://osvvm.org/members/alexkrish93/activity</link>
	<atom:link href="https://osvvm.org/members/alexkrish93/activity/feed" rel="self" type="application/rss+xml" />
	<description>Activity feed for Alex.</description>
	<lastBuildDate>Mon, 25 May 2026 07:33:49 +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">69d7697b0ecd791451916819b826174e</guid>
				<title>Alex replied to the topic Problems with OSVVM Functional Coverage in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/problems-with-osvvm-functional-coverage#post-2675</link>
				<pubDate>Tue, 15 Apr 2025 14:48:29 +0100</pubDate>

									<content:encoded><![CDATA[<p>I tried printing the logs with writebin. The coverage seems to work. its onyl the YAML reports which does not print it right I suppose:<br />
<code>%% WriteBin: RxCov<br />
%% count  PASSED Bin:(1)   Count = 1  AtLeast = 1<br />
%% count  PASSED Bin:(2)   Count = 1  AtLeast = 1<br />
%% count  PASSED Bin:(3)   Count = 1  AtLeast = 1<br />
%% count  PASSED Bin:(4)   Count = 1&hellip;</code><span class="activity-read-more" id="activity-read-more-10694"><a href="https://osvvm.org/forums/topic/problems-with-osvvm-functional-coverage#post-2675" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b7ac11849dcd955335f8d3708bb9b3e9</guid>
				<title>Alex replied to the topic How to use the same AxiManager in two different processes to access AXI4 slave in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave#post-2673</link>
				<pubDate>Tue, 15 Apr 2025 12:00:58 +0100</pubDate>

									<content:encoded><![CDATA[<p>Still does not work which I had already tried. strange that the coverage is always zero. seems to be a structural issue but could not explain why. Starting a new thread for this. </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ae2478874b59b359a8e3cfeff9db2d52</guid>
				<title>Alex started the topic Problems with OSVVM Functional Coverage in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/problems-with-osvvm-functional-coverage</link>
				<pubDate>Tue, 15 Apr 2025 12:00:01 +0100</pubDate>

									<content:encoded><![CDATA[<p>I am exploring functional coverage. But cannot get a simple coverage running. Please point out what is wrong here:<br />
rx_cnt_s counts upto 20 which has been verified.</p>
<p>Background: This is a VUNIT testbench with where the DUT has AXI slaves. I use the Axi4Lite Manager as a master to access the AXI slaves in the DUT. The snippet below is part of the&hellip;<span class="activity-read-more" id="activity-read-more-10691"><a href="https://osvvm.org/forums/topic/problems-with-osvvm-functional-coverage" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">13faaed90f617a07f714a7ab5c579598</guid>
				<title>Alex replied to the topic How to use the same AxiManager in two different processes to access AXI4 slave in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave#post-2669</link>
				<pubDate>Mon, 14 Apr 2025 15:06:26 +0100</pubDate>

									<content:encoded><![CDATA[<p>Thanks Jim. Meanwhile I am exploring functional coverage. But cannot get a simple coverage running. Please point out what is wrong here:<br />
rx_cnt_s counts upto 20 which has been verified.<br />
RxCov is a signal. </p>
<p><code>    rx_process : process is<br />
      variable cnt : integer := 0;</p>
<p>      variable rd_data     : std_logic_vector(31 downto 0) := (others =&gt;&hellip;</code><span class="activity-read-more" id="activity-read-more-10688"><a href="https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave#post-2669" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">038bea291c9db16037f23ec11115fd4d</guid>
				<title>Alex replied to the topic How to use the same AxiManager in two different processes to access AXI4 slave in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave#post-2655</link>
				<pubDate>Fri, 14 Mar 2025 14:57:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the insight. </p>
<p>VUnit is an exisiting framework which is part of the current CI pipeline setup I use. Currently most of the testbenches use VUNIT HDL as well as the automation test runner features for CI. </p>
<p>As mentioned, looking to benefit from the OSVVM features especially VCs, functional coverage and reporting to enable a comprehensive&hellip;<span class="activity-read-more" id="activity-read-more-10648"><a href="https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave#post-2655" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">934ea750a61b895c5ffeaa905710502f</guid>
				<title>Alex replied to the topic How to use the same AxiManager in two different processes to access AXI4 slave in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave#post-2650</link>
				<pubDate>Wed, 12 Mar 2025 10:24:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks Jim, that helped. Now I have a running VUNIT testbench with the AXI4Lite VC. I would like to further extend this with the reporting features. I did browse through the scripting docu and the examples about the reporting. I am able to generate the YAML files. But the HTML reports are missing. Since I run a VUNIT testbench is there anything&hellip;<span class="activity-read-more" id="activity-read-more-10637"><a href="https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave#post-2650" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6c1961d51b8189d3eee23193e0295445</guid>
				<title>Alex replied to the topic How to use the same AxiManager in two different processes to access AXI4 slave in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave#post-2647</link>
				<pubDate>Sun, 09 Mar 2025 20:21:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>I use the Axi4Lite Manager as a master to access an AXI slave in the DUT. I need a solution to access the AXI slave from both the processes whcih I an currently not able to because of the multiple detect error.  The AXI slave does have a memory as well as register map for configuration. And the interrupt comes from the slave indicating an arriving&hellip;<span class="activity-read-more" id="activity-read-more-10632"><a href="https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave#post-2647" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">55918afee646353b36db1579448c2f96</guid>
				<title>Alex started the topic How to use the same AxiManager in two different processes to access AXI4 slave in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave</link>
				<pubDate>Fri, 07 Mar 2025 15:26:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have been using VUNIT for a while now and now exploring the benefits of OSVVM VCs. I have a VUNIT testbench where I access an AXI4Lite Slave from two processes with the same OSVVM AXI4LiteManager AddressBusRecType. When I tried this I stumbled upon the Multiple Driver Detection error. From looking at the TbAxi4_ReleaseAcquireManager1.vhd&hellip;<span class="activity-read-more" id="activity-read-more-10628"><a href="https://osvvm.org/forums/topic/how-to-use-the-same-aximanager-in-two-different-processe-to-access-axi4-slave" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">649b0fdb54704e5c9b44d56ee43b8d1e</guid>
				<title>Alex became a registered member</title>
				<link>https://osvvm.org/activity/p/10608</link>
				<pubDate>Tue, 04 Mar 2025 10:23:53 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>