📄 compile.mti
字号:
#!/bin/csh -f#----------------------------------------------------------------------## Copyright (c) 2002-2003 CAST, inc.## 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 CAST immediately that you inadvertently received# an unauthorized copy.#----------------------------------------------------------------------## Project : H16550## Description : H16550 UART with FIFO## File : compile.mti## Purpose : Compile script for MTI ModelSim## Designer : JS## QA Engineer : JH## Creation Date : 29-January-2002## Last Update : 11-April-2002## Version : 2.0##----------------------------------------------------------------------/bin/rm -rf work h16550_lib log*vlib h16550_libvmap h16550_lib h16550_lib#vlog -work h16550_lib ../src/h16550_params.vvlog -work h16550_lib +incdir+../src ../src/baudgen.vvlog -work h16550_lib +incdir+../src ../src/uart_fifo.vvlog -work h16550_lib +incdir+../src ../src/fifoctrl.vvlog -work h16550_lib +incdir+../src ../src/intcontrol.vvlog -work h16550_lib +incdir+../src ../src/rwcontrol.v#vlog -work h16550_lib +incdir+../src +defince+FIFOREG ../src/uart_reg.vvlog -work h16550_lib +incdir+../src ../src/uart_reg.vvlog -work h16550_lib +incdir+../src ../src/rxblock.vvlog -work h16550_lib +incdir+../src ../src/txblock.vvlog -work h16550_lib +incdir+../src ../src/h16550.vvlog -work h16550_lib +incdir+../src ../src/h16550w.vvlib workvlog ../tb/h16550tb1.vvsim -L h16550_lib h16550tb -c -do "run 2500 us ; quit -f" > log1vlog ../tb/h16550tb2.vvsim -L h16550_lib h16550tb -c -do "run 1950 us ; quit -f" > log2vlog ../tb/h16550tb3.vvsim -L h16550_lib h16550tb -c -do "run 700 us ; quit -f" > log3vlog ../tb/h16550tb4.vvsim -L h16550_lib h16550tb -c -do "run 2000 us ; quit -f" > log4vlog ../tb/h16550tb5.vvsim -L h16550_lib h16550tb -c -do "run 15100 us ; quit -f" > log5vlog ../tb/h16550tb6.vvsim -L h16550_lib h16550tb -c -do "run 750 us ; quit -f" > log6vlog ../tb/h16550tb7.vvsim -L h16550_lib h16550tb -c -do "run 200 us ; quit -f" > log7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -