代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/434384/7869433
h pll_top.h
#include "systemc-ams.h"
#include "../PHC/phc.h"
#include "../LP1/lp1.h"
#include "../VCO/vco.h"
SC_MODULE(pll) {
sca_sdf_in ref;
sca_sdf_out lpo, vcoo;
sca_sdf_s
www.eeworm.com/read/434384/7869449
cpp tb_lp1.cpp
#include "systemc-ams.h"
//#include "math.h"
#include "lp1.h"
SCA_SDF_MODULE(src_sin) {
sca_sdf_out out;
double ampl, freq;
void sig_proc() {
out.write(ampl*sin(2*M_PI
www.eeworm.com/read/405827/11456088
h shuangxiangkuo.h
//File:shuangxiangkuo.h
#include "systemc.h"
SC_MODULE(shuangxiangkuo)
{
sc_indirect;
sc_inout s,sm;
sc_out shuru_s,shuru_sm;
void prc_shuangxiangkuo();
SC_
www.eeworm.com/read/255779/12056369
h shiftn.h
#ifndef SHIFTN_H
#define SHIFTN_H
#include
SC_MODULE(shiftn) {
sc_in ibus;
sc_out obus;
sc_in n;
void process_line45()
www.eeworm.com/read/255779/12056447
h rsb_table.h
#ifndef RSB_TABLE_H
#define RSB_TABLE_H
#include
SC_MODULE(rsb_table) {
sc_in addr;
sc_out dout;
void process_line48();
rsb_
www.eeworm.com/read/255779/12056450
h rt_table.h
#ifndef RT_TABLE_H
#define RT_TABLE_H
#include
SC_MODULE(rt_table) {
sc_in addr;
sc_out dout;
void process_line48();
rt_tab
www.eeworm.com/read/255779/12056452
h aes_ecb_top.h
#ifndef AES_ECB_TOP_H
#define AES_ECB_TOP_H
#include
#include "aes_encdec.h"
#include "aes_keygen.h"
#include "aes_lut.h"
SC_MODULE(aes_ecb_top) {
sc_in clk;
www.eeworm.com/read/255779/12056463
h fsb_table.h
#ifndef FSB_TABLE_H
#define FSB_TABLE_H
#include
SC_MODULE(fsb_table) {
sc_in addr;
sc_out dout;
void process_line50();
fsb_
www.eeworm.com/read/255779/12056472
h aes_logic.h
#ifndef AES_LOGIC_H
#define AES_LOGIC_H
#include
SC_MODULE(aes_logic) {
sc_in clk;
sc_in clr_temp;
sc_in din;
sc_in
www.eeworm.com/read/255779/12056488
cpp aes_ecb_top.cpp
#include "aes_ecb_top.h"
#ifdef MTI_SYSTEMC
SC_MODULE_EXPORT(aes_ecb_top);
#endif
void aes_ecb_top::process_line120() {
switch (sel_addr.read()) {
case 0 :
lutsel10.write((sc_uin