代码搜索:CPLD FPGA

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

代码结果 10,000
www.eeworm.com/read/17540/737661

cpld

---------------------------------------------------------------- -- -- Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved. -- ---------------------------------------------------
www.eeworm.com/read/17540/737662

cpld

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/17540/737663

cpld

-- megafunction wizard: %LPM_FF% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: lpm_ff -- ============================================================ -- File Name: DFF_81.vhd -- Megafu
www.eeworm.com/read/17540/737664

cpld

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity div_sheng is port( clk : in std_logic; tone : in std_logic_vector(10 downto 0);
www.eeworm.com/read/17540/737665

cpld

L1_inst : L1 PORT MAP( result => result_sig );
www.eeworm.com/read/17540/737666

cpld

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity aclink3 is PORT( bit_clk ,key1,sdata_in: IN STD_LOGIC; sl:buffer std_logic
www.eeworm.com/read/17540/737667

cpld

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/17540/737668

cpld

library ieee; use ieee.std_logic_1164.all; entity mul3 is port(in1,in2,in3:std_logic_vector(7 downto 0); sela,selb,selc:in std_logic; dout:out std_logic_vector(7 downto 0) ); e
www.eeworm.com/read/17540/737669

cpld

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity division is port( div_in:in std_logic; div_cnt:in unsigned(7 downto 0); div_out:out std_logic); end divi
www.eeworm.com/read/17540/737670

cpld

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY TOP IS --顶层设计 PORT ( CLK12MHZ : IN STD_LOGIC; INDEX1 : IN STD_LOGIC_VECTOR(7 DOWNTO 0);