name RST; Partno xx; Revision 01; Date 11/24/89; Designer Scott Schaeffer; Company CBM; Assembly A3000 040 coprocessor; Location U401; Device G16V8; /** 68040 reset and cache clr PAL **/ /** Inputs **/ PIN 1 = bclk; PIN [2..5] = [!as040_,!plsterm,!rawrst,!emul]; PIN [9] = [!cpurst]; /** Outputs **/ PIN [12..14,17..19] = [!lterm,!clkrst,!t1,!erst,!pwrst,!040_emul]; /** declarations **/ $define muxmode 'b'0 /** logic equations **/ erst.d = rawrst; t1.d = erst; pwrst = t1; 040_emul = emul & !cpurst # cpurst & muxmode; clkrst = 'b'0; lterm = as040_ & plsterm;