readme.txt

来自「This is a simple pulse generator. It gen」· 文本 代码 · 共 37 行

TXT
37
字号
                             GENERATOR
                          ----------------
DESCRIPTION:
        
	This is a simple pulse generator. It generates a pulse
	when signal S changes 0 -> 1. Pulse width determines
	control inputs A, B:
	B A |   Y
	----------
	0 1 |  1 T
	1 0 |  2 T
	1 1 |  3 T
	0 0 |  4 T,      where T - clock period
          
	INPUTS:
	A, B  - pulse width:
	CLOCK - clock input
	RESET - resets the generator
	S     - start input
	
	OUTPUT:
	Y     - pulse output
	
FILES:
	The design contains the following files:

	GENERATOR.ASF is the FSM implementation of pulse generator .
	TESTBENCH.VHD - a testbench for GENERATOR.
	FUNCTIONAL.DO 	is a macro file for compilation and simulation.
	FUNCTIONAL.AWF is a waveform, saved after execution macro functional.do 

SIMULATION
	For functional simualation execute macro functional.do      
          
          

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?