代码搜索:testbench
找到约 2,392 项符合「testbench」的源代码
代码结果 2,392
www.eeworm.com/read/214382/15104036
v ddr_sdram_tb.v
`timescale 1ns / 100ps
module ddr_sdram_tb();
// defines for the testbench
`define BL 8 // burst length
`define CL 3 //
www.eeworm.com/read/17937/767660
tf sevenseg_case_tb.tf
module testbench();
// Inputs
reg [3:0] hex;
// Outputs
wire [7:0] seg;
// Instantiate the UUT
sevenseg_case uut (
.hex(hex),
.seg(seg)
);
www.eeworm.com/read/368409/9697009
tf sevenseg_case_tb.tf
module testbench();
// Inputs
reg [3:0] hex;
// Outputs
wire [7:0] seg;
// Instantiate the UUT
sevenseg_case uut (
.hex(hex),
.seg(seg)
);
www.eeworm.com/read/102365/15784983
v ddr_sdram_tb.v
`timescale 1ns / 100ps
module ddr_sdram_tb();
// defines for the testbench
`define BL 8 // burst length
`define CL 3 //
www.eeworm.com/read/353416/10449029
v mediumtest.v
//*******testbench*******//
module mediumtest;
reg [7:0] MEMA [81:0];
reg [7:0] data1,data2,data3; //input
wir
www.eeworm.com/read/492009/6429758
v stopwatch_tb.v
`timescale 1 ns / 1 ps
module testbench;
reg tbreset, tbstrtstop;
reg tbclk;
wire [6:0] onesout, tensout;
wire [9:0] tbtenthsout;
// /////////////////////////////
// Instantiatation of the D
www.eeworm.com/read/408799/11369577
v stopwatch_tb.v
`timescale 1 ns / 1 ps
module testbench;
reg tbreset, tbstrtstop;
reg tbclk;
wire [6:0] onesout, tensout;
wire [9:0] tbtenthsout;
// /////////////////////////////
// Instantiatation of the D
www.eeworm.com/read/260328/4334282
tcl sdr_fsim.tcl
cd ../rtl
if {![file exists work]} {
vlib work
}
vmap work work
# compile all necessary source and testbench files
#
# Start compiling.............
vlog +incdir+../../../../source
www.eeworm.com/read/172733/9694847
vhd system09_tb.vhd
--===========================================================================----
--
-- T E S T B E N C H System09_tb - SOC Testbench.
--
-- www.OpenCores.Org - September 2003
-- This core
www.eeworm.com/read/249841/12466822
txt notice.txt
vhdl testbench online course:
http://quirk.ece.fcu.edu.tw/~dgliu/vhdl/VHDL-07-01.html
--------------------------------------------------------------------------------
uart-project complie order:(