<?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 | Patrick | Activity</title>
	<link>https://osvvm.org/members/paebbels/activity</link>
	<atom:link href="https://osvvm.org/members/paebbels/activity/feed" rel="self" type="application/rss+xml" />
	<description>Activity feed for Patrick.</description>
	<lastBuildDate>Fri, 01 May 2026 02:12:30 +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">d830521ca27521ccf4c0f4569ec3d8ca</guid>
				<title>Patrick replied to the topic Is there a built-in way in OSVVM to detect build failure without parsing logs? in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/is-there-a-built-in-way-in-osvvm-to-detect-build-failure-without-parsing-logs#post-2868</link>
				<pubDate>Sat, 14 Feb 2026 20:41:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>There is also pyEDAA.OSVVM for reading OSVVM&#8217;s YAML files (or XML files). You get a data model where you can access fields and aggregated files as well as status properties.</p>
<p>See <a href="https://github.com/edaa-org/pyEDAA.OSVVM" rel="nofollow ugc">https://github.com/edaa-org/pyEDAA.OSVVM</a></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9737c5b25f969e7372e7702906f5cb55</guid>
				<title>Patrick replied to the topic Using VCs without the built-in Scripts - but instead VUnit in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/using-vcs-without-the-built-in-scripts#post-2723</link>
				<pubDate>Tue, 03 Jun 2025 05:06:50 +0100</pubDate>

									<content:encoded><![CDATA[<p>Oh, I forgot to mention how to run it for different vendor tools&#8230;</p>
<p>The instantiation of the <code>OsvvmProFileProcessor</code> takes an optional argument of type <code>OsvvmVariables</code> </p>
<p><code>osvvmVariables = OsvvmVariables(<br />
  vhdlVersion = VHDLVersion.VHDL2008,<br />
  toolVendor = &quot;Aldec&quot;<br />
  toolName = &quot;RivieraPRO&quot;<br />
  toolVersion = &quot;2024.10&quot;<br />
)<br />
processor =&hellip;</code><span class="activity-read-more" id="activity-read-more-10757"><a href="https://osvvm.org/forums/topic/using-vcs-without-the-built-in-scripts#post-2723" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8ef2c0ac00f42d8fd15711777676349d</guid>
				<title>Patrick replied to the topic Using VCs without the built-in Scripts - but instead VUnit in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/using-vcs-without-the-built-in-scripts#post-2721</link>
				<pubDate>Mon, 02 Jun 2025 23:04:10 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi Isaac,</p>
<p>a few weeks ago, I release pyEDAA.OSVVM as part of the bigger EDA² Python package family. It provides a OSVVM *.pro file processor as well as data models and parsers for OSVVM&#8217;s YAML (and XML) file formats.</p>
<p>Repository: <a href="https://github.com/edaa-org/pyEDAA.OSVVM" rel="nofollow ugc">https://github.com/edaa-org/pyEDAA.OSVVM</a><br />
Documentation: <a href="https://edaa-org.github.io/pyEDAA.OSVVM" rel="nofollow ugc">https://edaa-org.github.io/pyEDAA.OSVVM</a></p>
<p><code>from pathlib&hellip;</code><span class="activity-read-more" id="activity-read-more-10755"><a href="https://osvvm.org/forums/topic/using-vcs-without-the-built-in-scripts#post-2721" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d40605e33462fc9c753b834c6e7172b0</guid>
				<title>Patrick replied to the topic Issues with GHDL when compiling OSVVM packages in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/issues-with-ghdl-when-compiling-osvvm-packages#post-2720</link>
				<pubDate>Mon, 02 Jun 2025 21:02:22 +0100</pubDate>

									<content:encoded><![CDATA[<p>Can you please provide the output of</p>
<p>ghdl &#8211;version</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f30c42cbd69846f98a9cedd56bee1a3d</guid>
				<title>Patrick replied to the topic Waveforms not generated correctly (GHDL) in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/waveforms-not-generated-correctly-ghdl#post-2640</link>
				<pubDate>Thu, 06 Mar 2025 07:51:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>Do you need this as strict &#8220;on&#8221; and &#8220;off&#8221; for <code>tready</code> or do you need e.g. random back-pressure on the bus?</p>
<p>I think for the latter we need <a href='https://osvvm.org/members/jiml' rel="nofollow ugc">@JimL</a> answer. For the former, you can setup a coverage model, which acts as a distribution function. This CovModel can be handed over to the receiver to randomly accept data or delay reception.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d4b26a07c1c80bf92cd9266ef68fe489</guid>
				<title>Patrick replied to the topic Waveforms not generated correctly (GHDL) in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/waveforms-not-generated-correctly-ghdl#post-2638</link>
				<pubDate>Wed, 05 Mar 2025 17:27:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Usually, you can trust the synthesis tools. If you really mistrust them, you should skip post-synthesis and post-placement simulation and go to post-routing simulation. Post-synthesis is just after synthesis without optimization, placement and routing. So you would miss critical parts in the transformation from VHDL to bitstream.</p>
<p>Please keep in&hellip;<span class="activity-read-more" id="activity-read-more-10618"><a href="https://osvvm.org/forums/topic/waveforms-not-generated-correctly-ghdl#post-2638" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0136967539f5e9aeac3bc603a4eaa1ad</guid>
				<title>Patrick replied to the topic Waveforms not generated correctly (GHDL) in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/waveforms-not-generated-correctly-ghdl#post-2636</link>
				<pubDate>Wed, 05 Mar 2025 14:29:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>I don&#8217;t advertise simulations with Vivado xSim<br />
* very low speed (&gt;10x) compare to commercial simulators or open-source simulators<br />
* creates masses of output data (multiple GB where others write just a few MB)<br />
* explicit VHDL features like range checks need to be activated by the user (if not, xSim doesn&#8217;t produce correct simulation results&hellip;<span class="activity-read-more" id="activity-read-more-10616"><a href="https://osvvm.org/forums/topic/waveforms-not-generated-correctly-ghdl#post-2636" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">59f60a97ca77714fb27a894a12db400a</guid>
				<title>Patrick changed their profile picture</title>
				<link>https://osvvm.org/activity/p/10615</link>
				<pubDate>Wed, 05 Mar 2025 14:14:42 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6f9415cf18e8125851e7c9d82579213a</guid>
				<title>Patrick&#039;s profile was updated</title>
				<link>https://osvvm.org/activity/p/10614</link>
				<pubDate>Wed, 05 Mar 2025 14:12:25 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">63c33ec105703e80063ed49d069157fd</guid>
				<title>Patrick replied to the topic Waveforms not generated correctly (GHDL) in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/waveforms-not-generated-correctly-ghdl#post-2630</link>
				<pubDate>Fri, 28 Feb 2025 18:05:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Your GTKwave is propably too old. You have 3.3.104, whereas GTKwave is now at 3.3.121.</p>
<p>What platform do you use?<br />
Linux, macOS, Windows, MSYS2, &#8230;?</p>
<p>As an alternative: <a href="https://surfer-project.org/" rel="nofollow ugc">https://surfer-project.org/</a><br />
Unfortunately, the made there own GHW reader as far as I know. So it could be failing as well.</p>
<p>GHW is a waveform format from GHDL specially made for&hellip;<span class="activity-read-more" id="activity-read-more-10603"><a href="https://osvvm.org/forums/topic/waveforms-not-generated-correctly-ghdl#post-2630" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">04023063671c032bc472e03df308672f</guid>
				<title>Patrick started the topic Using OSVVM in an Avionics project with DO-254 and DAL-A in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/using-osvvm-in-an-avionics-project-with-do-254-and-dal-a</link>
				<pubDate>Wed, 17 May 2023 15:48:17 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hello OSVVM Community,</p>
<p>has anyone experience in using OSVVM in safety-critical environments like avionics according or close to DO-254 and DAL-A or DAL-B?</p>
<p>We would like to use OSVVM in a customer project to avoid reinventing the wheel, being more productive and getting ready to use reports. We have now a question how mature is OSVVM and can it&hellip;<span class="activity-read-more" id="activity-read-more-9702"><a href="https://osvvm.org/forums/topic/using-osvvm-in-an-avionics-project-with-do-254-and-dal-a" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>