專注電子技術(shù)學(xué)習(xí)與研究
當(dāng)前位置:單片機教程網(wǎng) >> MCU設(shè)計實例 >> 瀏覽文章

Protel99編寫GAL16V8

作者:劉力宏   來源:本站原創(chuàng)   點擊數(shù):  更新時間:2014年03月04日   【字體:

  Protel99編寫GAL16V8簡單的邏輯太好使!參照Protel99安裝目錄下的Design Explorer 99 SE\Examples\Pld\Reference的列子,編寫了一個邏輯電路。經(jīng)過實際測試結(jié)果和設(shè)計意圖一直。

.pld文件內(nèi)容如下:

Name            gal;
Partno          ;
Revision        01;
Date            8/11/95;
Designer        GAL16V8;
Company         None;
Location        None;
Assembly        None;
Device          g16v8;

/* Simple combinatorial logic:*/

pin [2,3,4] = [a, b, c];
pin [19,18,17] = [x ,y ,z];

x = a & b;
y = !a # !b # c;
z = !a # !b # !c;

關(guān)閉窗口

相關(guān)文章