代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/379463/9196531

vhd divider.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity last is Port ( sel : in std_logic_vector(3 downto 0); clk : in
www.eeworm.com/read/379463/9196540

vhd malvino.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity conter is Port ( clk : in std_logic; en: in std_logic; cnt
www.eeworm.com/read/379165/9205729

vhd shift.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity shift is port( clk:in std_logic; do:out std_logic_vector(1 downto 0)
www.eeworm.com/read/182226/9211034

vhd run.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity runled is port(clk:in std_logic; put:out std_logic_vector(6 downto 0)); e
www.eeworm.com/read/378609/9222444

txt 扫描 (2).txt

library altera; use altera.maxplus2.all; library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity keyctrl is port( clk,reset:in std_l
www.eeworm.com/read/181943/9224759

vhd i2c_master.vhd

-- -- WISHBONE revB2 compiant I2C master core -- -- author: Richard Herveille -- rev. 0.1 based on simple_i2c -- rev. 0.2 april 27th 2001, fixed incomplete sensitivity list on assign_dato process (tha
www.eeworm.com/read/378278/9238550

vhd addsubc.vhd

------------------------------------------------------------------------------- -- Title : Parallel-prefix adder-subtractor with carry-in, carry-out -- Project : VHDL Library of Arithmetic U
www.eeworm.com/read/378278/9238552

vhd addsubv.vhd

------------------------------------------------------------------------------- -- Title : Parallel-prefix adder-subtractor with carry-in, overflow flag -- Project : VHDL Library of Arithmet
www.eeworm.com/read/378278/9238564

vhd subc.vhd

------------------------------------------------------------------------------- -- Title : Parallel-prefix subtractor with carry-in, carry-out -- Project : VHDL Library of Arithmetic Units -
www.eeworm.com/read/378278/9238614

vhd subcz.vhd

------------------------------------------------------------------------------- -- Title : Parallel-prefix subtractor with carry-in, carry-out, zero flag -- Project : VHDL Library of Arithme