代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/178299/9408942
cc gen.cc
// gen.cc
// Pierre Bomel - LESTER/UBS - janvier 2005
// Formation chez France Telecom R&D
#include
#include "gen.h"
#include "sense.h"
int sc_main(int argc, char * argv[])
{
gen
www.eeworm.com/read/178299/9408943
cc pack.cc
// pack.cc
// Pierre Bomel - LESTER/UBS - janvier 2005
// Formation chez France Telecom R&D
#include
#include "gen.h"
#include "sense.h"
#include "pack.h"
#include "unpack.h"
int const
www.eeworm.com/read/141708/5769341
h statistics_gen.h
#include "systemc.h"
#include
#include
#include
#include "engine.h"
#define MAX_SIZE 1000
class statistics_gen:public sc_module
{ public:
sc_in ctrl
www.eeworm.com/read/255779/12056494
h aes_keygen.h
#ifndef AES_KEYGEN_H
#define AES_KEYGEN_H
#include
#include "dkeylogic.h"
#include "ekeyfsm.h"
#include "ekeylogic.h"
#include "keymem.h"
SC_MODULE(aes_keygen) {
sc_in
www.eeworm.com/read/255779/12056496
h dkeylogic.h
#ifndef DKEYLOGIC_H
#define DKEYLOGIC_H
#include
SC_MODULE(dkeylogic) {
sc_in clk;
sc_in dkey_mux;
sc_in ekey_out;
sc_in
www.eeworm.com/read/346982/3179119
runme
#!/bin/sh
SIMTYPE=`tb_info SYSTEMC_SIM`
if test "$SIMTYPE" = "NCSC"; then
extra_opts="-sconly test --use ncsim hdl_connect.cpp"
else
extra_opts="test.cc"
fi
tbsc $extra_opts --log $TBLOG $PUREC
www.eeworm.com/read/346982/3179197
h statistics_gen.h
#include "systemc.h"
#include
#include
#include
#include "engine.h"
#define MAX_SIZE 1000
class statistics_gen:public sc_module
{ public:
sc_in ctrl
www.eeworm.com/read/429117/1951799
runme
#!/bin/sh
SIMTYPE=`tb_info SYSTEMC_SIM`
if test "$SIMTYPE" = "NCSC"; then
extra_opts="-sconly test --use ncsim hdl_connect.cpp"
else
extra_opts="test.cc"
fi
tbsc $extra_opts --log $TBLOG $PUREC
www.eeworm.com/read/395930/2427077
scr cocentric_net_cache.scr
echo
echo --- File add.cpp
echo
compile_systemc -rtl -cpp_options " -I. -DVERILOG -DCACHE -DNUSEXRAM" -rtl_format Verilog add.cpp
if( dc_shell_status == 0 ) { exit 1; } else { echo OK; }
echo
echo --
www.eeworm.com/read/395930/2427171
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<