代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/163678/10150598
ex makefile.ex
#!/usr/bin/make -f
# COPYRIGHT (C) 2004 Eklectic Ally, Inc.---------------------------{{{#
# See EKLECTIC_LICENSE for information on legal usage of this file. #
# -----------------------------------
www.eeworm.com/read/163678/10150652
cpp ram8x8.cpp
//BEGIN ram8x8.cpp (systemc)
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#include "ram8x8.h"
void ram8x8::ram_method(void) {
if (WRB->read() == 1)
MEM_ARRAY[
www.eeworm.com/read/356106/10237020
defs makefile.defs
## Variable that points to SystemC installation path
SYSTEMC = $(SYSTEMC_HOME)
INCDIR = -I. -I.. -I../../bench -I$(SYSTEMC)/include
LIBDIR = -L. -L.. -L$(SYSTEMC)/lib-$(TARGET_ARCH)
# Build
www.eeworm.com/read/421150/7118844
v vdefs.v
// These are the verilog defines that match the systemc defines vdefs.h
`define IDLE 0
`define START 1
`define STEP1 2
`define STEP2 3
`define STEP3 4
`define STEP4 5
`define DONE 6
www.eeworm.com/read/436550/7767970
cpp main.cpp
#include "systemc.h"
#include "test.h"
int sc_main(int, char **)
{
test top("top");
sc_start(100);
return 0;
}
www.eeworm.com/read/298277/7969015
txt 说明.txt
SystemC中使用测试向量文件输入的例子。
-------------------------------------
read_file1:读文件的基本例子。
read_file1.1:如何输入超过32位的数。
read_file2:在SC_THREAD中使用读文件。
read_file3:在SC_METHOD中使用读文件。
www.eeworm.com/read/478219/6722029
makefile
#SYSCINCLUDE_DIR=-I/usr/local/systemc-2.2/include/
#SYSCLIB_DIR = -L/usr/local/systemc-2.2/lib-linux/
#LIBS = -lsystemc -lm
#CC = g++
#CFLAGS = -O3 -g -Wall
#src = main.cpp uart.cpp
#obj = main.o u
www.eeworm.com/read/300456/13913300
txt 说明.txt
SystemC中使用测试向量文件输入的例子。
-------------------------------------
read_file1:读文件的基本例子。
read_file1.1:如何输入超过32位的数。
read_file2:在SC_THREAD中使用读文件。
read_file3:在SC_METHOD中使用读文件。
www.eeworm.com/read/163677/10150854
pdf kluwer.academic.pub.systemc.from.the.ground.up.may.2004.ebook-ddu.pdf
www.eeworm.com/read/221975/14712905