代码搜索:counters
找到约 1,049 项符合「counters」的源代码
代码结果 1,049
www.eeworm.com/read/106385/6194555
cdl counters.cdl
# ====================================================================
#
# counters.cdl
#
# configuration data related to the kernel counters and clocks
#
# =================================
www.eeworm.com/read/197661/6327983
htm counters.htm
www.eeworm.com/read/478253/6722758
vhd counters.vhd
library IEEE ;
use IEEE.std_logic_1164.all ;
use IEEE.std_logic_arith.all ;
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear : IN BIT;
ld : IN BIT;
www.eeworm.com/read/264742/11303213
dl_ counters.dl_
www.eeworm.com/read/262820/11389646
dl_ counters.dl_
www.eeworm.com/read/261776/11623830
vhd counters.vhd
-------------------------------------------------------------------------------
-- $Id: counters.vhd,v 1.1 2004/04/06 23:13:04 jennj Exp $
-----------------------------------------------------------