資料介紹
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語(yǔ)言中數(shù)字鐘的整點(diǎn)報(bào)時(shí)源代碼下載 2次下載
- FPGA中LPM_ROM設(shè)計(jì)快速實(shí)現(xiàn)
- VHDL語(yǔ)言的詳細(xì)講解學(xué)習(xí)課件免費(fèi)下載 17次下載
- VHDL最經(jīng)典的參考指南資料免費(fèi)下載 32次下載
- VHDL的參考手冊(cè)免費(fèi)下載 32次下載
- VHDL測(cè)試平臺(tái)編寫(xiě)綜述 19次下載
- 使用FPGA實(shí)現(xiàn)LPM ROM創(chuàng)建的教程說(shuō)明 17次下載
- 最全面的VHDL例程源碼資料下載 115次下載
- PLD Programming Using VHDL 0次下載
- 基于FPGA LPM多功能信號(hào)發(fā)生器設(shè)計(jì) 92次下載
- 基于LPM的高速FIFO的設(shè)計(jì)
- LPM Quick Reference Guide
- LPM(參數(shù)化)庫(kù)介紹-MaxplusII使用技巧 0次下載
- How to use LPM within VHDL Ent
- 如何用正確的使用VHDL描述三態(tài)電路
- Verilog與VHDL的比較 Verilog HDL編程技巧 259次閱讀
- Verilog到VHDL轉(zhuǎn)換的經(jīng)驗(yàn)與技巧總結(jié) 2617次閱讀
- 例說(shuō)Verilog HDL和VHDL區(qū)別 3950次閱讀
- 如何在VHDL中解決綜合工具使用轉(zhuǎn)化問(wèn)題 2666次閱讀
- Verilog HDL和VHDL的區(qū)別 1.3w次閱讀
- VHDL語(yǔ)言編程用什么編譯軟件_需要看哪方面的書(shū)籍 3.2w次閱讀
- C到VHDL的編譯器設(shè)計(jì)與實(shí)現(xiàn)詳解 4659次閱讀
- vhdl和verilog的區(qū)別_vhdl和verilog哪個(gè)好? 12.3w次閱讀
- 基于vhdl蜂鳴器程序設(shè)計(jì)詳解 2.1w次閱讀
- 基于VHDL的電子計(jì)時(shí)器的設(shè)計(jì)方法詳解 2.5w次閱讀
- vhdl數(shù)碼管中的倒計(jì)時(shí)程序介紹 8448次閱讀
- vhdl按鍵控制數(shù)碼管顯示 1.8w次閱讀
- 8位移位寄存器vhdl代碼 1.6w次閱讀
- 我對(duì)VHDL的延時(shí)理解 4192次閱讀
- 基于VHDL的交通燈控制器設(shè)計(jì) 6054次閱讀
下載排行
本周
- 1常用電子元器件集錦
- 1.72 MB | 24471次下載 | 免費(fèi)
- 2EMC電路設(shè)計(jì)工程師必備的EMC基礎(chǔ)
- 0.42 MB | 4次下載 | 2 積分
- 3低壓降肖特基整流管SR340L數(shù)據(jù)手冊(cè)
- 0.78 MB | 1次下載 | 免費(fèi)
- 4CPCI6310型復(fù)合視頻采集板資料
- 0.04 MB | 1次下載 | 免費(fèi)
- 5HT8 半橋電磁爐MCU應(yīng)用須知
- 1.91 MB | 次下載 | 免費(fèi)
- 6快恢復(fù)二極管1F1 THRU 1F7數(shù)據(jù)手冊(cè)
- 0.95 MB | 次下載 | 免費(fèi)
- 7高效率整流二極管HER601 THRU HER608數(shù)據(jù)手冊(cè)
- 0.53 MB | 次下載 | 免費(fèi)
- 8橫河WT5000高精度功率分析儀產(chǎn)品資料_中文說(shuō)明書(shū)_科瑞杰
- 1.60 MB | 次下載 | 免費(fèi)
本月
- 1常用電子元器件集錦
- 1.72 MB | 24471次下載 | 免費(fèi)
- 2三相逆變主電路的原理圖和PCB資料合集免費(fèi)下載
- 27.35 MB | 111次下載 | 1 積分
- 3運(yùn)算放大器基本電路中文資料
- 1.30 MB | 16次下載 | 免費(fèi)
- 4蘋(píng)果iphone 11電路原理圖
- 4.98 MB | 11次下載 | 5 積分
- 5TL494工業(yè)用開(kāi)關(guān)電源原理圖資料
- 0.22 MB | 10次下載 | 1 積分
- 6常用電子元器件介紹
- 3.21 MB | 8次下載 | 免費(fèi)
- 7QW2893應(yīng)急燈專用檢測(cè)芯片
- 590.40 KB | 4次下載 | 免費(fèi)
- 8EMC電路設(shè)計(jì)工程師必備的EMC基礎(chǔ)
- 0.42 MB | 4次下載 | 2 積分
總榜
- 1matlab軟件下載入口
- 未知 | 935130次下載 | 10 積分
- 2開(kāi)源硬件-PMP21529.1-4 開(kāi)關(guān)降壓/升壓雙向直流/直流轉(zhuǎn)換器 PCB layout 設(shè)計(jì)
- 1.48MB | 420064次下載 | 10 積分
- 3Altium DXP2002下載入口
- 未知 | 233089次下載 | 10 積分
- 4電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191390次下載 | 10 積分
- 5十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
- 158M | 183344次下載 | 10 積分
- 6labview8.5下載
- 未知 | 81591次下載 | 10 積分
- 7Keil工具M(jìn)DK-Arm免費(fèi)下載
- 0.02 MB | 73815次下載 | 10 積分
- 8LabVIEW 8.6下載
- 未知 | 65989次下載 | 10 積分
評(píng)論