代码搜索:SystemC

找到约 1,802 项符合「SystemC」的源代码

代码结果 1,802
www.eeworm.com/read/395929/2427306

txt simulator_out_gossip.txt

Fri Jun 11 13:52:03 CEST 2004 Estimated simulation time 5 minutes.\n SystemC 2.0.1 --- Dec 5 2003 10:00:49 Copyright (c) 1996-2002 by all Contributors ALL RI
www.eeworm.com/read/284171/8957599

h xlxram.h

/* Simulation model of Xilinx FPGA BlockRAM memory 2002 A.S.Slusarczyk@tue.nl */ #ifndef XLXRAM_H_INCLUDED #define XLXRAM_H_INCLUDED #include #include "mips.h" #ifndef VERILOG #inc
www.eeworm.com/read/178299/9408938

h unpack.h

// unpack.h // Pierre Bomel - LESTER/UBS - janvier 2005 // Formation chez France Telecom R&D #include template // T = sample type // n = number of samples
www.eeworm.com/read/178299/9408944

h pack.h

// pack.h // Pierre Bomel - LESTER/UBS - janvier 2005 // Formation chez France Telecom R&D #include template // T = sample type // n = number of samples to pack togeth
www.eeworm.com/read/163678/10150491

h arbitrator.h

#ifndef arbitrator_H #define arbitrator_H //FILE: arbitrator.h (systemc) //# vim600:set sw=2 tw=0 fdm=marker: // Submodule class declarations // Module definition SC_MODULE(arbitrator) { // Ports
www.eeworm.com/read/163678/10150798

cpp main.cpp

#include #include #include "function_template.h" using std::cout; using std::endl; int main(int argc, char *argv[]) { cout
www.eeworm.com/read/436550/7767973

h types.h

#ifndef __types_h #define __types_h #include #include enum status { TRANSFER_OK = 0 ,TRANSFER_REQUEST ,TRANSFER_WAIT ,TRANSFER_ERROR}; // needed for m
www.eeworm.com/read/436550/7767981

h arbiter.h

#ifndef __arbiter_h #define __arbiter_h #include #include "types.h" #include "request.h" #include "arbiter_if.h" // class arbiter : public arbiter_if , public sc_module
www.eeworm.com/read/436550/7767983

h bus.h

#ifndef __h #define __h #include #include "types.h" #include "request.h" #include "direct_if.h" #include "non_blocking_if.h" #include "blocking_if.h" #include "arbiter_if.h" #
www.eeworm.com/read/436550/7767984

h non_blocking_if.h

#ifndef __non_blocking_if_h #define __non_blocking_if_h #include #include "types.h" class non_blocking_if : public virtual sc_interface { public: // non-blocking BUS inte