2008年12月10日 星期三

2009 46th Design Automation Conference 學生設計競賽

作品名稱: Web-based HW/SW Codesign Automation of a 802.16 Channel Codec
參賽同學: 廖啟仰, 蕭智仁, 黃垣文, 方星几, 黃立昕, 陳熙儒

2007年12月13日 星期四

2007年8月12日 星期日

MiniNoC - mMIPS based Network-On-Chip MPSoC

http://www.es.ele.tue.nl/mininoc/

This is the website for the MiniNoC, a Network-on-Chip (NOC) based multi-processor System-on-Chip (SoC) with 4 simplified MIPS processors.

The application design flow describes the steps needed to compile and run the example applications gossip and a JPEG decoder on the hardware simulator or on the actual MiniNoC in FPGA.

2007年7月18日 星期三

ProcessorSim MIPS -- A Visual MIPS R2000 Processor Simulator

http://jamesgart.com/procsim/

ProcessorSim allows you to view a simulation of a processor's internal circuits (components and buses) executing a piece of assembly code, as an animation. It is mainly used for learning how the processor works, and so is useful for undergraduates in Computer Science, or anyone who is interested in how CPUs work.

You can input any assembly program from the selected assembly instruction set, and the simulation will animate the instruction being fetched, decoded and executed by the various components.

2007年6月25日 星期一

畢業交接事項

應屆畢業生需移交學弟內容 (完整記錄於二片光碟, 一片移交學弟, 一片交指導老師備存):

1.論文的doc檔、研究記錄doc檔(空白檔案下載)、並包含所有的圖檔(電路圖檔, BMP檔, JPG檔, CAD檔, 或 VISIO檔)、影片檔

2.程式開發設計工具、研究主題程式之流程圖、參數列表

3.完整的程式碼,含C語言、verilog、組合語言、機器碼與Xilinx或Altera專案相關設計等各數位檔案

4.電路設計圖,包含實體接線圖且標明FPGA輸入、輸出的腳位編號

5.操作展示並協助學弟建立各研究工具的標準操作流程 (Xilinx, Altera FPGA 燒錄, Cadence BuildGates, SOC Encounter...)

2007年6月24日 星期日

compile C to ASM

A example C program from MARS: http://www.dyu.edu.tw/~cschen/mips/vc6.c

The compiled assembly program from using GCC 4.1.2:
http://www.dyu.edu.tw/~cschen/mips/vc6-NG.asm

The modified assembly program for SPIM and MARS: http://www.dyu.edu.tw/~cschen/mips/vc6-OK.asm