代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/255779/12056449
h aes_encdec.h
#ifndef AES_ENCDEC_H
#define AES_ENCDEC_H
#include
#include "aes_fsm.h"
#include "aes_logic.h"
SC_MODULE(aes_encdec) {
sc_in clk;
sc_in di
www.eeworm.com/read/255779/12056489
h aes_fsm.h
#ifndef AES_FSM_H
#define AES_FSM_H
#include
SC_MODULE(aes_fsm) {
sc_in clk;
sc_in key_done;
sc_in ld_data;
sc_in resetn;
www.eeworm.com/read/255779/12056490
h ssram.h
#ifndef SSRAM_H
#define SSRAM_H
#include
SC_MODULE(ssram) {
sc_in clk;
sc_in din128;
sc_in addr;
sc_in we;
www.eeworm.com/read/255779/12056505
cpp cnt.cpp
#include "cnt.h"
#ifdef MTI_SYSTEMC
SC_MODULE_EXPORT(cnt);
#endif
void cnt::process_line37() {
if (reset.read() == 1) {
count_s.write((sc_uint)("0b000"));
} else
if (clk.po
www.eeworm.com/read/395930/2427074
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/395930/2427129
h benif_network2x2.h
#include
#include "netmips.h"
#include "net_remote_mem.h"
#include "network2x2.h"
SC_MODULE(BENIF_NET_WRAPPER)
{
sc_in< bool > IFCLK;
sc_in< bool > WRITE_STROBE;
sc_in
www.eeworm.com/read/395930/2427139
h cache.h
#ifndef CACHE_H_INCLUDED
#define CACHE_H_INCLUDED
#include
#include "cache_dim.h"
//#include "cache_memory.h"
#include "cache_bram.h"
#include "cache_ctrl.h"
SC_MODULE(DWORD_REG_SEL){
www.eeworm.com/read/395929/2427233
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/395929/2430970
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/395929/2431041
h cache.h
#ifndef CACHE_H_INCLUDED
#define CACHE_H_INCLUDED
#include
#include "cache_dim.h"
//#include "cache_memory.h"
#include "cache_bram.h"
#include "cache_ctrl.h"
SC_MODULE(DWORD_REG_SEL){