代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/436550/7767976
h slave_if.h
//By Chenxi
#ifndef __slave_if_h
#define __slave_if_h
#include
#include "types.h"
#include "direct_if.h"
class slave_if
: public direct_if
{
public:
// Slave interface
v
www.eeworm.com/read/434384/7869457
h vco.h
#include "systemc-ams.h"
SCA_SDF_MODULE(vco) {
sca_sdf_in in;
sca_sdf_out out;
double gain; // gain
double kvco; // sensitivity [Hz/V]
double fc; // cen
www.eeworm.com/read/480672/6659801
txt 路由协议相关文章.txt
1.A 0.13um 1Gb/s Channel Store-and-Forward Network on Chip
2 Topology adaptive network-on-chip design and implementation
3 Heterogeneous modeling of an optical network-on-chip with SystemC
www.eeworm.com/read/255779/12056379
txt readme.txt
VH2SC - Free VHDL to SystemC translator
Copyright (C) 2006-2007 HT-LAB
Quick run:
vh2sc.exe vhdlfile.vhd
See website for more details.
The
www.eeworm.com/read/179399/9358105
readme
These files already are in 'rtl/systemc'.
The 'usb_ocp_test.cpp' file is the USB1.1 with OCP Interface test.
The 'usb_8051_test.cpp' file is the USB1.1 with 8051 Interface test (incomplete).
See http
www.eeworm.com/read/163678/10150456
h mdlname_direct_sep.h
//FILE: /*{MDLNAME}*/.h (systemc)
//# vim600:set sw=2 tw=0 fdm=marker:
#ifndef /*{MDLNAME}*/_H
#define /*{MDLNAME}*/_H
#include "/*{SUBMODULE}*/.h"
SC_MODULE(/*{MDLNAME}*/) {
// Ports
sc_port
www.eeworm.com/read/163678/10150471
h mdlname_direct_hdr.h
//FILE: /*{MDLNAME}*/.h (systemc)
//# vim600:set sw=2 tw=0 fdm=marker:
#ifndef /*{MDLNAME}*/_H
#define /*{MDLNAME}*/_H
#include "/*{SUBMODULE}*/.h"
SC_MODULE(/*{MDLNAME}*/) {
// Ports
sc_port
www.eeworm.com/read/163678/10150474
h mdlname_indirect_hdr.h
//FILE: /*{MDLNAME}*/.h (systemc)
//# vim600:set sw=2 tw=0 fdm=marker:
#ifndef /*{MDLNAME}*/_H
#define /*{MDLNAME}*/_H
#include "/*{SUBMODULE}*/.h"
SC_MODULE(/*{MDLNAME}*/) {
// Ports
sc_port
www.eeworm.com/read/436550/7767969
h direct_if.h
#ifndef __direct_if_h
#define __direct_if_h
#include
class direct_if
: public virtual sc_interface
{
public:
// direct BUS/Slave interface
virtual bool direct_read(int *data,
www.eeworm.com/read/165309/5483460
readme
These files already are in 'rtl/systemc'.
The 'usb_ocp_test.cpp' file is the USB1.1 with OCP Interface test.
The 'usb_8051_test.cpp' file is the USB1.1 with 8051 Interface test (incomplete).
See http