<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <id>http://denisueng.pixnet.net/blog</id>
  <title><![CDATA[<a href="http://xn--riqt04ainam61a0lu.xn--0xvu13aevkvkm.tw"><img src="http://www.taigadit.com/usr/logo/logo-00016830-20090306100758.gif" alt="http://痞客丹尼斯.的部落格.tw"></a><br><br>:: 痞客邦 PIXNET ::]]></title>
  <author>
    <name>denisueng</name>
    <email>denisueng@not-valid.com</email>
  </author>
  <updated>2009-04-10T09:47:16+08:00</updated>
  <published>2009-04-10T09:47:16+08:00</published>
  <link rel="self" href="http://denisueng.pixnet.net/blog" hreflang="zh"/>
  <subtitle><![CDATA[<a href="http://xn--riqt04ainam61a0lu.xn--0xvu13aevkvkm.tw">http://痞客丹尼斯.的部落格.tw</a>
]]></subtitle>
  <rights>Copyright 2003-2009 denisueng,Pixnet Digital Media Coporation. All rights reserved.</rights>
  <generator>PIXNET Media Digital Coporation</generator>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/23200759</id>
    <title><![CDATA[2008-04-11--moore model]]></title>
    <updated>2009-04-10T09:47:16+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/23200759"/>
    <summary><![CDATA[library ieee; library altera; use altera.altera_primitives_components.all; use ieee.std_logic_1164.all; entity qaz is ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />library altera; <br />use altera.altera_primitives_components.all; <br />use ieee.std_logic_1164.all; <br />entity qaz is <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/23200759">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/23200759#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22897129</id>
    <title><![CDATA[2008-03-21--正緣觸發JK正反器]]></title>
    <updated>2009-03-20T10:54:51+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22897129"/>
    <summary><![CDATA[library ieee; use ieee.std_logic_1164.all; entity JKFF123 is port( S,R,clk:in std_logic; ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />use ieee.std_logic_1164.all; <br />entity JKFF123 is <br />port( <br />S,R,clk:in std_logic; <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22897129">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22897129#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22773547</id>
    <title><![CDATA[2008-03-14--DLatch]]></title>
    <updated>2009-03-13T09:49:20+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22773547"/>
    <summary><![CDATA[library ieee; use ieee.std_logic_1164.all; entity DLatch is port( D:in std_logic; ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />use ieee.std_logic_1164.all; <br />entity DLatch is <br />port( <br />D:in std_logic; <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22773547">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22773547#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22773387</id>
    <title><![CDATA[2008-03-14--JKLatch]]></title>
    <updated>2009-03-13T09:23:37+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22773387"/>
    <summary><![CDATA[library ieee; use ieee.std_logic_1164.all; entity JKLatch is port( J,K:in std_logic; ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />use ieee.std_logic_1164.all; <br />entity JKLatch is <br />port( <br />J,K:in std_logic; <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22773387">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22773387#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22773373</id>
    <title><![CDATA[2008-03-21--Master-Slave Flip-Flop]]></title>
    <updated>2009-03-13T09:20:18+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22773373"/>
    <summary><![CDATA[library ieee; use ieee.std_logic_1164.all; entity MSFF is port( S,R,C:in std_logic; ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />use ieee.std_logic_1164.all; <br />entity MSFF is <br />port( <br />S,R,C:in std_logic; <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22773373">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22773373#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719497</id>
    <title><![CDATA[[報告]數位系統實驗-計數器]]></title>
    <updated>2009-03-10T14:56:32+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719497"/>
    <summary><![CDATA[&nbsp;數位系統實驗.rar (55.55 KB) ]]></summary>
    <content type="html"><![CDATA[<p>&nbsp;<span id="attach_18" style="white-space: nowrap;"><strong><a href="http://vega.cs.tku.edu.tw/~u94191371/bbs/misc.php?action=attachcredit&amp;aid=18&amp;formhash=38e7b40f">數位系統實驗.rar</a></strong></span> (55.55 KB) </p><br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719497">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719497#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719194</id>
    <title><![CDATA[2008-06-06--利用七段顯示器製作BCD計數器]]></title>
    <updated>2009-03-10T14:41:37+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719194"/>
    <summary><![CDATA[/*-----主程式------test.vhd*/library ieee; library altera; use ieee.std_logic_1164.all; entity test is]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->/*-----主程式------test.vhd*/<br />library ieee; <br />library altera; <br />use ieee.std_logic_1164.all; <br />entity test is<br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719194">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719194#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719190</id>
    <title><![CDATA[2008-06-06--七段顯示器]]></title>
    <updated>2009-03-10T14:41:25+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719190"/>
    <summary><![CDATA[library ieee; use ieee.std_logic_1164.all; entity seg7 is port(Din :in std_logic_vector(3 downto 0); a,b,c,d,e,f,g,s7:out std_logic); ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />use ieee.std_logic_1164.all; <br />entity seg7 is <br />port(Din :in std_logic_vector(3 downto 0); <br />a,b,c,d,e,f,g,s7:out std_logic); <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719190">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719190#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719187</id>
    <title><![CDATA[2008-05-29--使用內建TFF實作3-bit Synchronous Counter]]></title>
    <updated>2009-03-10T14:41:09+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719187"/>
    <summary><![CDATA[有一控制線 S=0計數器做上數 S=1做下數 
library ieee; library altera; use altera.altera_primitives_components.all; ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->有一控制線 S=0計數器做上數 S=1做下數 </p>
<p><br />library ieee; <br />library altera; <br />use altera.altera_primitives_components.all; <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719187">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719187#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719183</id>
    <title><![CDATA[2008-05-23--使用內建JKFF實做 3-bit 下數 ripple counter(5second 1次)]]></title>
    <updated>2009-03-10T14:40:57+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719183"/>
    <summary><![CDATA[library ieee; library altera; use altera.altera_primitives_components.all; use ieee.std_logic_1164.all; 
entity bit3_ripple is ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />library altera; <br />use altera.altera_primitives_components.all; <br />use ieee.std_logic_1164.all; </p>
<p>entity bit3_ripple is <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719183">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719183#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719180</id>
    <title><![CDATA[2008-05-16--串聯輸入-並聯輸出(串聯輸出) 右移暫存器]]></title>
    <updated>2009-03-10T14:40:39+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719180"/>
    <summary><![CDATA[library ieee; library altera; use altera.altera_primitives_components.all; use ieee.std_logic_1164.all; 
entity RSR is ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />library altera; <br />use altera.altera_primitives_components.all; <br />use ieee.std_logic_1164.all; </p>
<p>entity RSR is <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719180">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719180#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719177</id>
    <title><![CDATA[2008-05-16--D型正反器配合多工器構成的並聯-串聯輸出右移暫存器]]></title>
    <updated>2009-03-10T14:40:25+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719177"/>
    <summary><![CDATA[library ieee; library altera; use altera.altera_primitives_components.all; use ieee.std_logic_1164.all; entity RSR2 is ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />library altera; <br />use altera.altera_primitives_components.all; <br />use ieee.std_logic_1164.all; <br />entity RSR2 is <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719177">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719177#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719174</id>
    <title><![CDATA[2008-05-09--reg_4bit]]></title>
    <updated>2009-03-10T14:40:07+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719174"/>
    <summary><![CDATA[library ieee; library altera; use altera.altera_primitives_components.all; use ieee.std_logic_1164.all; entity reg_4bit is ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />library altera; <br />use altera.altera_primitives_components.all; <br />use ieee.std_logic_1164.all; <br />entity reg_4bit is <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719174">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719174#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719171</id>
    <title><![CDATA[2008-05-09--3-bit 並聯載入暫存器(5秒閃一次)]]></title>
    <updated>2009-03-10T14:39:48+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719171"/>
    <summary><![CDATA[library ieee; library altera; use altera.altera_primitives_components.all; use ieee.std_logic_1164.all; 
entity reg_3bit is ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />library altera; <br />use altera.altera_primitives_components.all; <br />use ieee.std_logic_1164.all; </p>
<p>entity reg_3bit is <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719171">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719171#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719169</id>
    <title><![CDATA[2008-04-16--Mealy Model]]></title>
    <updated>2009-03-10T14:39:36+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719169"/>
    <summary><![CDATA[library ieee; library altera; use altera.altera_primitives_components.all; use ieee.std_logic_1164.all; entity Mealy1 is ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />library altera; <br />use altera.altera_primitives_components.all; <br />use ieee.std_logic_1164.all; <br />entity Mealy1 is <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719169">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719169#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719164</id>
    <title><![CDATA[2008-04-11--moore model]]></title>
    <updated>2009-03-10T14:39:24+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719164"/>
    <summary><![CDATA[library ieee; library altera; use altera.altera_primitives_components.all; use ieee.std_logic_1164.all; entity qaz is ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />library altera; <br />use altera.altera_primitives_components.all; <br />use ieee.std_logic_1164.all; <br />entity qaz is <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719164">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719164#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719150</id>
    <title><![CDATA[2008-03-28--除以2的24次方的除頻電路(一秒閃一次)]]></title>
    <updated>2009-03-10T14:37:51+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719150"/>
    <summary><![CDATA[library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity M1 is port( CLK:in std_logic; ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />use ieee.std_logic_1164.all; <br />use ieee.std_logic_unsigned.all; <br />entity M1 is <br />port( CLK:in std_logic; <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719150">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719150#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719146</id>
    <title><![CDATA[2008-03-21--正緣觸發JK正反器]]></title>
    <updated>2009-03-10T14:37:35+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719146"/>
    <summary><![CDATA[library ieee; use ieee.std_logic_1164.all; entity JKFF123 is port( S,R,clk:in std_logic; ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />use ieee.std_logic_1164.all; <br />entity JKFF123 is <br />port( <br />S,R,clk:in std_logic; <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719146">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719146#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719124</id>
    <title><![CDATA[2008-03-21--WEEK125]]></title>
    <updated>2009-03-10T14:35:11+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719124"/>
    <summary><![CDATA[library ieee; use ieee.std_logic_1164.all; entity week125 is port( clk,j,k:in std_logic; ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />use ieee.std_logic_1164.all; <br />entity week125 is <br />port( <br />clk,j,k:in std_logic; <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719124">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719124#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://denisueng.pixnet.net/blog/post/22719119</id>
    <title><![CDATA[2008-03-21--Master-Slave Flip-Flop]]></title>
    <updated>2009-03-10T14:34:52+08:00</updated>
    <link rel="alternate" href="http://denisueng.pixnet.net/blog/post/22719119"/>
    <summary><![CDATA[library ieee; use ieee.std_logic_1164.all; entity MSFF is port( S,R,C:in std_logic; ]]></summary>
    <content type="html"><![CDATA[<p><!-- more -->library ieee; <br />use ieee.std_logic_1164.all; <br />entity MSFF is <br />port( <br />S,R,C:in std_logic; <br />  <div class="more"><a href="http://denisueng.pixnet.net/blog/post/22719119">(Read More...)</a></div>]]></content>
    <category term="VHDL"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://denisueng.pixnet.net/blog/post/22719119#comments</wfw:comment>
  </entry>
</feed>
