Altera Home Page
文档资料 许可
在线购买 下载

  主页   |   产品   |   支持   |   最终市场   |   技术中心   |   教育与活动   |   公司介绍   |   在线购买  
  mySupport   |   器件   |   软件   |   IP   |   设计范例   |   参考设计  

 产品
      MAX/MAX II
      Stratix/Stratix GX
      Nios II
  
 功能
      算法
      存储器
      总线及I/O
      逻辑
      接口与外设
      DSP
      通信
      PLL & Clocking
  
 设计输入方法
      Quartus II软件工程
      Tcl
      VHDL
      Verilog HDL
      C Code 范例
      DSP Builder
      TimeQuest
   片内调试
  
 仿真工具
      Mentor Graphics ModelSim
      Cadence NCsim
      Synopsys VCS
  
 旧范例
      图形编辑器
      AHDL
  

Tcl Script: I/O Assignment Tcl Script Example

This Tcl script example opens the project counter.quartus, adds I/O cell assignments to the project, and compiles the design.

Perform the following steps to run the Tcl script:

  1. Download the design files (counter2.exe), which includes this Tcl script.

    Note: The Tcl script will not work without these design files.
  2. Open the QuartusTM software.
  3. Choose Auxiliary Windows then the Tcl/Tk Console (View menu) to open Tcl console.
  4. Change to the directory where assignio.tcl and design files are located using the cd <workdir> command. For example, c:/quartus/designs/counter2.
  5. Run the Tcl script using the source assignio.tcl command.

I/O Assignment Script

# opens the project
project open counter

# sets the compilation focus
project set_active_cmp counter

# adds device assignments
cmp add_assignment "" "" "" FAMILY APEX20KE
cmp add_assignment counter "" "" DEVICE EP20K100ETC144-1

# adds pin assignments
cmp add_assignment counter "" |clk LOCATION Pin_95
cmp add_assignment counter "" |aclr LOCATION Pin_127
cmp add_assignment counter "" |cout LOCATION Pin_104
cmp add_assignment counter "" |q\[0\] LOCATION Pin_109
cmp add_assignment counter "" |q\[1\] LOCATION Pin_110
cmp add_assignment counter "" |q\[2\] LOCATION Pin_111
cmp add_assignment counter "" |q\[3\] LOCATION Pin_112

# adds an IO standards for input/output ports
cmp add_assignment counter "" "" DEVICE_IO_STANDARD LVCMOS
cmp add_assignment counter "" |cout IO_STANDARD CTT

# adds a vref pin for the CTT IO standard
cmp add_assignment counter "" vref LOCATION Pin_8
cmp add_assignment counter "" vref RESERVE_PIN "AS VREF"
cmp add_assignment counter "" vref IO_STANDARD CTT

# starts compilation and print out messages
cmp start

Design Examples Disclaimer

These design examples may only be used within Altera Corporation devices and remain the property of Altera. They are being provided on an “as-is” basis and as an accommodation; therefore, all warranties, representations, or guarantees of any kind (whether express, implied, or statutory) including, without limitation, warranties of merchantability, non-infringement, or fitness for a particular purpose, are specifically disclaimed. Altera expressly does not recommend, suggest, or require that these examples be used in combination with any other product not provided by Altera.

  请填写反馈意见