transcript

来自「用VHDL设计具有简单MIPS功能的源码」· 代码 · 共 36 行

TXT
36
字号
# Reading D:/tool/ModelSim_SE_6.1b/tcl/vsim/pref.tcl 
# //  ModelSim SE 6.1b Sep  8 2005 
# //
# //  Copyright Mentor Graphics Corporation 2005
# //              All Rights Reserved.
# //
# //  THIS WORK CONTAINS TRADE SECRET AND 
# //  PROPRIETARY INFORMATION WHICH IS THE PROPERTY
# //  OF MENTOR GRAPHICS CORPORATION OR ITS LICENSORS
# //  AND IS SUBJECT TO LICENSE TERMS.
# //
#  OpenFile "C:/Documents and Settings/wf/Lb/MIPS/MIPS/alu.v" 
# Modified modelsim.ini
# File does not exist: C:/Documents and Settings/wf/桌面/MIPS/MIPS/alu.v
vlog -reportprogress 300 -work work {C:/Documents and Settings/wf/桌面/MIPS/MIPS/alu.v}
# ** Note: (vlog-1901) OptionFile "C:/Documents and Settings/wf/妗岄潰/MIPS/MIPS/vlog.opt" not found. Ignored.
# Model Technology ModelSim SE vlog 6.1b Compiler 2005.09 Sep  8 2005
# ** Error: (vlog-7) Failed to open design unit file "C:/Documents and Settings/wf/×à??/MIPS/MIPS/alu.v" in read mode.
# Invalid argument. (errno = EINVAL)
vlog -reportprogress 300 -work work {C:/Documents and Settings/wf/桌面/MIPS/MIPS/alu.v}
# ** Note: (vlog-1901) OptionFile "C:/Documents and Settings/wf/妗岄潰/MIPS/MIPS/vlog.opt" not found. Ignored.
# Model Technology ModelSim SE vlog 6.1b Compiler 2005.09 Sep  8 2005
# ** Error: (vlog-7) Failed to open design unit file "C:/Documents and Settings/wf/×à??/MIPS/MIPS/alu.v" in read mode.
# Invalid argument. (errno = EINVAL)
vlog -reportprogress 300 -work work {C:/Documents and Settings/wf/桌面/MIPS/MIPS/testmem.v}
# ** Note: (vlog-1901) OptionFile "C:/Documents and Settings/wf/妗岄潰/MIPS/MIPS/vlog.opt" not found. Ignored.
# Model Technology ModelSim SE vlog 6.1b Compiler 2005.09 Sep  8 2005
# ** Error: (vlog-7) Failed to open design unit file "C:/Documents and Settings/wf/×à??/MIPS/MIPS/testmem.v" in read mode.
# Invalid argument. (errno = EINVAL)
vlog -reportprogress 300 -work work {C:/Documents and Settings/wf/桌面/MIPS/MIPS/testmem.v}
# ** Note: (vlog-1901) OptionFile "C:/Documents and Settings/wf/妗岄潰/MIPS/MIPS/vlog.opt" not found. Ignored.
# Model Technology ModelSim SE vlog 6.1b Compiler 2005.09 Sep  8 2005
# ** Error: (vlog-7) Failed to open design unit file "C:/Documents and Settings/wf/×à??/MIPS/MIPS/testmem.v" in read mode.
# Invalid argument. (errno = EINVAL)
# Load canceled

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?