代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
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/389125/8547514
cpp sc_fib.cpp
// All systemc modules should include systemc.h header file
#include
SC_MODULE (sc_fib){
// input ports
sc_in clk; // clock input of the design
sc_in reset;
www.eeworm.com/read/395929/2431577
h qtmd.h
#if defined( __sparc )
#include "systemc/qt/md/sparc.h"
#elif defined( __hppa )
#include "systemc/qt/md/hppa.h"
#elif defined( __i386 )
#include "systemc/qt/md/i386.h"
#endif
www.eeworm.com/read/395929/2431848
h qtmd.h
#if defined( __sparc )
#include "systemc/qt/md/sparc.h"
#elif defined( __hppa )
#include "systemc/qt/md/hppa.h"
#elif defined( __i386 )
#include "systemc/qt/md/i386.h"
#endif
www.eeworm.com/read/389125/8547536
cpp testbench_sc_fib.cpp
// All systemc modules should include systemc.h header file
#include
#include "SC_Fib.cpp"
// entry point of the application
int sc_main(int argc,char* argv[])
{
sc_report_handler
www.eeworm.com/read/327476/7107652
v des_test.v
//////////////////////////////////////////////////////////////////////
//// ////
//// Testbench for Verilog translation of SystemC DES
www.eeworm.com/read/421150/7118854
v example.v
/*****************************************************************************
Example convertable SystemC header file
**************************************************************************
www.eeworm.com/read/421150/7118858
h example.h
/*****************************************************************************
Example convertable SystemC header file
**************************************************************************