Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using RP2040 instead FPGA. #106

Open
hetii opened this issue Sep 23, 2024 · 1 comment
Open

Using RP2040 instead FPGA. #106

hetii opened this issue Sep 23, 2024 · 1 comment

Comments

@hetii
Copy link

hetii commented Sep 23, 2024

Hello @c0pperdragon.
I kindly want to get your opinion about using RP2040 instead FPGA board.
I know it has less gpio but my idea is to use multiplexers like 74hc157 to cover all needed pins.
Moreover rp2040 is capable to handle hdmi via his PIO mechanism, so the idea is to use that instead YPbPr.
Do you think it is doable or not make a sense to waste the time due thigh timings?
Can you also describe which part of the VIC had to be reconstructed and how complex this part is?

Regards.

@c0pperdragon
Copy link
Owner

Using a microcontroller or processor is a compelety different thing than using an FPGA. Sequential logic can not be compared to what an FPGA does where everthing is happening at the same time. You will probably never be able to keep up with the C64s pixel clock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants