Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | - | 1 | |
2 | Source code for gal used in all projects. |
||
3 | |||
4 | Code is written for an older Orcad PLD Compiler, |
||
5 | so the language can look "strange". |
||
6 | |||
7 | Note that: |
||
8 | |||
9 | ' is the not operator |
||
10 | & is the and operator |
||
11 | # is the or operator |
||
12 | ## is the ex-or operator |
||
13 | // is the symbol for clocked equations |
||
14 | ?? is the simbol for 3-state output |
||
15 |