代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/255779/12056474
h ekeylogic.h
#ifndef EKEYLOGIC_H
#define EKEYLOGIC_H
#include
SC_MODULE(ekeylogic) {
sc_in clk;
sc_in fsbout;
sc_in key;
sc_in
www.eeworm.com/read/174206/5363376
cpp top.cpp
#include "systemc.h"
#include "sc_mslib.h"
typedef int data_type;
const int ARRAY_SIZE = 10;
SC_MODULE(mod1) {
// input port, unrefinable, for stimulus
sc_in a;
// Refinable p
www.eeworm.com/read/174206/5363400
cpp top.cpp
#include "systemc.h"
#include "sc_mslib.h"
typedef int data_type;
int state=0;
bool bWrite=true;
SC_MODULE(testbench) {
sc_in_clk driver;
sc_signal signal;
void response( ) {
www.eeworm.com/read/174206/5363423
cpp top.cpp
#include "systemc.h"
#include "sc_mslib.h"
typedef int data_type;
int state=0;
bool bWrite=true;
SC_MODULE(testbench) {
sc_in_clk driver;
sc_signal signal;
void r
www.eeworm.com/read/346982/3179045
cpp top.cpp
#include "systemc.h"
#include "sc_mslib.h"
typedef int data_type;
int state=0;
bool bWrite=true;
SC_MODULE(testbench) {
sc_in_clk driver;
sc_signal signal;
void r
www.eeworm.com/read/471378/6892003
h trafficlight.h
#ifndef TrafficLight_H
#define TrafficLight_H
#include
SC_MODULE(TrafficLight) {
sc_in sensors;
sc_out lights;
sc_event control_lights_event;
SC_HAS_PROCESS(Traffic
www.eeworm.com/read/147563/12547162
h pc.h
#include
SC_MODULE(pc)
{
sc_in phy;
sc_inout a[4];
sc_out f[4];
void process(void)
{
if(phy)
f = a + 1;
}
SC_CTOR(pc)
{
SC_METHOD(proc
www.eeworm.com/read/284171/8957718
h netmemif.h
#ifndef NETMEMIF_H_INCLUDED
#define NETMEMIF_H_INCLUDED
#include
SC_MODULE(NETMEM_IF)
{
sc_in< bool > clk, rst;
// network interface
sc_in< sc_bv > data_in;
sc_in<
www.eeworm.com/read/375968/9341148
h stdafx.h
#ifndef STDAFX_H
#define STDAFX_H
//#define DEBUG
#include "systemc.h"
#include
ofstream fout("e:\\mips_out.dat");
sc_uint * register_data;
void Print(sc_uint x,ostr
www.eeworm.com/read/178299/9408930
cc boucle_fix.cc
// boucle_fix.cc
// Pierre Bomel - LESTER/UBS - janvier 2005
// Formation chez France Telecom R&D
#include
#include "gen.h"
#include "sense.h"
#include "dac.h"
#include "adc.h"
#include