代码搜索:SystemC

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

代码结果 1,802
www.eeworm.com/read/284171/8957705

cpp mips_trace.cpp

#include #include "mips_trace.h" // prefix for all names that are traced char trace_mips_name_buffer[2048]; int trace_mips_prefix_len = 0; vector< int > name_segments; // add new compo
www.eeworm.com/read/178299/9408925

h adc.h

// adc.h // Pierre Bomel - LESTER/UBS - janvier 2005 // Formation chez France Telecom R&D #include template // T = sample type // wl for sc_fixed //
www.eeworm.com/read/178299/9408934

h sense.h

// sense.h // Pierre Bomel - LESTER/UBS - janvier 2005 // Formation chez France Telecom R&D #include #include template // T = samples type SC_MODULE(sense){
www.eeworm.com/read/178299/9408936

h dac.h

// dac.h // Pierre Bomel - LESTER/UBS - janvier 2005 // Formation chez France Telecom R&D #include template // T = sample type // wl for sc_fixec //
www.eeworm.com/read/178299/9408941

h gen.h

// gen.h // Pierre Bomel - LESTER/UBS - janvier 2005 // Formation chez France Telecom R&D #include template // T = samples type // n = number of sam
www.eeworm.com/read/163862/10141899

makefile

SYSTEMCDIR=f:/systemCStudio/systemc INCLUDES=${SYSTEMCDIR}/interface LIBS=${SYSTEMCDIR}/lib OBJS= build/sc_main.o ${LIBS}/sc_main_main.o CPP_OPTS = -c -I ${INCLUDES} -I. hello:sc_main.o
www.eeworm.com/read/436550/7767979

h master_non_blocking.h

#ifndef __master_non_blocking_h #define __master_non_blocking_h #include #include "types.h" #include "non_blocking_if.h" SC_MODULE(master_non_blocking) { // ports sc_in
www.eeworm.com/read/336446/3351527

h testwrapper.h

#ifndef __TESTWRAPPER_H__ #define __TESTWRAPPER_H__ #include #include "usbHostSlaveTB.h" #include "transactor.h" SC_MODULE(testwrapper) { sc_in busClk; sc_in
www.eeworm.com/read/395929/2431066

cpp mips_trace.cpp

#include #include "mips_trace.h" // prefix for all names that are traced char trace_mips_name_buffer[2048]; int trace_mips_prefix_len = 0; vector< int > name_segments; // add new compo
www.eeworm.com/read/436550/7767959

h fast_mem.h

//By Chenxi #ifndef __fast_mem_h #define __fast_mem_h #include #include "types.h" #include "slave_if.h" class fast_mem : public slave_if , public sc_module { public: // co