transcript
来自「此代码可用modelsim进行仿真」· 代码 · 共 67 行
TXT
67 行
# Reading C:/Modeltech_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 "E:/CISC 8bit MCU design/code/test1/test1.mpf"
# Loading project test1
vsim -hazards -t ps work.test1_cpu
# vsim -hazards -t ps work.test1_cpu
# Loading work.test1_cpu
# Loading work.clock
# Loading work.stack
# Loading work.pc
# Loading work.ir
# Loading work.encode
# Loading work.sel_tmp2
# Loading work.w
# Loading work.alu
# Loading work.ram_sel_wdrd
# Compile of alu.v was successful.
# Compile of clock.v was successful.
# Compile of encode.v was successful.
# Compile of ir.v was successful.
# Compile of pc.v was successful.
# Compile of ram_sel_wdrd.v was successful.
# Compile of sel_tmp2.v was successful.
# Compile of stack.v was successful.
# Compile of test1_cpu.v was successful.
# Compile of w.v was successful.
# 10 compiles, 0 failed with no errors.
vsim -hazards -t ps work.test1_cpu
# vsim -hazards -t ps work.test1_cpu
# Loading work.test1_cpu
# Loading work.clock
# Loading work.stack
# Loading work.pc
# Loading work.ir
# Loading work.encode
# Loading work.sel_tmp2
# Loading work.w
# Loading work.alu
# Loading work.ram_sel_wdrd
add wave sim:/test1_cpu/*
# ** Warning: (vsim-WLF-5000) Log file vsim.wlf currently in use.
# File in use by: jie Hostname: JIE ProcessID: 4060
# Attempting to use alternate file "C:\DOCUME~1\jie\LOCALS~1\Temp\wlft108".
# ** Warning: (vsim-WLF-5001) Could not open log file vsim.wlf. Using C:\DOCUME~1\jie\LOCALS~1\Temp\wlft108 instead.
run -all
# Break at E:/CISC 8bit MCU design/code/test1/test1_cpu.v line 93
# Compile of alu.v was successful.
# Compile of clock.v was successful.
# Compile of encode.v was successful.
# Compile of ir.v was successful.
# Compile of pc.v was successful.
# Compile of ram_sel_wdrd.v was successful.
# Compile of sel_tmp2.v was successful.
# Compile of stack.v was successful.
# Compile of test1_cpu.v was successful.
# Compile of w.v was successful.
# 10 compiles, 0 failed with no errors.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?