ID bài viết: 000085598 Loại nội dung: Thông báo lỗi Lần duyệt cuối: 11/09/2012

Lỗi: thiếu toán toán toán tại _@_ in expressin "_@_/1000.0"

Môi Trường

BUILT IN - ARTICLE INTRO SECOND COMPONENT
Mô tả

Có thể thấy lỗi trong phần mềm Quartus® II phiên bản 10.0 trong quá trình Phân tích & Tổng hợp khi thiết kế của bạn chứa "QDR II và QDR II SRAM Controller với UniPHY" MegaCore, nhắm® mục tiêu thiết bị HardCopy® IV.

Để giải quyết, thay đổi < >_timing.tcl bằng các bước sau:

  1. Xác định vị trí mã sau < tên >_timing.tcl.
    đặt SSN (pushout_o) [expr [get_micro_node_delay -micro SSO -parameters [list IO DQDQSABSOLUTE NONLEVELED MAX] -in_fitter]/1000.0]
    đặt SSN (pullin_o) [expr [get_micro_node_delay -micro SSO -parameters [list IO DQDQSABSOLUTE NONLEVELED MIN] -in_fitter]/-1000.0]
    thiết lập SSN (pushout_i) [expr [get_micro_node_delay -micro SSI -parameters [list IO DQDQSABSOLUTE NONLEVELED MAX] -in_fitter]/1000.0]
    thiết lập SSN (pullin_i) [expr [get_micro_node_delay -micro SSI -parameters [list IO DQDQSABSOLUTE NONLEVELED MIN] -in_fitter]/-1000.0]
    thiết lập SSN (rel_pushout_o) [expr [get_micro_node_delay -micro SSO -parameters [list IO DQDQSRELATIVE NONLEVELED MAX] -in_fitter]/1000.0]
    thiết lập SSN (rel_pullin_o) [expr [get_micro_node_delay -micro SSO -parameters [list IO DQDQSRELATIVE NONLEVELED MIN] -in_fitter]/-1000.0]
    thiết lập SSN (rel_pushout_i) [expr [get_micro_node_delay -micro SSI -parameters [list IO DQDQSRELATIVE NONLEVELED MAX] -in_fitter]/1000.0]
    thiết lập SSN (rel_pullin_i) [expr [get_micro_node_delay -micro SSI -parameters [list IO DQDQSRELATIVE NONLEVELED MIN] -in_fitter]/-1000.0]
  2. Sửa đổi các mã trên như sau:
    nếu { $::TimeQuestInfo(nameofexecutable) eq "quartus_map" } {
    bộ SSN(pushout_o) 0.0
    bộ SSN(pullin_o) 0.0
    bộ SSN(pushout_i) 0.0
    bộ SSN (pullin_i) 0.0
    bộ SSN(rel_pushout_o) 0.0
    bộ SSN(rel_pullin_o) 0.0
    bộ SSN(rel_pushout_i) 0.0
    bộ SSN(rel_pullin_i) 0.0
    } khác {
    đặt SSN (pushout_o) [expr [get_micro_node_delay -micro SSO -parameters [list IO DQDQSABSOLUTE NONLEVELED MAX] -in_fitter]/1000.0]
    đặt SSN (pullin_o) [expr [get_micro_node_delay -micro SSO -parameters [list IO DQDQSABSOLUTE NONLEVELED MIN] -in_fitter]/-1000.0]
    thiết lập SSN (pushout_i) [expr [get_micro_node_delay -micro SSI -parameters [list IO DQDQSABSOLUTE NONLEVELED MAX] -in_fitter]/1000.0]
    thiết lập SSN (pullin_i) [expr [get_micro_node_delay -micro SSI -parameters [list IO DQDQSABSOLUTE NONLEVELED MIN] -in_fitter]/-1000.0]
    thiết lập SSN (rel_pushout_o) [expr [get_micro_node_delay -micro SSO -parameters [list IO DQDQSRELATIVE NONLEVELED MAX] -in_fitter]/1000.0]
    thiết lập SSN (rel_pullin_o) [expr [get_micro_node_delay -micro SSO -parameters [list IO DQDQSRELATIVE NONLEVELED MIN] -in_fitter]/-1000.0]
    thiết lập SSN (rel_pushout_i) [expr [get_micro_node_delay -micro SSI -parameters [list IO DQDQSRELATIVE NONLEVELED MAX] -in_fitter]/1000.0]
    thiết lập SSN (rel_pullin_i) [expr [get_micro_node_delay -micro SSI -parameters [list IO DQDQSRELATIVE NONLEVELED MIN] -in_fitter]/-1000.0]
    }

Vấn đề này đã được khắc phục trong phần mềm Quartus II phiên bản 10.0SP1.

Các sản phẩm liên quan

Bài viết này áp dụng cho 3 sản phẩm

Thiết bị ASIC HardCopy™ IV GX
Thiết bị ASIC HardCopy™ IV E
Thiết bị có thể lập trình Intel®

Nội dung gốc bằng tiếng Anh trên trang này vừa do con người vừa do máy dịch. Nội dung này chỉ để cung cấp thông tin chung và giúp quý vị thuận tiện. Quý vị không nên tin đây là thông tin hoàn chỉnh hoặc chính xác. Nếu có bất kỳ mâu thuẫn nào giữa bản tiếng Anh và bản dịch của trang này, thì bản tiếng Anh sẽ chi phối và kiểm soát. Xem phiên bản tiếng Anh của trang này.