代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/414114/11127043
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/414114/11127201
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/300456/13913192
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 Gu ...
www.eeworm.com/read/300456/13913198
cpp test1.cpp
/************************************************************************
* file name: Test1.cpp
* description: a test file of SystemC.
* modification history
* --------------------
* 2003-5
www.eeworm.com/read/300456/13913368
plg read_file.plg
Build Log
--------------------Configuration: read_file - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/300456/13913443
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/300456/13913452
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/300456/13913461
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/163678/10150450
h next_trigger.h
#ifndef NEXT_TRIGGER_H
#define NEXT_TRIGGER_H
//BEGIN next_trigger.h
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// DESCRIPTION
// This example resulted out of a