代码搜索:testbench

找到约 2,392 项符合「testbench」的源代码

代码结果 2,392
www.eeworm.com/read/389125/8547506

cpp testbench_sc_8bit_updowncounter.cpp

// All systemc modules should include systemc.h header file #include #include "SC_8bit_UpDownCounter.cpp" // entry point of the application int sc_main(int argc,char* argv[]) { sc
www.eeworm.com/read/478303/6714551

vhd ex6_4_testbench1.vhd

use std.textio.all; entity ENCODER is generic(DELAY : time := 5 ns); port(I1, I2, I3, I4 : in BIT; MSB, LSB : out BIT ; ACTIVE : out BIT); end ENCODER; architecture BEHAV of ENCODER is begin proces
www.eeworm.com/read/345352/3200330

v pl4_lite_demo_testbench.v

/***************************************************************************** * SPI-4.2 Looped Back Test Bench ****************************************************************************** * *
www.eeworm.com/read/463885/7174388

txt dw8051.txt

DW8051is designed by synopsys, and its instruction cycle is 4 clock, which lead to about 3 times faster than Intel 8051 with the same oscillator frequency. I writed ram, rom, some other perpherals su
www.eeworm.com/read/412328/11204412

v new.v

module Testbench2; reg data,enable; reg q_out; wire q_out;