FPGA to 6502

For discussing the 65xx hardware itself or electronics projects.
Post Reply
jbaum81
Posts: 25
Joined: 02 Jun 2021

FPGA to 6502

Post by jbaum81 »

Hi guys,

Being somewhat disinterested in an old school solution for video for my 6502 project and after playing with the SPLD's I have an interest in playing with FPGA's. I found the Xosera project based on the ICE40 which, as I understand it, is the same FPGA being used in the Vera on the Commander X16. I think I've settled in on this chip for my first foray.

The ICE 40's are a 3.3v logic level so it appears I need to do some work with level converting, not a huge deal but I'm looking for an 8 bit cmos level shifting transceiver for the data lines.

I found the 74ALVC164245, which seems to check all the boxes, but is 16 bit, I only need 8 bits and can't seem to locate an 8 bit version. Below are the specs of what I think I need, if anyone can help I'd appreciate


DIP *highly desired, but not necessarily required.
Bi-Directional 5v to 3.3v translation
CMOS to CMOS
8 bit
User avatar
MichaelM
Posts: 761
Joined: 23 Apr 2012
Location: Huntsville, AL

Re: FPGA to 6502

Post by MichaelM »

Look at the following: 74LVC4245APW-Q100J
Michael A.
fachat
Posts: 1123
Joined: 05 Jul 2005
Location: near Heidelberg, Germany
Contact:

Re: FPGA to 6502

Post by fachat »

I use the Xilinx xc95...xl series. CPLD only, no FPGA, but 5V tolerant and not needing level converters.
See my MicroPET project for an example https://github.com/fachat/MicroPET
Author of the GeckOS multitasking operating system, the usb65 stack, designer of the Micro-PET and many more 6502 content: http://6502.org/users/andre/
vmarcus
Posts: 10
Joined: 04 Feb 2022
Location: Mid-west - USA

Re: FPGA to 6502

Post by vmarcus »

Well, I’m a newbie here. Though, this is the same topic I’ve been interest in for over ago after seeing this link - https://suchprogramming.com/fpga-meets-6502/

However, as per the +5v issue, I would suggest the following: https://www.micro-nova.com/products/me2a which is an FPGA +5V tolerant I/O lines, which is also a breadboard-friendly 64-pin DIP package.
plasmo
Posts: 1273
Joined: 21 Dec 2018
Location: Albuquerque NM USA

Re: FPGA to 6502

Post by plasmo »

W65C02 works at 3.3V, so no need to convert voltage for 3.3V FPGA.
Bill
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: FPGA to 6502

Post by BigEd »

(Welcome, vmarcus! Feel free to post your story in our Introduce Yourself thread.)
Post Reply