C8051F340/1/2/3/4/5/6/7 devices are fully integrated mixed-signal System-on-a-Chip MCUs. Highlighted
features are listed below. Refer to Table 1.1 for specific product feature selection
BurchED B5-X300 Spartan2e
using XC2S300e device
Top level file for 6809 compatible system on a chip
Designed with Xilinx XC2S300e Spartan 2+ FPGA.
Implemented With BurchED B5-X300 FPGA board,
B5-SRAM module, B5-CF module and B5-FPGA-CPU-IO module
We intend to develop a wifi enabled p2p file sharing system on a linux platform using jxta and java. The purpose is to build a system that can be ported to an embedded device at a later stage and be used for p2p file sharing using the 802.11b standard. 我們旨在Linux平臺(tái)上使用jxta 和java來(lái)開(kāi)發(fā)一個(gè)支持wifi的p2p文件共享系統(tǒng)。其目的是建造一個(gè)以后可以移植到嵌入式設(shè)備的系統(tǒng),使用802.11b標(biāo)準(zhǔn)進(jìn)行p2p文件共享。 來(lái)源: http://sourceforge.net/projects/linux-p2p-wifi/
視頻圖像處理的應(yīng)用越來(lái)越廣泛,各種處理算法也日趨成熟,相關(guān)的硬件技術(shù)不斷地推陳出新。視頻圖像處理系統(tǒng)的硬件實(shí)現(xiàn)一般來(lái)說(shuō)有三種方式:數(shù)字信號(hào)處理器(Digital Signal Processor)、專用集成芯片(Application Specific Integrated Circuit)和現(xiàn)場(chǎng)可編程邏輯門(mén)陣列(Field Programmable Gate Array)以及相關(guān)電路組成。最近幾年,隨著電子設(shè)計(jì)自動(dòng)化(Electronic Design Automation)技術(shù)的迅速發(fā)展,使得基于FPGA的可編程片上系統(tǒng)(System On a Programmable Chip)逐漸成為嵌入式系統(tǒng)。應(yīng)用的一種趨勢(shì)。特別地,在視頻圖像處理系統(tǒng)設(shè)計(jì)中,數(shù)據(jù)量大,要求處理速度快,靈活性高,F(xiàn)PGA有其獨(dú)特的優(yōu)勢(shì)。鑒于此,本文對(duì)基于FPGA和SOPC技術(shù)的視頻圖像處理系統(tǒng)進(jìn)行了研究。 本文介紹了Xilinx公司FPGA的結(jié)構(gòu)和功能特點(diǎn),以及可編程片上系統(tǒng)的開(kāi)發(fā)工具和片內(nèi)系統(tǒng)設(shè)計(jì)流程。根據(jù)視頻信號(hào)的相關(guān)知識(shí),編寫(xiě)了視頻圖像處理IP核,構(gòu)建了視頻圖像處理系統(tǒng)。整個(gè)系統(tǒng)以FPGA為核心器件,內(nèi)嵌PowerPC405處理器模塊,通過(guò)ⅡC總線完成視頻解碼芯片的初始化,總體上實(shí)現(xiàn)了對(duì)視頻圖像信號(hào)的采集、處理、存儲(chǔ)和顯示。 本文最后對(duì)系統(tǒng)進(jìn)行了調(diào)試。經(jīng)過(guò)實(shí)驗(yàn)驗(yàn)證,系統(tǒng)能正確和可靠地工作。整個(gè)系統(tǒng)的邏輯資源消耗占FPGA的百分之十幾,剩余的資源可以做許多硬件算法或其它方面的應(yīng)用。
介紹了SoPC(System on a Programmable Chip)系統(tǒng)的概念和特點(diǎn),給出了基于PLB總線的異步串行通信(UART)IP核的硬件設(shè)計(jì)和實(shí)現(xiàn)。通過(guò)將設(shè)計(jì)好的UART IP核集成到SoPC系統(tǒng)中加以驗(yàn)證,證明了所設(shè)計(jì)的UART IP核可以正常工作。該設(shè)計(jì)方案為其他基于SoPC系統(tǒng)IP核的開(kāi)發(fā)提供了一定的參考。
Avalon Interface Specification,The Avalon interface specification is designed to accommodate peripheral development for the system-on-a-programmable-chip (SOPC) environment. The specification provides peripheral designers with a basis for describing the address-based read/write interface found on master and slave peripherals, such as microprocessors, memory, UART, timer, etc.
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.