代码搜索结果
找到约 10,000 项符合
VHDL 的代码
100vhdl+
----------------------
PACKAGE bit_rtl_pkg is
----------------------
subtype short is integer range 0 to 65535;
subtype int4 is integer range 0 to 16;
subtype int8 is integer range 0
100vhdl+
use work.bit_rtl_pkg.all;
--------------------------------------
-- MUX2
-- 2 select 1 multiplexer
--------------------------------------
entity bit_rtl_mux2 is port (
in1 : in bit_vector;
100vhdl+
--**VHDL*************************************************************
--
-- SRC-MODULE : TESTBENCH
-- NAME : falsepath_stim.vhdl
-- VERSION : 1.0
--
-- PURPOSE : Testbench for falsep
100vhdl+
--**VHDL*************************************************************
--
-- SRC-MODULE : FALSEPATH
-- NAME : falsepath.vhdl
-- VERSION : 1.0
--
-- PURPOSE : Architecture of FALSEPATH
100vhdl+
--------------------------------------------------------------------------------
--
-- Controller Counter Benchmark -- Simulation Vectors
--
-- Model Source: Chip Level modelling with VHDL by Ji
100vhdl+
--***************************************************************************
-- pack.vhdl *
-- VHDL BIT_VECTOR Ope
100vhdl+
--------------------------------------------------------------------------------
--
-- Controlled Counter Benchmark
--
-- Source: "Chip Level Modeling with VHDL" by Jim Armstrong (Prentice-Hall 19