<?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: Quartus II Web-The Modern Way of Creating Electronic Systems Today	</title>
	<atom:link href="https://jestineyong.com/quartus-ii-web/feed/" rel="self" type="application/rss+xml" />
	<link>https://jestineyong.com/quartus-ii-web/</link>
	<description>Semiconductors, Test Equipments, Circuit Board Troubleshooting, Electronic Repair Courses and Many More!</description>
	<lastBuildDate>Mon, 15 May 2017 06:51:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.19</generator>
	<item>
		<title>
		By: Albert van Bemmelen		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313676</link>

		<dc:creator><![CDATA[Albert van Bemmelen]]></dc:creator>
		<pubDate>Mon, 15 May 2017 06:51:05 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313676</guid>

					<description><![CDATA[Glad you liked it Humberto! I&#039;ve made another article were I also used the Tina designer program to test the repaired but still not correctly calibrated Exachron time pulse reciever with.]]></description>
			<content:encoded><![CDATA[<p>Glad you liked it Humberto! I've made another article were I also used the Tina designer program to test the repaired but still not correctly calibrated Exachron time pulse reciever with.</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313676','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>0</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313676','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Humberto		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313591</link>

		<dc:creator><![CDATA[Humberto]]></dc:creator>
		<pubDate>Sat, 13 May 2017 05:36:37 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313591</guid>

					<description><![CDATA[Nice article Albert, I`ve really enjoyed reading it.]]></description>
			<content:encoded><![CDATA[<p>Nice article Albert, I`ve really enjoyed reading it.</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313591','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>0</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313591','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Albert van Bemmelen		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313409</link>

		<dc:creator><![CDATA[Albert van Bemmelen]]></dc:creator>
		<pubDate>Mon, 08 May 2017 16:24:51 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313409</guid>

					<description><![CDATA[Like Quartus other languages also support hierarchical structures. Like Java which supports hierarchical-inheritence. But there they are classes and not sub-circuits. Java also can have more than one sub class but only one super-class (Top-level hierarchy in Quartus). But Java is not a parallelprogramming language. There it matters where you put a command in a program, because it runs the Java code from top to bottom. After compiling. So not simultaneous.
 
Also the Tina designer program from Designsoft supports hierarchical structures in a parallel programming way. I recently started creating sub-circuits (called Macros in Tina) which afterwards can be given a component symbol (like in Quartus but with more options by using a special Tina Symbol designer program). 
The best part is that it works both ways, you can make a Macro from any drawn circuit, but also design an empty Macro symbol and insert a VHDL circuit code to it to create your (sub-)circuit. But in case you want to make a VHDL conversion from your designed circuit it of course has to be a purely digital circuit! (VHDL simply doesn&#039;t support analogue components). 
 
And the best part is that while creating very big top-level Macros (big higher hierarchy circuits), Tina supports an unlimited amount of these sub-circuits!
 
Creating is big fun in Tina and it supports simulation of both analogue and digital circuits (by using Scope Wave diagrams and other virtual measuring ways). Plus Mixed mode designing and simulation. Whereas Quartus is only capable of designing digital sub-circuits. Tina costs about 600 euro including the HDL software part. But that also depends on what version you buy. Quartus is free in its Web II/ Lite edition.]]></description>
			<content:encoded><![CDATA[<p>Like Quartus other languages also support hierarchical structures. Like Java which supports hierarchical-inheritence. But there they are classes and not sub-circuits. Java also can have more than one sub class but only one super-class (Top-level hierarchy in Quartus). But Java is not a parallelprogramming language. There it matters where you put a command in a program, because it runs the Java code from top to bottom. After compiling. So not simultaneous.</p>
<p>Also the Tina designer program from Designsoft supports hierarchical structures in a parallel programming way. I recently started creating sub-circuits (called Macros in Tina) which afterwards can be given a component symbol (like in Quartus but with more options by using a special Tina Symbol designer program).<br />
The best part is that it works both ways, you can make a Macro from any drawn circuit, but also design an empty Macro symbol and insert a VHDL circuit code to it to create your (sub-)circuit. But in case you want to make a VHDL conversion from your designed circuit it of course has to be a purely digital circuit! (VHDL simply doesn't support analogue components). </p>
<p>And the best part is that while creating very big top-level Macros (big higher hierarchy circuits), Tina supports an unlimited amount of these sub-circuits!</p>
<p>Creating is big fun in Tina and it supports simulation of both analogue and digital circuits (by using Scope Wave diagrams and other virtual measuring ways). Plus Mixed mode designing and simulation. Whereas Quartus is only capable of designing digital sub-circuits. Tina costs about 600 euro including the HDL software part. But that also depends on what version you buy. Quartus is free in its Web II/ Lite edition.</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313409','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>0</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313409','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Albert van Bemmelen		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313131</link>

		<dc:creator><![CDATA[Albert van Bemmelen]]></dc:creator>
		<pubDate>Thu, 04 May 2017 06:37:43 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313131</guid>

					<description><![CDATA[PS: The majority vote vhdl code also can be written in the way as following code describes. Which also better explains how the higher Hierarchy files integrate the lower subcircuits in their VHDL code. And is in function exactly the same majority vote vhdl code as given in the article.

LIBRARY ieee;
USE ieee.std_logic_1164.all; 

LIBRARY work;

ENTITY majority_vote IS 
	port
	(
		a :  IN  STD_LOGIC;
		b :  IN  STD_LOGIC;
		c :  IN  STD_LOGIC;
		y :  OUT  STD_LOGIC
	);
END majority_vote;

ARCHITECTURE bdf_type OF majority_vote IS 

signal	SYNTHESIZED_WIRE_0 :  STD_LOGIC;
signal	SYNTHESIZED_WIRE_1 :  STD_LOGIC;
signal	SYNTHESIZED_WIRE_2 :  STD_LOGIC;


BEGIN 



SYNTHESIZED_WIRE_2 &#060;= a AND b;

SYNTHESIZED_WIRE_0 &#060;= b AND c;

SYNTHESIZED_WIRE_1 &#060;= a AND c;

y &#060;= SYNTHESIZED_WIRE_0 OR SYNTHESIZED_WIRE_1 OR SYNTHESIZED_WIRE_2;

END;]]></description>
			<content:encoded><![CDATA[<p>PS: The majority vote vhdl code also can be written in the way as following code describes. Which also better explains how the higher Hierarchy files integrate the lower subcircuits in their VHDL code. And is in function exactly the same majority vote vhdl code as given in the article.</p>
<p>LIBRARY ieee;<br />
USE ieee.std_logic_1164.all; </p>
<p>LIBRARY work;</p>
<p>ENTITY majority_vote IS<br />
	port<br />
	(<br />
		a :  IN  STD_LOGIC;<br />
		b :  IN  STD_LOGIC;<br />
		c :  IN  STD_LOGIC;<br />
		y :  OUT  STD_LOGIC<br />
	);<br />
END majority_vote;</p>
<p>ARCHITECTURE bdf_type OF majority_vote IS </p>
<p>signal	SYNTHESIZED_WIRE_0 :  STD_LOGIC;<br />
signal	SYNTHESIZED_WIRE_1 :  STD_LOGIC;<br />
signal	SYNTHESIZED_WIRE_2 :  STD_LOGIC;</p>
<p>BEGIN </p>
<p>SYNTHESIZED_WIRE_2 &lt;= a AND b;</p>
<p>SYNTHESIZED_WIRE_0 &lt;= b AND c;</p>
<p>SYNTHESIZED_WIRE_1 &lt;= a AND c;</p>
<p>y &lt;= SYNTHESIZED_WIRE_0 OR SYNTHESIZED_WIRE_1 OR SYNTHESIZED_WIRE_2;</p>
<p>END;</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313131','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>1</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313131','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Albert van Bemmelen		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313129</link>

		<dc:creator><![CDATA[Albert van Bemmelen]]></dc:creator>
		<pubDate>Thu, 04 May 2017 05:10:49 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313129</guid>

					<description><![CDATA[While comparing my old Quartus version 4.0 to new(er) version 13.1, I noticed that the RTL viewer was disabled in my old 4.0 version.
After checking by compiling my project 16_votes in newer version 13.1, it there was possible to use the RTL viewer in the free 13.1 version of Quartus II Web.  
With the RTL viewer you can view your circuit as complete schematic and are able to check all subcircuits like Majority_vote, Two_votes etc.
The RTL viewer can be found in TOOLS =&#062; NETLIST VIEWER =&#062; RTL VIEWER. Which is also available in the free Xilinx ICE/Vivado program for Xilinx FPGAs.]]></description>
			<content:encoded><![CDATA[<p>While comparing my old Quartus version 4.0 to new(er) version 13.1, I noticed that the RTL viewer was disabled in my old 4.0 version.<br />
After checking by compiling my project 16_votes in newer version 13.1, it there was possible to use the RTL viewer in the free 13.1 version of Quartus II Web.<br />
With the RTL viewer you can view your circuit as complete schematic and are able to check all subcircuits like Majority_vote, Two_votes etc.<br />
The RTL viewer can be found in TOOLS =&gt; NETLIST VIEWER =&gt; RTL VIEWER. Which is also available in the free Xilinx ICE/Vivado program for Xilinx FPGAs.</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313129','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>0</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313129','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Albert van Bemmelen		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313111</link>

		<dc:creator><![CDATA[Albert van Bemmelen]]></dc:creator>
		<pubDate>Wed, 03 May 2017 18:09:16 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313111</guid>

					<description><![CDATA[Thanks Robert!]]></description>
			<content:encoded><![CDATA[<p>Thanks Robert!</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313111','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>0</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313111','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert Calk		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313105</link>

		<dc:creator><![CDATA[Robert Calk]]></dc:creator>
		<pubDate>Wed, 03 May 2017 13:08:38 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313105</guid>

					<description><![CDATA[Nice job, Albert! Thanks for your great articles.]]></description>
			<content:encoded><![CDATA[<p>Nice job, Albert! Thanks for your great articles.</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313105','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>0</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313105','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Albert van Bemmelen		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313077</link>

		<dc:creator><![CDATA[Albert van Bemmelen]]></dc:creator>
		<pubDate>Tue, 02 May 2017 16:17:25 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313077</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313003&quot;&gt;Albert van Bemmelen&lt;/a&gt;.

Caused by not including all of the previous .bdf circuit files to the new and higher hierarchy circuit project. Which I thought would be already included by Quartus. Now all wrong .vwf generated diagrams are corrected and added to the article by Jestine today. Thanks for your help Paul!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313003">Albert van Bemmelen</a>.</p>
<p>Caused by not including all of the previous .bdf circuit files to the new and higher hierarchy circuit project. Which I thought would be already included by Quartus. Now all wrong .vwf generated diagrams are corrected and added to the article by Jestine today. Thanks for your help Paul!</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313077','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>0</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313077','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Albert van Bemmelen		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313076</link>

		<dc:creator><![CDATA[Albert van Bemmelen]]></dc:creator>
		<pubDate>Tue, 02 May 2017 16:11:25 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313076</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313047&quot;&gt;Albert van Bemmelen&lt;/a&gt;.

Now corrected!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313047">Albert van Bemmelen</a>.</p>
<p>Now corrected!</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313076','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>0</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313076','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Albert van Bemmelen		</title>
		<link>https://jestineyong.com/quartus-ii-web/comment-page-1/#comment-313075</link>

		<dc:creator><![CDATA[Albert van Bemmelen]]></dc:creator>
		<pubDate>Tue, 02 May 2017 15:29:27 +0000</pubDate>
		<guid isPermaLink="false">https://jestineyong.com/?p=14574#comment-313075</guid>

					<description><![CDATA[Jestine just made the corrections by replacing the wrong .vwf Vector Wave File diagrams by the correct ones I generated, after I eliminated the Project construction errors in the way as described in my post above. Only the Majority_vote (which is in this case 1_vote) diagram was correct before. So the diagrams for two_votes, four_votes and eight_votes are now corrected (my thanks to reader Paul who noticed it). I thought any new project build on a previous circuit .bdf file automatic would have all the lower Hierarchy files integrated. But they still all must be added by the user manually. Nowing this really anyone can start by programming electronic circuits in Quartus! It is easy, it is fun!!]]></description>
			<content:encoded><![CDATA[<p>Jestine just made the corrections by replacing the wrong .vwf Vector Wave File diagrams by the correct ones I generated, after I eliminated the Project construction errors in the way as described in my post above. Only the Majority_vote (which is in this case 1_vote) diagram was correct before. So the diagrams for two_votes, four_votes and eight_votes are now corrected (my thanks to reader Paul who noticed it). I thought any new project build on a previous circuit .bdf file automatic would have all the lower Hierarchy files integrated. But they still all must be added by the user manually. Nowing this really anyone can start by programming electronic circuits in Quartus! It is easy, it is fun!!</p>
<div class="ldc-cmt-box clearfix"><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313075','c_like')">Likes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/up.png" />(<span>0</span>)</span><span class='ldc-ul_cont' onclick="alter_ul_post_values(this,'313075','c_dislike')">Dislikes<img src="https://jestineyong.com/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/images/down.png" />(<span>0</span>)</span></div>
<div style="clear:both;"></div>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
