Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Name 6502_adress ;
- PartNo 00 ;
- Date 6/28/2018 ;
- Revision 01 ;
- Designer Engineer ;
- Company j ;
- Assembly None ;
- Location ;
- Device G16V8D ;
- /* *************** INPUT PINS *********************/
- PIN 1 = CLK ; /* */
- PIN 2 = RW ; /* */
- PIN 3 = A15 ; /* */
- PIN 4 = A14 ; /* */
- PIN 5 = A13 ; /* */
- PIN 6 = A12 ; /* */
- PIN 7 = A11 ; /* */
- PIN 8 = A10 ; /* */
- PIN 9 = A9 ; /* */
- PIN 11 = A8 ; /* */
- /* *************** OUTPUT PINS *********************/
- PIN 19 = READ ; /* */
- PIN 18 = WRITE ; /* */
- PIN 17 = ROM_CS ; /* */
- PIN 16 = RAM_CS ; /* */
- !READ = RW;
- !WRITE = !RW;
- !RAM_CS = CLK&!A15;
- !ROM_CS = CLK&A15;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement