代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/441292/7672094
vhd procmem.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
-- use package
USE work.procmem_definitions.ALL;
ENTITY procmem IS
PORT (clk, rst_n : IN std_ulogic
);
END procmem;
ARCHITECTURE b
www.eeworm.com/read/441292/7672097
vhd instreg.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
-- use package
USE work.procmem_definitions.ALL;
ENTITY instreg IS
PORT (
clk : IN STD_ULOGIC;
rst_n : IN STD_ULOGIC;
memdata : IN
www.eeworm.com/read/398898/7912199
vhd producer.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use ieee.std_logic_arith.sxt;
use work.Constants.all;
entity Producer is
port (reset, clk: in std_logic;
produce : in st
www.eeworm.com/read/139270/13165101
vhd can_fifo.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
use ieee.std_logic_arith.all;
entity can_fifo is
port (
clk : in std_
www.eeworm.com/read/139270/13165112
vhd can_register_asyn_syn.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
use ieee.std_logic_arith.all;
entity can_register_asyn_syn is
generic(
WIDTH
www.eeworm.com/read/322174/13387466
cpp ex290_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2 CLI
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OT
www.eeworm.com/read/314060/13575797
vhf stopwatch.vhf
-- Vhdl model created from schematic stopwatch.sch - Thu Dec 19 18:12:07 2002
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
-- synopsys translate_off
LIBRARY UNISIM;
USE
www.eeworm.com/read/306761/13738110
bak mips_cpu.vhd.bak
-- vpu.vhdl
--
-- the whole cpu
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.mips_pack.all;
entity cpu is
port(rst: in std_ulogic;
clk: in std_ulogic;
www.eeworm.com/read/306761/13738114
vhd mips_cpu.vhd
-- vpu.vhdl
--
-- the whole cpu
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.mips_pack.all;
entity cpu is
port(rst: in std_ulogic;
clk: in std_ulogic;