資料介紹
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語言中數(shù)字鐘的整點(diǎn)報(bào)時(shí)源代碼下載 2次下載
- FPGA中LPM_ROM設(shè)計(jì)快速實(shí)現(xiàn)
- VHDL語言的詳細(xì)講解學(xué)習(xí)課件免費(fèi)下載 17次下載
- VHDL最經(jīng)典的參考指南資料免費(fèi)下載 31次下載
- VHDL的參考手冊免費(fèi)下載 32次下載
- VHDL測試平臺編寫綜述 19次下載
- 使用FPGA實(shí)現(xiàn)LPM ROM創(chuàng)建的教程說明 16次下載
- 最全面的VHDL例程源碼資料下載 114次下載
- PLD Programming Using VHDL 0次下載
- 基于FPGA LPM多功能信號發(fā)生器設(shè)計(jì) 83次下載
- 基于LPM的高速FIFO的設(shè)計(jì)
- LPM Quick Reference Guide
- LPM(參數(shù)化)庫介紹-MaxplusII使用技巧 0次下載
- How to use LPM within VHDL Ent
- 如何用正確的使用VHDL描述三態(tài)電路
- Verilog到VHDL轉(zhuǎn)換的經(jīng)驗(yàn)與技巧總結(jié) 1563次閱讀
- 例說Verilog HDL和VHDL區(qū)別 2109次閱讀
- 如何在VHDL中解決綜合工具使用轉(zhuǎn)化問題 2453次閱讀
- Verilog HDL和VHDL的區(qū)別 1.3w次閱讀
- VHDL語言編程用什么編譯軟件_需要看哪方面的書籍 3.2w次閱讀
- C到VHDL的編譯器設(shè)計(jì)與實(shí)現(xiàn)詳解 4422次閱讀
- vhdl和verilog的區(qū)別_vhdl和verilog哪個(gè)好? 12.3w次閱讀
- 基于vhdl蜂鳴器程序設(shè)計(jì)詳解 2.1w次閱讀
- 基于VHDL的電子計(jì)時(shí)器的設(shè)計(jì)方法詳解 2.4w次閱讀
- vhdl數(shù)碼管中的倒計(jì)時(shí)程序介紹 8151次閱讀
- vhdl按鍵控制數(shù)碼管顯示 1.7w次閱讀
- 8位移位寄存器vhdl代碼 1.6w次閱讀
- Verilog/VHDL語法學(xué)習(xí)是掌握基本代碼設(shè)計(jì)的技能以及經(jīng)驗(yàn)總結(jié) 7112次閱讀
- 我對VHDL的延時(shí)理解 4007次閱讀
- 基于VHDL的交通燈控制器設(shè)計(jì) 5907次閱讀
下載排行
本周
- 1電子電路原理第七版PDF電子教材免費(fèi)下載
- 0.00 MB | 1491次下載 | 免費(fèi)
- 2單片機(jī)典型實(shí)例介紹
- 18.19 MB | 95次下載 | 1 積分
- 3S7-200PLC編程實(shí)例詳細(xì)資料
- 1.17 MB | 27次下載 | 1 積分
- 4筆記本電腦主板的元件識別和講解說明
- 4.28 MB | 18次下載 | 4 積分
- 5開關(guān)電源原理及各功能電路詳解
- 0.38 MB | 11次下載 | 免費(fèi)
- 6100W短波放大電路圖
- 0.05 MB | 4次下載 | 3 積分
- 7基于單片機(jī)和 SG3525的程控開關(guān)電源設(shè)計(jì)
- 0.23 MB | 4次下載 | 免費(fèi)
- 8基于AT89C2051/4051單片機(jī)編程器的實(shí)驗(yàn)
- 0.11 MB | 4次下載 | 免費(fèi)
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 2PADS 9.0 2009最新版 -下載
- 0.00 MB | 66304次下載 | 免費(fèi)
- 3protel99下載protel99軟件下載(中文版)
- 0.00 MB | 51209次下載 | 免費(fèi)
- 4LabView 8.0 專業(yè)版下載 (3CD完整版)
- 0.00 MB | 51043次下載 | 免費(fèi)
- 5555集成電路應(yīng)用800例(新編版)
- 0.00 MB | 33562次下載 | 免費(fèi)
- 6接口電路圖大全
- 未知 | 30320次下載 | 免費(fèi)
- 7Multisim 10下載Multisim 10 中文版
- 0.00 MB | 28588次下載 | 免費(fèi)
- 8開關(guān)電源設(shè)計(jì)實(shí)例指南
- 未知 | 21539次下載 | 免費(fèi)
總榜
- 1matlab軟件下載入口
- 未知 | 935053次下載 | 免費(fèi)
- 2protel99se軟件下載(可英文版轉(zhuǎn)中文版)
- 78.1 MB | 537793次下載 | 免費(fèi)
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420026次下載 | 免費(fèi)
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 5Altium DXP2002下載入口
- 未知 | 233046次下載 | 免費(fèi)
- 6電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191183次下載 | 免費(fèi)
- 7十天學(xué)會(huì)AVR單片機(jī)與C語言視頻教程 下載
- 158M | 183277次下載 | 免費(fèi)
- 8proe5.0野火版下載(中文版免費(fèi)下載)
- 未知 | 138039次下載 | 免費(fèi)
評論
查看更多