代码搜索结果

找到约 10,000 项符合 FPGA 的代码

各种功能的计数器.vhd

-- MAX+plus II VHDL Example -- Efficient Counter Inference -- Copyright (c) 1994 Altera Corporation -- download from:www.pld.com.cn & www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all

_primary.vhd

library verilog; use verilog.vl_types.all; entity TOP_FPGA is port( top_clk48m : in vl_logic; top_reset : in vl_logic; pp1o : out vl_logic_

statmach.vhd

-- MAX+plus II VHDL Example -- State Machine -- Copyright (c) 1994 Altera Corporation -- download from: www.pld.com.cn & www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all ; ENTIT

altera2.src.bak

# Altera Max+plus, EMax, Quartus and FPGA license file FEATURE altera_fpgaexpress alterad 3000.0 permanent uncounted 0 HOSTID=0000e25b7518 ck=0 FEATURE altera_mainwin alterad 3000.0 permanent unco

altera2.src

# Altera Max+plus, EMax, Quartus and FPGA license file FEATURE altera_fpgaexpress alterad 3000.0 permanent uncounted 0 HOSTID=02bbccddf0b0 ck=0 FEATURE altera_mainwin alterad 3000.0 permanent unco

最高优先级编码.txt

-- Highest Priority Encoder -- download from www.pld.com.cn & www.fpga.com.cn LIBRARY ieee; USE ieee.std_logic_1164.ALL; entity priority is port(I : in bit_vector(7 downto 0); --input

test_vga.ucf

# XSA Board FPGA pin assignment constraints NET "clk" TNM_NET = "clk"; TIMESPEC "TS_clk" = PERIOD "clk" 10 ns HIGH 50 %; net rst_n loc=E3; # SW2 net clk

最高优先级编码器.txt

-- Highest Priority Encoder -- download from www.pld.com.cn & www.fpga.com.cn LIBRARY ieee; USE ieee.std_logic_1164.ALL; entity priority is port(I : in bit_vector(7 downto 0); --input

各种功能的计数器.vhd

-- MAX+plus II VHDL Example -- Efficient Counter Inference -- Copyright (c) 1994 Altera Corporation -- download from:www.pld.com.cn & www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all

一个简单的状态机.vhd

-- MAX+plus II VHDL Example -- State Machine -- Copyright (c) 1994 Altera Corporation -- download from: www.pld.com.cn & www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all ; ENTIT