generated.sh
来自「ED2开发板功能和结构简介,如何使用ED2开发板」· Shell 代码 · 共 36 行
SH
36 行
#!/bin/sh## generated.sh - shell script fragment - not very useful on its own## Machine generated for a CPU named "cpu_0" as defined in:# E:\DE2\DE2_demonstrations\DE2_NET\nios_0.ptf## Generated: 2006-07-26 10:10:40.765# DO NOT MODIFY THIS FILE## Changing this file will have subtle consequences# which will almost certainly lead to a nonfunctioning# system. If you do modify this file, be aware that your# changes will be overwritten and lost when this file# is generated again.## DO NOT MODIFY THIS FILE# This variable indicates whether there is a CPU debug corenios2_debug_core=yes# This variable indicates how to connect to the CPU debug corenios2_instance=0# These variables indicate what the System ID peripheral should holdsidp=0x00900020id=2121526698utimestamp=1127354433u# Include operating system specific parameters, if they are supplied.if test -f /cygdrive/d/alter/nios/components/micrium_uc_osii/build/os.sh ; then . /cygdrive/d/alter/nios/components/micrium_uc_osii/build/os.shfi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?