home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 180
/
dpcs0203b.iso
/
editorial
/
easypc
/
Easy-Spice
/
data1.cab
/
Examples
/
ALB_Examples
/
mult.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
|
165 b
|
9 lines
// a simple 4X4 multiplier
PORT (DELAY=10n) MultOut out[0:7] ;
PORT in1 in[0:3] ;
PORT in2 in[4:7] ;
MultOut = in1*in2 ;