代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/174206/5363420
cpp top.cpp
#include "systemc.h"
#include "sc_mslib.h"
#include "key.h"
#include "ctrl.h"
#include "fun.h"
#include "disp.h"
#include "reset.h"
int key::array1[MYMAX] = {1,2,3,4,5 };
int key::array2[MYMAX] = {1
www.eeworm.com/read/165309/5483499
cpp phy_test.cpp
#include "systemc.h"
#include "usb_phy.h"
SC_MODULE(test) {
sc_in clk, usb_rst;
sc_out rst, phy_tx_mode;
sc_in txdp, txdn, txoe;
sc_out rxd, rxdp, rxdn;
sc_out
www.eeworm.com/read/346982/3179042
cpp top.cpp
#include "systemc.h"
#include "sc_mslib.h"
#include "key.h"
#include "ctrl.h"
#include "fun.h"
#include "disp.h"
#include "reset.h"
int key::array1[MYMAX] = {1,2,3,4,5 };
int key::array2[MYMAX] = {1
www.eeworm.com/read/346982/3179050
cpp main.cpp
//By chenxi,all rights reserved
//main.h
#include
#include "nand2.h"
#include "tb.h"
int sc_main(int, char**){
sc_signal a,b,f;
sc_clock clk("Clk",20,SC_NS);
nand2 N2("Nan
www.eeworm.com/read/346982/3179057
cpp main.cpp
//By chenxi,all rights reserved
//main.h
#include
#include "nand2.h"
#include "tb.h"
int sc_main(int, char**){
sc_signal a,b,f;
sc_clock clk("Clk",20,SC_NS);
nand2 N2("Nan
www.eeworm.com/read/411419/2188423
h b.h
#ifndef B_H
#define B_H "$Header: /Users/acg/CVSROOT/systemc-2.2/src/sysc/qt/b.h,v 1.1.1.1 2006/12/15 20:31:38 acg Exp $"
#include "copyright.h"
extern void b_call_reg (int n);
extern void b_call_im
www.eeworm.com/read/147563/12547164
h alu32.h
#include
#include "74181.h"
#include "74182.h"
SC_MODULE(ALU32)
{
sc_in na[32], nb[32], s[4];
sc_in m, c_;
sc_out nf[32];
sc_out np_[2], ng_[2];
www.eeworm.com/read/179399/9358149
cpp fifo_test.cpp
#include "systemc.h"
#include "usb_fifo64x8.h"
SC_MODULE(test) {
sc_in clk;
sc_out rst, clr;
sc_out din;
sc_in dout;
sc_out we, re;
sc_in empty
www.eeworm.com/read/179399/9358171
cpp rx_test.cpp
#include "systemc.h"
#include "usb_rx_phy.h"
SC_MODULE(test) {
sc_in clk;
sc_out rst;
sc_in fs_ce;
sc_out rxd, rxdp, rxdn, RxEn_i;
sc_in DataIn_o;
sc_in
www.eeworm.com/read/179399/9358207
cpp tx_test.cpp
#include "systemc.h"
#include "usb_tx_phy.h"
SC_MODULE(test) {
sc_in clk;
sc_out rst, fs_ce, phy_tx_mode;
sc_in txdp, txdn, txoe;
sc_out DataOut_i;
sc_out Tx