代码搜索:Sim
找到约 10,000 项符合「Sim」的源代码
代码结果 10,000
www.eeworm.com/read/441367/1771926
mod sim.mod
if test -d work
then
echo work is ready
else
vlib work
echo work is created
fi
vlog -f vlog-rtl.list
if test $? -ne 0
then
echo compiling err occured...
exit 1
fi
if [ $1 = runall ]
then
vsim
www.eeworm.com/read/435699/1862411
c sim.c
/*ident "@(#)cls4:lib/task/task/sim.c 1.1" */
/*******************************************************************************
C++ source for the C++ Language System, Release 3.0. This product
is a
www.eeworm.com/read/426585/1989046
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/424144/2019096
h sim.h
/*
*********************************************************************************************************
* uC/GUI V3.98
* Univ
www.eeworm.com/read/422638/2035607
h sim.h
#ifndef __SIM_H__
#define __SIM_H__
A_INT32 PCIsimInitCmd(A_INT32);
A_INT32 PCIsimGetIdsel(A_UINT32 *, A_UINT32 *);
A_INT32 PCIsimConfigReadB(A_UINT32 id_select,A_UINT32 address, A_UINT8 *data);
www.eeworm.com/read/419387/2078677
exp sim.exp
# Test Framework Driver for GDB driving a builtin simulator
# Copyright 1994, 1997, 1998 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it
www.eeworm.com/read/418017/2093903
exp sim.exp
# Test Framework Driver for GDB driving a builtin simulator
# Copyright 1994, 1997, 1998 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it
www.eeworm.com/read/411640/2185631
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/410728/2201957
c sim-if.c
// OBSOLETE /* Main simulator entry points specific to the FR30.
// OBSOLETE Copyright (C) 1998, 1999 Free Software Foundation, Inc.
// OBSOLETE Contributed by Cygnus Solutions.
// OBSOLETE
//