via6522

Topics relating to PALs, CPLDs, FPGAs, and other PLDs used for the support or creation of 65-family processors, both hardware and HDL.
Post Reply
User avatar
Rob Finch
Posts: 465
Joined: 29 Dec 2002
Location: Canada
Contact:

via6522

Post by Rob Finch »

The via6522 component written in System Verilog has been updated.
https://github.com/robfinch/Cores/tree/ ... /trunk/rtl
A small fix was made for timer interrupts. An interrupt is generated now only when the timer's count transitions to zero, not when the timer count value is zero. This is to avoid a continuous interrupt state brought about when the timer interrupt is cleared, But the count is still zero, causing the interrupt flag to be set again in the next cycle.
deanclaxton
Posts: 2
Joined: 02 Feb 2019

Re: via6522

Post by deanclaxton »

Has anyone run this code on a CPLD?
Post Reply