代码搜索:counters
找到约 1,049 项符合「counters」的源代码
代码结果 1,049
www.eeworm.com/read/422532/10631523
vhd counters.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear
www.eeworm.com/read/159105/10694411
vhd counters.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear
www.eeworm.com/read/257329/7124475
dl_ counters.dl_
www.eeworm.com/read/459315/7277359
dl_ counters.dl_
www.eeworm.com/read/399935/7821063
v counters.v
// MAX+plus II Verilog Example
// Efficient Counter Inference
// Copyright (c) 1997 Altera Corporation
module counters (d, clk, clear, ld, enable, up_down,
qa, qb, qc, qd, qe, qf, q
www.eeworm.com/read/399935/7821166
vhd counters.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear
www.eeworm.com/read/133772/5900865
cdl counters.cdl
# ====================================================================
#
# counters.cdl
#
# configuration data related to the kernel counters and clocks
#
# ===========================
www.eeworm.com/read/123322/6060907
cdl counters.cdl
# ====================================================================
#
# counters.cdl
#
# configuration data related to the kernel counters and clocks
#
# =================================