AHDL語法入門(Altera公司提供)

AHDL語法入門(Altera公司提供)

ID:44988629

大小:643.00 KB

頁數(shù):51頁

時間:2019-11-06

AHDL語法入門(Altera公司提供)_第1頁
AHDL語法入門(Altera公司提供)_第2頁
AHDL語法入門(Altera公司提供)_第3頁
AHDL語法入門(Altera公司提供)_第4頁
AHDL語法入門(Altera公司提供)_第5頁
資源描述:

《AHDL語法入門(Altera公司提供)》由會員上傳分享,免費在線閱讀,更多相關內(nèi)容在行業(yè)資料-天天文庫。

1、AHDL TrainingClassDannyMokAlteraHKFAE(dmok@altera.com)9/19/2021P.1WhatisAHDLAlteraHardwareDescriptionLanguagedevelopbyAlteraintegrateintotheAlterasoftwareMax+PlusIIdescriptionthehardwareinlanguageinsteadofgraphiceasytomodifyeasytomaintaneverygoodforcomplexcombinationallogicB

2、CDto7Segmentconverteraddressdecodingstatemachinemorethanyouwant……..9/19/2021P.2continue...AseasyasGraphicEntryAspowerfulasHDL(HardwareDescriptionLanguage)VHDL,VerilogHDLetc.9/19/2021P.3HowtousetheADHLuseanytexteditortocreatethefileAlteraSoftwareMax+PlusIIprovidetexteditorCli

3、ckthebuttonTypeinyourAHDLdesignfile9/19/2021P.4continue…..CreateyourAHDLfile9/19/2021P.5continue…..saveyourADHLfileasname.TDFMustbethesame9/19/2021P.6continue...Clickonthisicon9/19/2021P.7ErrorLocationduringCompilationEasytolocatetheerrorClicktheerrormessageClicktheLocatebut

4、tonErrorlocation9/19/2021P.8AHDLTemplateIforgot…….If-then-elsecase-endcaseloop-endloop??…???Modifythecode9/19/2021P.9GeneralAHDLFormatSUBDESIGNdecode1(input_pin_name:INPUT;input_bus_name[15..0]:INPUT;output_pin_name:OUTPUT;output_bus_name:OUTPUT;)BEGINouptut_pin_name=input_p

5、in_name;output_bus_name=input_bus_name;END;KeyWordDefienI/OportLogicAHDLformat9/19/2021P.10YourFirstAHDLdesign--AddressDecoderChip_enable=a0&a1&a2&!a3SUBDESIGNdecode1(a[3..0]:input;chip_enable:output;)beginchip_enable=(a[3..0]==H"7");end;9/19/2021P.11WhyIuseAHDLinsteadofGrap

6、hicEasytoModifyDocumentduringthecodingIwanttodecodeH”A”notH”7”SUBDESIGNdecode1(a[3..0]:input;chip_enable:output;)beginchip_enable=(a[3..0]==H"A");end;SelfExplaintheFunctionOnlythingtochangeNeedmoreefforttomodifyChip_enable=!a0&a1&!a2&a39/19/2021P.12MoreSUBDESIGNdecode1(a[3..

7、0]:input;chip_enable:output;)beginchip_enable=(a[3..0]==B"1x0x");end;Somebitcanbeignoreforcomparsion9/19/2021P.13SomethingyouneedtoknowAddition:+Subtraction:-NumericEquality:==Notequalto:!=Greaterthan:>Greaterthanorequalto:>=Lessthan:

8、D:&9/19/2021P.14UseConstantFunctionUseConstantifthesamenumber,textstring,or

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。