代码搜索:CPLD FPGA

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

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

cpld

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity add4 is port(cin:in std_logic; a,b:in std_logic_vector(3 downto 0); s:out std_logic_vector(3 downto 0);
www.eeworm.com/read/17540/737562

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/737563

cpld

package test_con is constant N1:integer:=16; end test_con; use work.test_con.all; library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; ent
www.eeworm.com/read/17540/737564

cpld

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY PULSE IS PORT ( CLK : IN STD_LOGIC; D : IN STD_LOGIC_VECTOR(7 DOWNTO 0); FO
www.eeworm.com/read/17540/737565

cpld

--evev frequency division library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity fredivn is GENERIC (N:integer:=8); port (clk:in std
www.eeworm.com/read/17540/737566

cpld

--odd frequency division library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity fredivn1 is GENERIC (N:integer:=15); port (clk:in
www.eeworm.com/read/17540/737567

cpld

result_inst : result PORT MAP( result => result_sig );
www.eeworm.com/read/17540/737568

cpld

--addr_a_f library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity addr_a_f is port( sel: in std_logic_vector( 1 downto 0); sel_a_f: in std_logic;
www.eeworm.com/read/17540/737569

cpld

-- MAX+plus II - generated Memory Initialization File -- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support informati
www.eeworm.com/read/17540/737570

cpld

-- megafunction wizard: %LPM_CONSTANT% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: lpm_constant -- ============================================================ -- File Name: result.vh