代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/163678/10150571
cpp main.cpp
//FILE: main.cpp (systemc)
//# vim600:set sw=2 tw=0 fdm=marker:
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// DESCRIPTION
// Simple example of sc_logic and sc_lv
www.eeworm.com/read/420685/10781035
defs makefile.defs
## Variable that points to SystemC installation path
SYSTEMC = /opt/systemc-2.2
INCDIR = -I. -I.. -I$(SYSTEMC)/include
LIBDIR = -L. -L.. -L$(SYSTEMC)/lib-$(TARGET_ARCH)
LIBS = -lsystemc -lm $(EXT
www.eeworm.com/read/442397/7653572
defs makefile.defs
## Variable that points to SystemC installation path
SYSTEMC = /opt/systemc-2.2
INCDIR = -I. -I.. -I$(SYSTEMC)/include
LIBDIR = -L. -L.. -L$(SYSTEMC)/lib-$(TARGET_ARCH)
LIBS = -lsystemc -lm $(EXT
www.eeworm.com/read/298277/7968901
txt 说明.txt
0.最简单的<mark>SystemC</mark>程序:hello, world.
1.用<mark>SystemC</mark>实现D触发器的例子,同时也演示了如何生成VCD波形文件。
2.用<mark>SystemC</mark>实现同步FIFO的例子。这个FIFO是从同文件夹的fifo.v(verilog代码)翻译过来的。
3.如何在<mark>SystemC</mark>中实现延时(类似verilog中的#time)的例子。
4.<mark>SystemC</mark>文档《User Guide》中的例子。 ...
www.eeworm.com/read/298277/7968907
cpp test1.cpp
/************************************************************************
* file name: Test1.cpp
* description: a test file of SystemC.
* modification history
* --------------------
* 2003-5
www.eeworm.com/read/298277/7969077
plg read_file.plg
Build Log
--------------------Configuration: read_file - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/298277/7969163
makefile
TARGET_ARCH = linux
CC = g++
OPT = -O3
DEBUG = -g
OTHER = -Wall
CFLAGS = $(OPT) $(OTHER)
# CFLAGS = $(DEBUG) $(OTHER)
MODULE = run
# ============== To do here : add your codes
SRCS = ma
www.eeworm.com/read/298277/7969178
makefile
TARGET_ARCH = linux
CC = g++
OPT = -O3
DEBUG = -g
OTHER = -Wall
CFLAGS = $(OPT) $(OTHER)
# CFLAGS = $(DEBUG) $(OTHER)
MODULE = run
# ============== To do here : add your codes
SRCS = ma
www.eeworm.com/read/298277/7969188
makefile
TARGET_ARCH = linux
CC = g++
OPT = -O3
DEBUG = -g
OTHER = -Wall
CFLAGS = $(OPT) $(OTHER)
# CFLAGS = $(DEBUG) $(OTHER)
MODULE = run
# ============== To do here : add your codes
SRCS = ma
www.eeworm.com/read/478219/6722041
defs makefile.defs
## Variable that points to SystemC installation path
SYSTEMC = /usr/local/systemc-2.2
INCDIR = -I. -I.. -I$(SYSTEMC)/include
LIBDIR = -L. -L.. -L$(SYSTEMC)/lib-$(TARGET_ARCH)
LIBS = -lsystemc -lm