project_vsim.do
来自「arm9_fpga2_verilog是一个可以综合的用verilog写的arm9」· DO 代码 · 共 43 行
DO
43 行
---------------------------------------------------------------------------- Copyright (C) 1998-1999, Annapolis Micro Systems, Inc.-- All Rights Reserved.------------------------------------------------------------------------------------------------------------------------------------------------------ Model Technology ModelSim(tm) Simulation Macro File---- Follow the itemized instructions below in order to customize-- the STARFIRE(tm) simulation model simulation script to meet-- your application needs.---- To execute this macro file from the ModelSim(tm) VHDL simulator:---- Using the "File->Execute Macro" menu option select this -- file in the browser window and click on "Open".------------------------------------------------------------------------------------------------------------------------------------------------------ 1. Change the PROJECT_BASE variable to your project directory:--------------------------------------------------------------------------set PROJECT_BASE ./# Do not change this linecd $PROJECT_BASE---------------------------------------------------------------------------- 2. Change the name of the configuration to match your design (make-- sure you use all lower case letters, regardless of actual -- configuration name):--------------------------------------------------------------------------vsim -t ps system_config
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?