home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 180
/
dpcs0203b.iso
/
editorial
/
easypc
/
Easy-Spice
/
data1.cab
/
Examples
/
General
/
pseudo_random.spi
< 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
|
215 b
|
8 lines
.model Shift_11 d_logic_block file=$$shift_11 user=[10n]
.file $$shift_11
PORT (DELAY=1e-12) output out[0:31] ;
EDGE (CLOCK=in[0], DELAY=USER[0]) shift ;
shift = shift<<1 | in[1] ;
output=shift ;
.endf