代码搜索:SystemC
找到约 1,802 项符合「SystemC」的源代码
代码结果 1,802
www.eeworm.com/read/163678/10150206
cpp ea_heartbeat.cpp
//BEGIN ea_heartbeat.cpp (systemc)
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See ea_heartbeat.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/163678/10150299
cpp ea_heartbeat.cpp
//BEGIN ea_heartbeat.cpp (systemc)
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See ea_heartbeat.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/163678/10150841
cpp ea_heartbeat.cpp
//BEGIN ea_heartbeat.cpp (systemc)
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See ea_heartbeat.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/141708/5769194
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/141708/5769198
vcd nand2.vcd
$date
Sep 27, 2003 20:08:58
$end
$version
SystemC 2.0.1 --- May 27 2003 18:34:09
$end
$timescale
1 ps
$end
$scope module SystemC $end
$var wire 1 aaa
www.eeworm.com/read/141708/5769263
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/293914/8264133
makefile
SHELL=/bin/sh
######################################################
# #
# SYSTEMC_DIR = directory where SystemC is installed #
#
www.eeworm.com/read/284171/8957396
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/284171/8957403
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/284171/8957716
scr cocentric.scr
echo
echo --- File add.cpp
echo
compile_systemc -rtl -cpp_options " -I. -DVERILOG -DNCACHE" -rtl_format Verilog add.cpp
if( dc_shell_status == 0 ) { exit 1; } else { echo OK; }
echo
echo --- File alu