文章 ID: 000085269 內容類型: 產品資訊與文件 最近查看日期: 2012 年 09 月 11 日

如何透過 Synplify 版本 6 將收款器對映至 I/O 元件 (IOEs)。<i>x 和</i> 更高?

環境

BUILT IN - ARTICLE INTRO SECOND COMPONENT
描述 Altera® 建議在 Quartus 進行 I/O 單元收銀機作業 軟體。然而,您可以在 Synplify 中執行這些作業,並使用 syn_useioff 屬性基於全球或本地基礎。

您可以透過 Synplify 設定工具 SCOPE,或直接在限制檔案中,在最高層級、直接在原始碼中設定 syn_useioff=1 ,來設定這個全球範圍。

表 1。設定syn_useioff=1 全球
程式語言語法
Verilog HDLmodule test (d, clk, q) /*synthesis syn_useioff=1 */;
Vhdlarchitecture rtl of test is
attribute syn_useioff : boolean;
attribute syn_useioff of rtl: architecture is true;
限制檔define_global_attribute syn_useioff 1


表 2。在本機設定syn_useioff=1
程式語言語法
Verilog HDLmodule test (d, clk, q);
input [3:0] d;
input clk;
output [3:0] q /*synthesis syn_useioff=1 */
reg q;
...
Vhdlentity test is
port (d: in std_logic_vector [3 downto 0];
clk: in std_logic;
q : out std_logic_vector[3 downto 0];
attribute syn_useioff : boolean;
attribute syn_useioff of q : signal is true;
end test;
限制檔define_attirbute {p:q[3:0]} syn_useioff 1

相關產品

本文章適用於 1 產品

Intel® 可程式裝置

這個頁面的內容綜合了英文原始內容的人工翻譯譯文與機器翻譯譯文。本內容是基於一般資訊目的,方便您參考而提供,不應視同完整或準確的內容。如果這個頁面的英文版與譯文之間發生任何牴觸,將受英文版規範及管轄。 查看這個頁面的英文版。