資料介紹
1. INSTANTIATING LPM in VHDL
To promote LPM usage in VHDL design community, this section describes the syntax for
instantiating LPM in VHDL design file.
1.1 COMPONENT DECLARATION
To instantiate component in VHDL design file, the component has to be declared before use. The
component declaration of LPM modules is defined in the LPM package file in Support Files
section later in this document. In declaring the LPM module, the component should be “fully
described”. Which includes all the optional ports, parameters. Once defined, any number of these
“fully described components” can be instantiated within the VHDL design. For example,
LPM_MULT is declared as the follow:
component LPM_MULT
generic (LPM_WIDTHA : positive;
LPM_WIDTHB : positive;
LPM_WIDTHS : positive;
LPM_WIDTHP : positive;
LPM_REPRESENTATION : string := “UNSIGNED”;
LPM_PIPELINE : integer := 0;
LPM_TYPE: string := L_MULT;
LPM_HINT : string := UNUSED);
port (DATAA : in std_logic_vector(LPM_WIDTHA-1 downto 0);
DATAB : in std_logic_vector(LPM_WIDTHB-1 downto 0);
ACLR : in std_logic := ‘0’;
CLOCK : in std_logic := ‘0’;
CLKEN : in std_logic := ‘0’;
SUM: in std_logic_vector(LPM_WIDTHS-1 downto 0) := (OTHERS => '0');
RESULT : out std_logic_vector(LPM_WIDTHP-1 downto 0));end component;
To promote LPM usage in VHDL design community, this section describes the syntax for
instantiating LPM in VHDL design file.
1.1 COMPONENT DECLARATION
To instantiate component in VHDL design file, the component has to be declared before use. The
component declaration of LPM modules is defined in the LPM package file in Support Files
section later in this document. In declaring the LPM module, the component should be “fully
described”. Which includes all the optional ports, parameters. Once defined, any number of these
“fully described components” can be instantiated within the VHDL design. For example,
LPM_MULT is declared as the follow:
component LPM_MULT
generic (LPM_WIDTHA : positive;
LPM_WIDTHB : positive;
LPM_WIDTHS : positive;
LPM_WIDTHP : positive;
LPM_REPRESENTATION : string := “UNSIGNED”;
LPM_PIPELINE : integer := 0;
LPM_TYPE: string := L_MULT;
LPM_HINT : string := UNUSED);
port (DATAA : in std_logic_vector(LPM_WIDTHA-1 downto 0);
DATAB : in std_logic_vector(LPM_WIDTHB-1 downto 0);
ACLR : in std_logic := ‘0’;
CLOCK : in std_logic := ‘0’;
CLKEN : in std_logic := ‘0’;
SUM: in std_logic_vector(LPM_WIDTHS-1 downto 0) := (OTHERS => '0');
RESULT : out std_logic_vector(LPM_WIDTHP-1 downto 0));end component;
下載該資料的人也在下載
下載該資料的人還在閱讀
更多 >
- 基于VHDL語言中數字鐘的整點報時源代碼下載 2次下載
- FPGA中LPM_ROM設計快速實現
- VHDL語言的詳細講解學習課件免費下載 17次下載
- VHDL最經典的參考指南資料免費下載 31次下載
- VHDL的參考手冊免費下載 32次下載
- VHDL測試平臺編寫綜述 19次下載
- 使用FPGA實現LPM ROM創建的教程說明 16次下載
- 最全面的VHDL例程源碼資料下載 114次下載
- PLD Programming Using VHDL 0次下載
- 基于FPGA LPM多功能信號發生器設計 83次下載
- 基于LPM的高速FIFO的設計
- LPM Quick Reference Guide
- LPM(參數化)庫介紹-MaxplusII使用技巧 0次下載
- How to use LPM within VHDL Ent
- 如何用正確的使用VHDL描述三態電路
- Verilog到VHDL轉換的經驗與技巧總結 1563次閱讀
- 例說Verilog HDL和VHDL區別 2109次閱讀
- 如何在VHDL中解決綜合工具使用轉化問題 2453次閱讀
- Verilog HDL和VHDL的區別 1.3w次閱讀
- VHDL語言編程用什么編譯軟件_需要看哪方面的書籍 3.2w次閱讀
- C到VHDL的編譯器設計與實現詳解 4422次閱讀
- vhdl和verilog的區別_vhdl和verilog哪個好? 12.3w次閱讀
- 基于vhdl蜂鳴器程序設計詳解 2.1w次閱讀
- 基于VHDL的電子計時器的設計方法詳解 2.4w次閱讀
- vhdl數碼管中的倒計時程序介紹 8151次閱讀
- vhdl按鍵控制數碼管顯示 1.7w次閱讀
- 8位移位寄存器vhdl代碼 1.6w次閱讀
- Verilog/VHDL語法學習是掌握基本代碼設計的技能以及經驗總結 7112次閱讀
- 我對VHDL的延時理解 4007次閱讀
- 基于VHDL的交通燈控制器設計 5907次閱讀
下載排行
本周
- 1電子電路原理第七版PDF電子教材免費下載
- 0.00 MB | 1491次下載 | 免費
- 2單片機典型實例介紹
- 18.19 MB | 95次下載 | 1 積分
- 3S7-200PLC編程實例詳細資料
- 1.17 MB | 27次下載 | 1 積分
- 4筆記本電腦主板的元件識別和講解說明
- 4.28 MB | 18次下載 | 4 積分
- 5開關電源原理及各功能電路詳解
- 0.38 MB | 11次下載 | 免費
- 6100W短波放大電路圖
- 0.05 MB | 4次下載 | 3 積分
- 7基于單片機和 SG3525的程控開關電源設計
- 0.23 MB | 4次下載 | 免費
- 8基于AT89C2051/4051單片機編程器的實驗
- 0.11 MB | 4次下載 | 免費
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費
- 2PADS 9.0 2009最新版 -下載
- 0.00 MB | 66304次下載 | 免費
- 3protel99下載protel99軟件下載(中文版)
- 0.00 MB | 51209次下載 | 免費
- 4LabView 8.0 專業版下載 (3CD完整版)
- 0.00 MB | 51043次下載 | 免費
- 5555集成電路應用800例(新編版)
- 0.00 MB | 33562次下載 | 免費
- 6接口電路圖大全
- 未知 | 30320次下載 | 免費
- 7Multisim 10下載Multisim 10 中文版
- 0.00 MB | 28588次下載 | 免費
- 8開關電源設計實例指南
- 未知 | 21539次下載 | 免費
總榜
- 1matlab軟件下載入口
- 未知 | 935053次下載 | 免費
- 2protel99se軟件下載(可英文版轉中文版)
- 78.1 MB | 537793次下載 | 免費
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420026次下載 | 免費
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費
- 5Altium DXP2002下載入口
- 未知 | 233046次下載 | 免費
- 6電路仿真軟件multisim 10.0免費下載
- 340992 | 191183次下載 | 免費
- 7十天學會AVR單片機與C語言視頻教程 下載
- 158M | 183277次下載 | 免費
- 8proe5.0野火版下載(中文版免費下載)
- 未知 | 138039次下載 | 免費
評論
查看更多