代码搜索:SystemC

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

代码结果 1,802
www.eeworm.com/read/405204/11469510

h driver.h

#include "systemc.h" SC_MODULE(driver) {sc_out d_reset,d_clk; void prc_driver(); SC_CTOR(driver) SC_THREAD(prc_driver); };
www.eeworm.com/read/405204/11469533

h driver.h

//driver.h #include "systemc.h" SC_MODULE(driver) {sc_outd_reset,d_clk; void prc_driver(); SC_CTOR(driver) SC_THREAD(prc_driver); };
www.eeworm.com/read/255779/12056372

h cordic_pkg.h

#ifndef CORDIC_PKG_H #define CORDIC_PKG_H #include namespace cordic_pkg { const sc_uint xinit_c="0x26dd3b44"; const sc_uint yinit_c="0x00000000"; } #endif
www.eeworm.com/read/395929/2430994

d bregisterfile16.d

bregisterfile16.o bregisterfile16.d : bregisterfile16.cpp bregisterfile16.h mips.h \ ../../systemc-2.0.1/include/systemc.h \ ../../systemc-2.0.1/include/systemc/kernel/sc_cmnhdr.h \ ../../systemc-2
www.eeworm.com/read/395929/2431325

defs makefile.defs

## Variable that points to SystemC installation path SYSTEMC = ../../../.. INCDIR = -I. -I.. -I$(SYSTEMC)/include LIBDIR = -L. -L.. -L$(SYSTEMC)/lib-$(TARGET_ARCH) # Build with maximum gcc warning
www.eeworm.com/read/467583/1497956

config makefilevc9.config

# MSVC WINDOWS build: # defaults to environment variables if found !IFNDEF SYSTEMC SYSTEMC = C:\SystemC\systemc-2.2.0_osci\msvc90 !ENDIF !IFNDEF TLM TLM = C:\TLM_WG\include\tlm !ENDIF CC
www.eeworm.com/read/467583/1498913

config makefile.config

# MSVC WINDOWS build: # defaults to environment variables if found !IFNDEF SYSTEMC SYSTEMC = C:\SystemC\systemc-2.2.0_osci\msvc80 !ENDIF !IFNDEF TLM TLM = C:\TLM_WG\include\tlm !ENDIF CC
www.eeworm.com/read/467583/1498916

config makefilevc9.config

# MSVC WINDOWS build: # defaults to environment variables if found !IFNDEF SYSTEMC SYSTEMC = C:\SystemC\systemc-2.2.0_osci\msvc90 !ENDIF !IFNDEF TLM TLM = C:\TLM_WG\include\tlm !ENDIF CC
www.eeworm.com/read/395929/2431416

defs makefile.defs

## Variable that points to SystemC installation path SYSTEMC = ../../.. INCDIR = -I. -I.. -I$(SYSTEMC)/include LIBDIR = -L. -L.. -L$(SYSTEMC)/lib-$(TARGET_ARCH) LIBS = -lsystemc -lm $(EXTRA_LIBS
www.eeworm.com/read/467583/1498910

config makefilevc7.config

# MSVC WINDOWS build: Visual C++ 7 Version # defaults to environment variables if found !IFNDEF SYSTEMC SYSTEMC = C:\SystemC\systemc-2.2.0_osci\msvc71 !ENDIF !IFNDEF TLM TLM = C:\TLM_WG\incl