代码搜索:testbench
找到约 2,392 项符合「testbench」的源代码
代码结果 2,392
www.eeworm.com/read/348755/10868746
do wave_post_color.do
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -color #ff0000 -format Logic /testbench/reset
add wave -noupdate -color Orange -format Logic /testbench/clk
add wave -noupdate
www.eeworm.com/read/273124/10925452
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// TestBench.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx
www.eeworm.com/read/470365/6919393
txt readme.txt
Logical project decsription
core - external not under development IP cores
doc - project documentation
include - common rtl, testbench header files
rtl - rtl models of projec
www.eeworm.com/read/457421/7325619
txt readme.txt
Logical project decsription
core - external not under development IP cores
doc - project documentation
include - common rtl, testbench header files
rtl - rtl models of projec
www.eeworm.com/read/456681/7342382
tf booth_tb.tf
module testbench();
// Inputs
reg [15:0] A;
reg [15:0] B;
// Outputs
wire [31:0] P;
// Instantiate the UUT
booth uut (.A(A), .B(B), .P(P));
initial
$monitor(
www.eeworm.com/read/452779/7433118
do ex_111_wave.do
# compile
vlog EX_111.v
vlog EX_111_tb.v
# simulate
vsim -coverage testbench
#probe signals
add wave -noupdate -divider {Unsigned Hexdecimal Representation}
add wave -noupdate -format -li
www.eeworm.com/read/451829/7455181
do wave_color.do
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -color Red -format Logic /testbench/reset
add wave -noupdate -color Orange -format Logic /testbench/clk
add wave -noupdate -co
www.eeworm.com/read/451829/7455186
do wave_post_color.do
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -color #ff0000 -format Logic /testbench/reset
add wave -noupdate -color Orange -format Logic /testbench/clk
add wave -noupdate
www.eeworm.com/read/449305/7509006
adf generator.adf
[Project]
Current config=compile
VCS=0
modified=0
version=1
Current Flow=Multivendor
[Configurations]
Generic=generator
compile=generator
[Library]
generator=.\generator.LIB
[Settings
www.eeworm.com/read/446517/7577260
adf ipcore8051.adf
[Project]
Current Flow=Multivendor
VCS=0
version=1
modified=37
Current Config=compile
[Configurations]
compile=IPCore8051
[sdf.c.TESTBENCH_FOR_display]
SdfNoWarn=0
IVG=0
[sdf.c.TESTBE