代码搜索:testbench
找到约 2,392 项符合「testbench」的源代码
代码结果 2,392
www.eeworm.com/read/173695/9641372
py testbench.py
######################################################################
#### ####
#### testbench.py
www.eeworm.com/read/414314/11121191
vhd testbench.vhd
library ieee;
use ieee.std_logic_1164.all;
entity cpu2system is
port (clk: in std_logic;
reset: in std_logic
);
end;
architecture main of cpu2system is
component CPU8BIT2
po
www.eeworm.com/read/267551/11175033
v testbench.v
`timescale 1ns/10ps
module testbench;
reg [15:0] a;
reg [15:0] b;
reg cin;
wire [15:0] s;
wire cout;
add16_adv
u0(
.vA(a),
.vB(b),
.vS(s),
.cin(cin),
.cout(cout)
);
initial b
www.eeworm.com/read/249841/12466783
dat testbench.dat
www.eeworm.com/read/249841/12466785
asm testbench.asm
www.eeworm.com/read/334090/12639866
h testbench.h
//=====================================================================
// TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
// Property of Texas Instruments -- For Unrestri
www.eeworm.com/read/334090/12642017
c testbench.c
//===============================================================================
// TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
//
// Property of Texas Instruments
// Fo
www.eeworm.com/read/300556/13906132
v testbench.v
///*************************************************************///
/// ///
/// Reed-Solomon Decoder (31,19,6)
www.eeworm.com/read/202015/15391167
v testbench.v
`timescale 1 ns / 1 ps
module test_high_speed_io();
reg[1:0] rx_in;
reg rx_inclock;
reg rx_data_align;
wire rx_locked;
wire [1:0] tx_out;
wire tx_outclock;
reg data_clk;
Diff_io_top diff_io
www.eeworm.com/read/201064/15416765
vhd testbench.vhd
--
-- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
-- _/ _/ ____________________________________________
-- _/ _/ /