Search found 7 matches

by valerio63
Fri Dec 29, 2017 12:36 am
Forum: Programmable Logic
Topic: V6502 complete version
Replies: 3
Views: 3656

V6502 complete version

I published the full version of the V6502, in the previous version missing the main file V6502.VHD, I apologize to everyone for the error :(
by valerio63
Tue Dec 05, 2017 4:05 pm
Forum: Programmable Logic
Topic: CPLD for VGA?
Replies: 8
Views: 5578

Re: CPLD for VGA?

Hello
I posted this simple (but working) VGA VHDL file that I written several years ago, I used it on Altera FPGA EP3C5F256C8 and CPLD MAX II EPM570F256C5.
On the FPGA version the VRAM was included in the FPGA itself and shared with 6502 CPU, in CPLD the VRAM was an external device due to save space ...
by valerio63
Tue Dec 05, 2017 10:19 am
Forum: Programmable Logic
Topic: 6502 wide stack
Replies: 8
Views: 4461

Re: 6502 wide stack

I added a PDF file that shows the improvements of V6502
by valerio63
Tue Dec 05, 2017 8:36 am
Forum: Programmable Logic
Topic: 6502 wide stack
Replies: 8
Views: 4461

Re: 6502 wide stack

Hello

i posted an example of multitasking source code for V6502
by valerio63
Mon Dec 04, 2017 4:43 pm
Forum: Programmable Logic
Topic: 6502 wide stack
Replies: 8
Views: 4461

Re: 6502 wide stack

.....the destiny of everyone (even the robots) is to become obsolete....:)
by valerio63
Mon Dec 04, 2017 10:55 am
Forum: Programmable Logic
Topic: 6502 wide stack
Replies: 8
Views: 4461

Re: 6502 wide stack

Hello Jeff

I am sorry for delay to answer you but I was very busy, I used the V6502 as I/O coprocessor (or slave CPU) to help main CPU (PowerPC MPC5200) to execute several high speed tasks such intelligent DMA controller, several I2C and SPI interfaces, one CAN bus, incremental encoders, and some ...
by valerio63
Wed Nov 29, 2017 12:54 pm
Forum: Programmable Logic
Topic: 6502 wide stack
Replies: 8
Views: 4461

6502 wide stack

Hello

I put a my old VHDL project of a wide (16 bit) stack 6502 CPU, also I added some useful opcodes for fast contest switch, zero page relocation etc.
The CPU has binary/decimal ALU for full compatibility, I tested this CPU on several projects (on Altera Cyclone IV) as intelligent I/O coprocessor ...