代码搜索:taps
找到约 599 项符合「taps」的源代码
代码结果 599
www.eeworm.com/read/373529/9451406
mat taps.mat
www.eeworm.com/read/373529/9452324
mat taps.mat
www.eeworm.com/read/156151/11824052
v taps.v
// WARNING: Do NOT edit the input and output ports in this file in a text
// editor if you plan to continue editing the block that represents it in
// the Block Editor! File corruption is VERY likel
www.eeworm.com/read/156151/11824172
v taps.v
// WARNING: Do NOT edit the input and output ports in this file in a text
// editor if you plan to continue editing the block that represents it in
// the Block Editor! File corruption is VERY likel
www.eeworm.com/read/156151/11824202
v taps.v
// WARNING: Do NOT edit the input and output ports in this file in a text
// editor if you plan to continue editing the block that represents it in
// the Block Editor! File corruption is VERY likel
www.eeworm.com/read/156151/11824239
v taps.v
// WARNING: Do NOT edit the input and output ports in this file in a text
// editor if you plan to continue editing the block that represents it in
// the Block Editor! File corruption is VERY likel
www.eeworm.com/read/156151/11824265
v taps.v
// WARNING: Do NOT edit the input and output ports in this file in a text
// editor if you plan to continue editing the block that represents it in
// the Block Editor! File corruption is VERY likel
www.eeworm.com/read/255611/12068819
v taps.v
/* Taps design for Quartus Tutorial */
module taps (clk, newt, reset, d, sel, x, xn, xn_1, xn_2, xn_3);
// Port Declaration
input clk, newt, reset;
input [1:0] sel;
input [7:0] d;
output [7:
www.eeworm.com/read/255611/12068873
v taps.v
// Copyright (C) 1988-1998 Altera Corporation
// Any megafunction design, and related net list (encrypted or decrypted),
// support information, device programming or simulation file, and any other
www.eeworm.com/read/5905/80979
vhd taps.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
USE ieee.std_logic_unsigned.all;
ENTITY taps IS
PORT(
clk, load, clear : IN std_logic;
d : IN std_logic_vecto