<?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 | Christon Fredrick | Activity</title>
	<link>https://osvvm.org/members/chrisfredrick/activity</link>
	<atom:link href="https://osvvm.org/members/chrisfredrick/activity/feed" rel="self" type="application/rss+xml" />
	<description>Activity feed for Christon Fredrick.</description>
	<lastBuildDate>Mon, 21 Sep 2026 16:46:56 +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">04d0b8d57efa1bd2c2ff04c156a13075</guid>
				<title>Christon Fredrick 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-2726</link>
				<pubDate>Tue, 10 Jun 2025 17:53:14 +0100</pubDate>

									<content:encoded><![CDATA[<p>the GHDL version was 5.0.1, but good news, the OSVVM packages compiled with NVC. And also the basic VHDL code ran and the random function is really powerful when implemented. Really appreciate the work in OSVVM!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d21eb8cfeee565989254c6894d596503</guid>
				<title>Christon Fredrick started 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</link>
				<pubDate>Mon, 26 May 2025 09:20:36 +0100</pubDate>

									<content:encoded><![CDATA[<p>I first compiled the required dependencies and GHDL compiled them well. but when I compiled the AlertLogPkg.vhd, it didn&#8217;t and showed error like,                                                              ^<br />
osvvm/AlertLogPkg.vhd:5356:43:error: no overloaded function found matching &#8220;to_string&#8221;<br />
               &#8220;= Expected : &#8221; &amp;&hellip;<span class="activity-read-more" id="activity-read-more-10747"><a href="https://osvvm.org/forums/topic/issues-with-ghdl-when-compiling-osvvm-packages" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0e5c891254f4ce2947b73556290d72a7</guid>
				<title>Christon Fredrick replied to the topic Is GHDL easier for OSVVM or Xsim 2024.2 (or later)? in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/is-ghdl-easier-for-osvvm-or-xsim-2024-2-or-later#post-2711</link>
				<pubDate>Thu, 22 May 2025 14:10:25 +0100</pubDate>

									<content:encoded><![CDATA[<p>The problem is, with Ubuntu 24.04, I think we can install the latest GHDL with snap store, but I have pop!_os 22.04 which is like Ubuntu 22.04. Here I have to install GHDL from github. I installed 5.0.1 GHDL. But I have all sorts of problems (with dependencies as I am doing it manually) where I couldn&#8217;t initialise and create the first work object&hellip;<span class="activity-read-more" id="activity-read-more-10746"><a href="https://osvvm.org/forums/topic/is-ghdl-easier-for-osvvm-or-xsim-2024-2-or-later#post-2711" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f42d6c43d2df07002476888a522ae391</guid>
				<title>Christon Fredrick started the topic Is GHDL easier for OSVVM or Xsim 2024.2 (or later)? in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/is-ghdl-easier-for-osvvm-or-xsim-2024-2-or-later</link>
				<pubDate>Thu, 22 May 2025 11:18:46 +0100</pubDate>

									<content:encoded><![CDATA[<p>I heard that there is no built-in support for osvvm with GHDL, but there is contrastingly, a built-in support for OSVVM in XSim. Also I tried with the help of ChatGPT to try and simulate a simple adder.vhd using OSVVM. I couldn&#8217;t do it. the compilation is not proper as it might miss some dependencies, and it&#8217;s all manual and I find it very&hellip;<span class="activity-read-more" id="activity-read-more-10743"><a href="https://osvvm.org/forums/topic/is-ghdl-easier-for-osvvm-or-xsim-2024-2-or-later" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">070a2bb055ebbd4c7b85845b509c4779</guid>
				<title>Christon Fredrick 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-2707</link>
				<pubDate>Wed, 21 May 2025 10:31:02 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi, I see that you have some successful simulations with GHDL. may I ask which version of GHDL is compatible with OSVVM 2025.2? I am having the build error when I used GHDL 3.0.0 version. the normal libraries are being built with &#8220;rlwrap tclsh&#8221;, but when i want to build my adder_tb, it is not being build, and has errors. what am I doing wrong? I&hellip;<span class="activity-read-more" id="activity-read-more-10741"><a href="https://osvvm.org/forums/topic/waveforms-not-generated-correctly-ghdl#post-2707" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a9e90bafcc0608f74d62800aee4a4f18</guid>
				<title>Christon Fredrick started the topic Is Vivado 2022.2(Xsim) suitable for OSVVM simulations? in the forum OSVVM</title>
				<link>https://osvvm.org/forums/topic/is-vivado-2022-2xsim-suitable-for-osvvm-simulations</link>
				<pubDate>Sat, 17 May 2025 21:54:42 +0100</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m a beginner. I am trying to add the library in the Vivado Project, but in TCL scritps, I am getting this error for the following commands.</p>
<p>create_lib -simlib osvvm $OSVVM_HOME/compiled_simlib/osvvm<br />
invalid command name &#8220;create_lib&#8221;<br />
compile_vhdl -library osvvm $OSVVM_HOME/Common/src/AddressBusResponderTransactionPkg.vhd<br />
invalid command name&hellip;<span class="activity-read-more" id="activity-read-more-10738"><a href="https://osvvm.org/forums/topic/is-vivado-2022-2xsim-suitable-for-osvvm-simulations" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8e8d8243fb8b860aaca22c22086c215d</guid>
				<title>Christon Fredrick became a registered member</title>
				<link>https://osvvm.org/activity/p/10733</link>
				<pubDate>Sat, 10 May 2025 02:37:46 +0100</pubDate>

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