代码搜索:testbench
找到约 2,392 项符合「testbench」的源代码
代码结果 2,392
www.eeworm.com/read/384728/8849005
vhd 56_stim.vhd
-- Author : yzf
-- Created On: Tue Dec 12 08:26:19 1995
-- Testbench for prefetch.prefetch
use work.types.all;
architecture BENCH of test_prefetch is
component prefetch
PORT(
BR
www.eeworm.com/read/284185/8955715
vhd 56_stim.vhd
-- Author : yzf
-- Created On: Tue Dec 12 08:26:19 1995
-- Testbench for prefetch.prefetch
use work.types.all;
architecture BENCH of test_prefetch is
component prefetch
PORT(
BR
www.eeworm.com/read/366183/9825881
vhd 56_stim.vhd
-- Author : yzf
-- Created On: Tue Dec 12 08:26:19 1995
-- Testbench for prefetch.prefetch
use work.types.all;
architecture BENCH of test_prefetch is
component prefetch
PORT(
BR
www.eeworm.com/read/364127/9921600
v fncdemo_tb.v
// Testbench for 'function' example
module BitCount_TB;
reg [7:0] inbyte;
wire [3:0] numones;
BitCounter DUT (
.inbyte(inbyte),
.numones(numones)
);
initial begin
inbyte = 8'b0000_
www.eeworm.com/read/278084/10575356
vhd 56_stim.vhd
-- Author : yzf
-- Created On: Tue Dec 12 08:26:19 1995
-- Testbench for prefetch.prefetch
use work.types.all;
architecture BENCH of test_prefetch is
component prefetch
PORT(
BR
www.eeworm.com/read/273124/10925434
cpp testbenchdoc.cpp
// TestBenchDoc.cpp : implementation of the CTestBenchDoc class
//
#include "stdafx.h"
#include "TestBench.h"
#include "TestBenchDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/109660/6173096
dat input.dat
idle(28); /*allow time for POR to occur. It doesn't apply to the BFM but it will allow us to use the same testbench*/
write (2147549188, 32, 1, 10);/*write to slave4 */
read (2147549188, 3
www.eeworm.com/read/109660/6173109
dat input.dat
idle(28); /*allow time for POR to occur. It doesn't apply to the BFM but it will allow us to use the same testbench*/
write (2147549188, 32, 1, 10);/*write to slave4 */
read (2147549188, 3
www.eeworm.com/read/347629/11653008
vhd 56_stim.vhd
-- Author : yzf
-- Created On: Tue Dec 12 08:26:19 1995
-- Testbench for prefetch.prefetch
use work.types.all;
architecture BENCH of test_prefetch is
component prefetch
PORT(
BR
www.eeworm.com/read/257131/11948472
bat createlib.bat
vlib work
vlib cpu
vmap cpu cpu
@echo Compile Altera mf library
@echo Only required for the testbench memories
vlib altera_mf
@echo !!!Change the path below to point to the quartus installation