代码搜索:Sim
找到约 10,000 项符合「Sim」的源代码
代码结果 10,000
www.eeworm.com/read/268264/4254677
run_sim
#!/bin/csh -f
set current_par = 0
set output_waveform = 0
while ( $current_par < $# )
@ current_par = $current_par + 1
case wave:
@ output_waveform = 1
breaksw
default:
www.eeworm.com/read/444483/1732678
ini sim.ini
PORT2 &= ~0x0C000000; // BOOT1..0 = 0
PORT2 |= 0x08000000; // BOOT1..0 = 2 (External 32-bit Memory)
RESET
www.eeworm.com/read/444483/1732954
ini sim.ini
PORT2 &= ~0x0C000000; // BOOT1..0 = 0
PORT2 |= 0x08000000; // BOOT1..0 = 2 (External 32-bit Memory)
RESET
www.eeworm.com/read/443828/1737762
h sim.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/443386/1741808
sim_defconfig
#
# Automatically generated make config: don't edit
#
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
# CONFIG_CLEAN_COMPILE is not set
# CONFIG_STANDALONE is not set
CONFIG_BROKEN=y
CONFIG_B
www.eeworm.com/read/443386/1742116
ld sim.ld
/* Linker script for the gdb v850e simulator (CONFIG_V850E_SIM). */
MEMORY {
/* Interrupt vectors. */
INTV : ORIGIN = 0x0, LENGTH = 0xe0
/* Main RAM. */
RAM : ORIGIN = RAM_ADDR, LENGTH = RA
www.eeworm.com/read/443386/1742124
c sim.c
/*
* arch/v850/kernel/sim.c -- Machine-specific stuff for GDB v850e simulator
*
* Copyright (C) 2001,02 NEC Corporation
* Copyright (C) 2001,02 Miles Bader
*
* This file is s
www.eeworm.com/read/441370/1771630
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/441367/1771900
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