代码搜索:Sim
找到约 10,000 项符合「Sim」的源代码
代码结果 10,000
www.eeworm.com/read/178760/5313871
cc sim.cc
/*
* Simulator of microcontrollers (sim.cc)
*
* Copyright (C) 1999,99 Drotos Daniel, Talker Bt.
*
* To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
*
*/
/* This file is part
www.eeworm.com/read/172252/5388865
run_sim
#!/bin/csh -f
set arg_num = $#argv; # number of arguments
if ($arg_num < 1) then
echo " "
echo "Missing required ATS argument:"
echo " '-r' for regression"
echo " "
exit
endif
www.eeworm.com/read/169681/5415623
cdf sim.cdf
/* sim.cdf - simulator solaris specific components */
/* Copyright 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,22apr02,jmp fixed INCLUDE_DOS_DISK init routine.
www.eeworm.com/read/169681/5415627
cdf sim.cdf
/* sim.cdf - simulator windows specific components */
/* Copyright 1998-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03may02,jmp removed dummy INCLUDE_HW_FP tha
www.eeworm.com/read/169681/5415630
cdf sim.cdf
/* sim.cdf - simulator windows specific components */
/* Copyright 1998-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03may02,jmp removed dummy INCLUDE_HW_FP tha
www.eeworm.com/read/346855/3180339
ini sim.ini
/******************************************************************************/
/* SIM.INI: Simulator Initialization File */
/***********************************
www.eeworm.com/read/345495/3199127
nc sim.nc
if test -d worknc
then
echo worknc is ready
else
mkdir worknc
echo worknc is created
fi
ncvlog -f vlog.list -logfile ../log/ncvlog.log
if test $? -ne 0
then
echo compiling err occured...
exit 1
fi
www.eeworm.com/read/345495/3199168
mod sim.mod
if test -d work
then
echo work is ready
else
vlib work
echo work is created
fi
vlog -f vlog-$1.list
if test $? -ne 0
then
echo compiling err occured...
exit 1
fi
if [ $1 = rtl ]
then
vsim tb_t
www.eeworm.com/read/344017/3212807
h sim.h
#ifndef SIM_H
#define SIM_H
#include
#include
#include
#include
#include
#include
#include
#include "bfd.h"
#includ