Name PLDDesign4 ;
Partno ;
Revision 1 ;
Date 3/12/02 ;
Designer HotPower ;
Company Protel International ;
Assembly ;
Location ;
Device g16v8 ;
Format j ;
/*********************************************************************/
/* This PLD design (Revision 1) created on 3/12/02 */
/* for Protel International */
/* and is stored as PLDDesign */
/*********************************************************************/
/** Inputs **/
Pin[1, 2, 3] = [l1call, l2call, l3call];
Pin[4, 5] = [f1_dira, f1_dirb];
/** Outputs **/
Pin[12, 14] = [uparrow, dnarrow];
Pin[15, 16] = [seg13, seg123];
Pin[17, 18] = [seg2, seg23];
/** Intermediate nodes **/
up = !f1_dira;
dn = f1_dira;
1floor = !f1_dira & !f1_dirb;
2floor = !1floor & !3floor;
3floor = f1_dira & f1_dirb;
uparrow= up & (l2call # l3call);
dnarrow= dn & (l1call # l2call);
/** Table Inputs Table Outputs **/
table 1floor,2floor,3floor => seg13, seg123, seg2, seg23 {
'b'100 => 'b'1100;
'b'010 => 'b'0111;
'b'001 => 'b'1101;
}
雁塔菜农 2009-6-29 21:25
用户1481208 2009-6-28 22:18
用户1481208 2009-6-28 22:16
雁塔菜农 2007-12-13 21:42
哈哈~~~谢谢老树!!!
小刘:俺因为你出走了~~~
用户189490 2007-12-12 08:44
用户1196539 2007-12-10 06:20