代码搜索结果

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

100vhdl+

library IEEE; use IEEE.std_logic_1164.all; ----------------------------------------------------------- entity B_BAND is ----------------------------------------------------------- generic(

100vhdl+

entity bit_rtl_lt_nc is port ( in1 : bit_vector; in2 : bit_vector; pout : out bit ); end bit_rtl_lt_nc; architecture func of bit_rtl_lt_nc is begin process(in1,in2)

100vhdl+

--*************************************************************** -- Following first two examples show that object of std_logic and -- object of logic can be assigned to each other -- Bbut

100vhdl+

library IEEE; use IEEE.std_logic_1164.all; package logic_pack is function resolve(s : std_ulogic_vector) return std_ulogic; SUBTYPE logic is resolve std_ulogic; TYPE logic_vector IS ARRAY

100vhdl+

package p is attribute cycle_time:Time; attribute max_cycles:Integer; attribute clock_phases:Integer; attribute Integer_width:Integer; Type my_integer is range -2**15 to 2*

100vhdl+

--write by diao lan song --1998/9/23 Use work.p.all; ENTITY e_stim IS END e_stim ; ARCHITECTURE stimulation OF e_stim IS COMPONENT e_bus port(bus1 : Inout wired_and my_intege