<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hao&#039;s Blog &#187; EDA</title>
	<atom:link href="http://www.haostudio.idv.tw/blog/?cat=5&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://www.haostudio.idv.tw/blog</link>
	<description>小豪的日誌</description>
	<lastBuildDate>Thu, 10 Nov 2016 10:53:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>安裝SID Simulator 到CentOS 5.2中</title>
		<link>https://www.haostudio.idv.tw/blog/?p=406</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=406#comments</comments>
		<pubDate>Fri, 11 Jun 2010 02:22:04 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[embedded system]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=406</guid>
		<description><![CDATA[



(adsbygoogle = window.adsbygoogle &#124;&#124; []).push({});

首先參考這裡,  去抓SID 的source code.
我抓的檔是:sid-20100601.tar.bz2
在Linux 中, 建立一個目錄src, 並將SID 的source code放到這個目錄.
然後將下面的code 存成build_sid.sh, 並且和SID 的source code 放在一起.

#!/bin/bash
INSTALL_PATH=~/bin/sid
SID_TAR_BALL=sid-20100601.tar.bz2

#
# Variables
#
BUILD_DIR=build
SRC_DIR=sid_src
#
# Remove old install-directory then create new
#
if [ -d ${INSTALL_PATH} ]; then
    rm -rf ${INSTALL_PATH}/*
else
    mkdir -p ${INSTALL_PATH}
fi

#
# Create source directory
#
if [ -d ${SRC_DIR} ]; then
    rm [...]]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=406</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SID simulator</title>
		<link>https://www.haostudio.idv.tw/blog/?p=396</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=396#comments</comments>
		<pubDate>Tue, 06 Apr 2010 11:14:15 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[embedded system]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=396</guid>
		<description><![CDATA[



(adsbygoogle = window.adsbygoogle &#124;&#124; []).push({});

SID is a framework for building computer system simulations.
Specifically, a simulation is comprised of a collection of loosely coupled components. Simulated systems may range from a CPU&#8217;s instruction set to a large multi-processor embedded system. 
以上擷取至http://sources.redhat.com/sid
簡單來說就是拿它來做軟硬體的模擬啦&#8230;.
SID 的source code 一直都無法從Redhat 的CVS server抓下來.
後來Google 教我從這裡也可以抓到SID 的source code 喔.
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=396</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quartus 9.0 release 了</title>
		<link>https://www.haostudio.idv.tw/blog/?p=151</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=151#comments</comments>
		<pubDate>Thu, 12 Mar 2009 03:31:47 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[FPGA]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=151</guid>
		<description><![CDATA[Altera Quartus 9.0 已經release 了
主要更新如下:
    *  對40-nm Arria® II GX和Stratix IV GT FPGA新的高階支援
    * 新的ModelSim®-Altera®入門版軟體，更快地進行模擬—提高近50%
    * 新的SSN分析器，提高訊號完整性
下載地址:
ftp://ftp.altera.com/outgoing/release
PS: 雖然好久沒碰Quartus了, 但是還是要了解一下最新資訊  
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=151</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A open source tool that using c++ for hardware verification</title>
		<link>https://www.haostudio.idv.tw/blog/?p=47</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=47#comments</comments>
		<pubDate>Fri, 24 Nov 2006 09:11:19 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=47</guid>
		<description><![CDATA[這個網站教你如何用C++ 來作hardware(HDL) 的驗證.
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simply RISC &#8211; Simply RISC ships the S1 Core</title>
		<link>https://www.haostudio.idv.tw/blog/?p=9</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=9#comments</comments>
		<pubDate>Fri, 08 Sep 2006 15:02:00 +0000</pubDate>
		<dc:creator>ebspace</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=9</guid>
		<description><![CDATA[Simple RISC 是將OpenSPARC  T1的8 核心改為單核心CPU的project.
其CPU架構是採用SPARC-V9 64 位元CPU, 採用wishbone bus.
適合作成SOC產品
並且採用GPL license.
網址如下: http://www.srisc.com
有興趣的人, 可以上他的網站去抓source code來研究研究
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用FPGA來做電玩</title>
		<link>https://www.haostudio.idv.tw/blog/?p=8</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=8#comments</comments>
		<pubDate>Tue, 08 Aug 2006 15:16:00 +0000</pubDate>
		<dc:creator>ebspace</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=8</guid>
		<description><![CDATA[http://office-dsan.hp.infoseek.co.jp/dkong/dkong_prj.htm
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Open-Graphics Project</title>
		<link>https://www.haostudio.idv.tw/blog/?p=7</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=7#comments</comments>
		<pubDate>Tue, 08 Aug 2006 15:14:00 +0000</pubDate>
		<dc:creator>ebspace</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=7</guid>
		<description><![CDATA[The Open Graphics Project (OGP) is developing graphics cards with
fully published specs and open source drivers.
http://wiki.duskglow.com/tiki-index.php?page=Open-Graphics
OGD1 is a PCI based FPGA development board currently in development by
the Open Graphics Project.
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
