📄 generated.sh
字号:
#!/bin/sh## generated.sh - shell script fragment - not very useful on its own## Machine generated for a CPU named "cpu" as defined in:# d:\GX_SOPC_Dev_Lab\EP2C35\projects\M4\software\std_2c35_syslib\..\..\NiosII_cycloneII_2c35_standard_sopc.ptf## Generated: 2008-11-30 10:25:00.359# 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 where the PTF file for this design is locatedptf=d:\GX_SOPC_Dev_Lab\EP2C35\projects\M4\software\std_2c35_syslib\..\..\NiosII_cycloneII_2c35_standard_sopc.ptf# 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# This variable indicates the CPU module namenios2_cpu_name=cpu# These variables indicate what the System ID peripheral should holdsidp=0x02409848id=74899737utimestamp=1228011046u# Include operating system specific parameters, if they are supplied.if test -f /cygdrive/c/altera/80/nios2eds/components/altera_hal/build/os.sh ; then . /cygdrive/c/altera/80/nios2eds/components/altera_hal/build/os.shfi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -