代码搜索:VHDL

找到约 10,000 项符合「VHDL」的源代码

代码结果 10,000
www.eeworm.com/read/382545/9021846

tcl beep_cup_setup_quartus.tcl

# Caution: this file may regenerated by SOPC Builder. User edits will be lost. project_open -current_revision F:/qxc/EP1C12/EP1C6_Examples/beep/beep.qpf set_global_assignment -name VHDL_FILE altera
www.eeworm.com/read/154079/5642897

ref hdpdeps.ref

V1 3 FL J:/ISE/XST_Demo/VHDL_prj/XSTDemo_VHDL_prj/../cnt_vhd.vhd 2002/11/23.10:54:57 EN work/CNT_VHD2 FL J:/ISE/XST_Demo/VHDL_prj/XSTDemo_VHDL_prj/../cnt_vhd.vhd \ PB ieee/STD_LOGIC_11
www.eeworm.com/read/237094/13978278

ptf class.ptf

# # This class.ptf file built by Component Editor # 2006.03.27.18:54:54 # # DO NOT MODIFY THIS FILE # If you hand-modify this file you will likely # interfere with Component Editor's ability to
www.eeworm.com/read/291460/8417058

txt vhdl编程基础-通用寄存器.txt

VHDL编程基础-通用寄存器 做了一个简单的通用寄存器,能实现并行寄存、左移、右移等。通过mod端口控制该寄存器的工作模式,作为一般寄存器,其数据位宽实现了参数化。 仿真波形如下图所示: 源代码如下: LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY general_reg IS GE