代码搜索:ahb

找到约 371 项符合「ahb」的源代码

代码结果 371
www.eeworm.com/read/125688/6025450

c ahb.c

/* * CAM SCSI device driver for the Adaptec 174X SCSI Host adapter * * Copyright (c) 1998 Justin T. Gibbs * All rights reserved. * * Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/287512/8684613

do ahb_simulate2.do

vlib work vcom ahb_package.vhd vcom ahb_configure.vhd vcom ahb_funct.vhd vcom fifo.vhd vcom slv_mem.vhd vcom ahb_slave_wait.vhd vcom mst_wrap.vhd vcom ahb_master.vhd vcom ahb_arbiter.vhd vcom uut_sti
www.eeworm.com/read/287512/8684516

vhd ahb_configure.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use work.ahb_package.all; package ahb_configure is --*************************************************************** -- def
www.eeworm.com/read/287512/8684518

vhd ahb_components.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use work.ahb_package.all; use work.ahb_funct.all; use work.ahb_configure.all; package ahb_components is component fifo gener
www.eeworm.com/read/287512/8684596

vhd ahb_package.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; package ahb_package is ----------------------------------------------------------------------------- -- Generic contants ---
www.eeworm.com/read/287512/8684598

vhd ahb_system.vhd

--******************************************************************* --** **** --** AHB system generator
www.eeworm.com/read/287512/8684606

vhd ahb_arbiter.vhd

--******************************************************************* --** **** --** AHB system generator
www.eeworm.com/read/287512/8684625

vhd ahb_funct.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; package ahb_funct is function nb_bits (A : std_logic_vector) return NATURAL; function nb_bits (A : INTEGER) return NATURAL;
www.eeworm.com/read/287512/8684637

vhd ahb_master.vhd

--******************************************************************* --** **** --** AHB system generator
www.eeworm.com/read/287512/8684648

vhd ahb_tb.vhd

--******************************************************************* --** **** --** AHB system generator