Name DUAL_VIC_SINGLE ; PartNo 00 ; Date 2/13/2016 ; Revision 01 ; Designer Brian Brzezicki ; Company Paladin Group, LLC ; Assembly None ; Location ; Device virtual ; /* *************** INPUT PINS *********************/ PIN 9 = not_memreq ; /* */ PIN 8 = not_read ; /* */ PIN 2 = a15 ; /* */ /* *************** OUTPUT PINS *********************/ PIN 19 = not_oe ; /* */ not_oe = ! OE; OE = !a15 & MEM_READ; MEM_READ = (! not_read) & (! not_memreq);