home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 180
/
dpcs0203b.iso
/
editorial
/
easypc
/
Easy-Spice
/
data1.cab
/
Examples
/
ALB_Examples
/
count.ldf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-07-08
|
179 b
|
10 lines
// Simple counter example referenced in user manual
PORT (DELAY = 10n) CountOut out[0:7] ;
EDGE (WIDTH=8, CLOCK=in[0]) Count ;
Count = Count + 1 ;
CountOut = count ;