代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/395929/2431148
scr cocentric_net.scr
echo
echo --- File add.cpp
echo
compile_systemc -rtl -cpp_options " -I. -DVERILOG" -rtl_format Verilog add.cpp
if( dc_shell_status == 0 ) { exit 1; } else { echo OK; }
echo
echo --- File alu.cpp
echo
www.eeworm.com/read/300456/13913381
cpp main.cpp
#include "stdio.h"
#include "systemc.h"
/*
#ifdef _WIN32
typedef __int64 INT64;
#else
typedef long long INT64;
#endif
*/
int main(int, char**)
{
FILE *f;
int data1, data2;
bool
www.eeworm.com/read/284171/8957398
h benif.h
#include
#include "mmips.h"
SC_MODULE(BENIF_WRAPPER)
{
sc_in< bool > IFCLK;
sc_in< bool > WRITE_STROBE;
sc_in< bool > READ_STROBE;
sc_in< bool > DMA_ENABLE;
sc_in< bool > DMA_D
www.eeworm.com/read/284171/8957603
h benif_network3x2.h
#include
#include "netmips.h"
#include "network3x2.h"
SC_MODULE(BENIF_NET_WRAPPER)
{
sc_in< bool > IFCLK;
sc_in< bool > WRITE_STROBE;
sc_in< bool > READ_STROBE;
sc_in< bool > DMA
www.eeworm.com/read/284171/8957612
h benif_network2x2.h
#include
#include "netmips.h"
#include "network2x2.h"
SC_MODULE(BENIF_NET_WRAPPER)
{
sc_in< bool > IFCLK;
sc_in< bool > WRITE_STROBE;
sc_in< bool > READ_STROBE;
sc_in< bool > DMA
www.eeworm.com/read/284171/8957711
h benif_network3x3.h
#include
#include "netmips.h"
#include "network3x3.h"
SC_MODULE(BENIF_NET_WRAPPER)
{
sc_in< bool > IFCLK;
sc_in< bool > WRITE_STROBE;
sc_in< bool > READ_STROBE;
sc_in< bool > DMA
www.eeworm.com/read/284171/8957722
h benif_network2x3.h
#include
#include "netmips.h"
#include "network2x3.h"
SC_MODULE(BENIF_NET_WRAPPER)
{
sc_in< bool > IFCLK;
sc_in< bool > WRITE_STROBE;
sc_in< bool > READ_STROBE;
sc_in< bool > DMA
www.eeworm.com/read/163678/10150479
h counter.h
#ifndef counter_H
#define counter_H
//FILE: counter.h (systemc)
//# vim600:set sw=2 tw=0 fdm=marker:
// Module definition
SC_MODULE(counter) {
// Ports
sc_in transact_ip;
sc_in
www.eeworm.com/read/434384/7869425
cpp tb_pll_top1.cpp
#include "systemc-ams.h"
#include "../phc/phc.h"
#include "../lp1/lp1.h"
#include "../vco/vco.h"
SCA_SDF_MODULE(src_sin) {
sca_sdf_out out;
double ampl, freq;
void sig_proc(
www.eeworm.com/read/434384/7869430
bak tb_pll_top1.cpp.bak
#include "systemc-ams.h"
#include "../phc/phc.h"
#include "../lp1/lp1.h"
#include "../vco/vco.h"
SCA_SDF_MODULE(src_sin) {
sca_sdf_out out;
double ampl, freq;
void sig_proc