Name MASK; Partno xx; Revision 01; Date 02/20/92; Designer Scott Schaeffer; Company CBM; Assembly A1000 040 coprocessor; Location U400; Device G16V8; /** 68040 Slave to master interrupt mask PAL **/ /** Inputs **/ PIN [1] = [!reset]; PIN [2,3,4] = [!ipl2_,!ipl1_,!ipl0_]; /** Outputs **/ PIN [18..16] = [!ipl0_040_,!ipl1_040_,!ipl2_040_]; /** declarations **/ $define largbuf 'b'0 $define litbuf 'b'1 /** logic equations **/ ipl2_040_ = ipl2_ & !reset # reset & litbuf; ipl1_040_ = ipl1_ & !reset # reset & litbuf; ipl0_040_ = ipl0_ & !reset # reset & litbuf;