?? add_wave.do
字號:
# ******************************************************************* #
# Copyright (c) 1999-2001 Evatronix SA
# ******************************************************************* #
# Please review the terms of the license agreement before using
# this file. If you are not an authorized user, please destroy this
# source code file and notify Evatronix SA immediately that you
# inadvertently received an unauthorized copy.
# ******************************************************************* #
# ------------------------------------------------------------------- #
# Project name : C8051
# Project description : C8051 Microcontroller Unit#
# File name : ADD_WAVE.DO
# File contents : Sample macro for ALDEC ActiveVHDL
# Purpose : C8051 core functional simulation
# Design Engineer : D.K.
# Quality Engineer : M.B.
# Test version : 3.01
# Last modification : 2001-10-01
# ------------------------------------------------------------------- #
transcript on
# ------------------------------------------------------------------- #
# Simulating project
# ------------------------------------------------------------------- #
@transcript off
vsim -t ns -lib C8051_LIB TYPICAL_C8051_EXTRAM_EXTROM
transcript on
# ------------------------------------------------------------------- #
# Adding signals to the 'Wave' window
# ------------------------------------------------------------------- #
@transcript off
wave -logic /u_chip_C8051/u_C8051/clk
wave -logic /u_chip_C8051/u_C8051/reset
wave -logic /u_chip_C8051/u_C8051/ea
wave -literal /u_chip_C8051/u_C8051/p0i
wave -literal /u_chip_C8051/u_C8051/p1i
wave -literal /u_chip_C8051/u_C8051/p2i
wave -literal /u_chip_C8051/u_C8051/p3i
wave -literal /u_chip_C8051/u_C8051/p0o
wave -literal /u_chip_C8051/u_C8051/p1o
wave -literal /u_chip_C8051/u_C8051/p2o
wave -literal /u_chip_C8051/u_C8051/p3o
wave -logic /u_chip_C8051/u_C8051/ale
wave -logic /u_chip_C8051/u_C8051/psen
wave -literal /u_chip_C8051/u_C8051/ramdatai
wave -literal /u_chip_C8051/u_C8051/ramdatao
wave -literal /u_chip_C8051/u_C8051/ramaddr
wave -logic /u_chip_C8051/u_C8051/ramwe
wave -logic /u_chip_C8051/u_C8051/ramoe
wave -literal /u_chip_C8051/u_C8051/sfrdatai
wave -literal /u_chip_C8051/u_C8051/sfrdatao
wave -literal /u_chip_C8051/u_C8051/sfraddr
wave -logic /u_chip_C8051/u_C8051/sfrwe
wave -logic /u_chip_C8051/u_C8051/sfroe
wave -logic /u_chip_c8051/u_c8051/debugreq
wave -logic /u_chip_c8051/u_c8051/debugstep
wave -logic /u_chip_c8051/u_c8051/debugprog
wave -logic /u_chip_c8051/u_c8051/debugack
wave -logic /u_chip_c8051/u_c8051/flush
wave -logic /u_chip_c8051/u_c8051/fetch
wave -logic /u_chip_c8051/u_c8051/acc
transcript on
# ------------------------------------------------------------------- #
# Adding signals to the 'List' window
# ------------------------------------------------------------------- #
@transcript off
list -width 40 /reset
list -width 40 /ale
list -width 40 /psen
list -width 40 /ea
list -width 80 /p0
list -width 80 /p1
list -width 80 /p2
list -width 80 /p3
transcript on
# ******************************************************************* #
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -