This application note provides a functional description of VHDL source code for a N x N DigitalCrosspoint Switch. The code is designed with eight inputs and eight OUTPUTS in order to targetthe 128-macrocell CoolRunner™-II CPLD device but can be easily expanded to target higherdensity devices. To obtain the VHDL source code described in this document, go to sectionVHDL Code, page 5 for instructions.
标签: CoolRunner-II XAPP CPLD 380
上传时间: 2013-10-26
上传用户:kiklkook
在Protel2004中进行PCB的完备的CAM输出。首先,我们可以输出的gerber文件, 操作如下:1:画好PCB后,在PCB 的文件环境中,左键点击File\Fabrication OUTPUTS\Gerber Files,进入Gerber setup 界面
上传时间: 2013-11-24
上传用户:sevenbestfei
用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。 由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音。 可以经过修改使用LPC2132以上的ARM的D/A来产生。 This project OUTPUTS audio on PWM0 using wave samples that are stored in the on-chip Flash ROM.
上传时间: 2014-11-07
上传用户:zhanditian
This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and OUTPUTS the converted value using the serial port. To run this program... Build the project (Project Menu, Build Target) Start the debugger (Debug Menu, Start/Stop Debug Session) View the Serial Window (View Menu, Serial Window #1) View the A/D converter peripheral (Peripheral Menu, A/D Converter) Run the program (Debug Menu, Go) A debug script (debug.ini) creates buttons that set different analog values in A/D channels. As the program runs, you will see the A/D input and output change. Other buttons create signals that generate sine wave or sawtooth patterns as analog inputs. µ Vision3 users may enable the built-in Logic Analyzer to view, measure and compare these input signals graphically.
标签: microcontroll Converter configure following
上传时间: 2014-12-01
上传用户:独孤求源
EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream, convertsit and OUTPUTS it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import librarian being invoked, and the output stream is connected to the message window of the IDE, ie.
标签: input standard EXAMPLE accepts
上传时间: 2014-11-18
上传用户:siguazgb
EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and OUTPUTS it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the assembler being invoked, and the output stream is connected to the message window of the IDE, ie.
标签: input standard EXAMPLE accepts
上传时间: 2014-01-13
上传用户:小码农lz
The 74ALVC16245(74ALVCH16245) is a 16-bit transceiver featuring non-inverting 3-State bus compatible OUTPUTS in both send and receive directions.
标签: 16245 non-inverting transceiver featuring
上传时间: 2013-12-21
上传用户:风之骄子
Generate a great circle "trajectory" from [lat1,lon1] to [lat2, lon2]. % Resulting points will be seperated by approximately delta_ft feet. % By default, delta_ft = 100 feet. All lat/lon inputs & OUTPUTS are in % degrees.
标签: trajectory Resulting lat Generate
上传时间: 2014-01-01
上传用户:璇珠官人
// This program demonstrates how to configure the C8051F060 to write to and read // from the UART interface. The program reads a word using the UART0 interrupts // and OUTPUTS that word to the screen, with all characters in uppercase
标签: demonstrates C8051F060 configure the
上传时间: 2013-12-23
上传用户:hopy
vhdl编写,8b—10b 编解码器设计 Encoder: 8b/10b Encoder (file: 8b10b_enc.vhd) Synchronous clocked inputs (latched on each clock rising edge) 8-bit parallel unencoded data input KI input selects data or control encoding Asynchronous active high reset initializes all logic Encoded data output 10-bit parallel encoded output valid 1 clock later Decoder: 8b/10b Decoder (file: 8b10b_dec.vhd) Synchronous clocked inputs (latched on each clock rising edge) 10-bit parallel encoded data input Asynchronous active high reset initializes all logic Decoded data, disparity and KO OUTPUTS 8-bit parallel unencoded output valid 1 clock later
上传时间: 2016-05-05
上传用户:gundamwzc