-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requesthardware processworking in hardwareworking in hardware
Description
Need add support for interrupt processing in hardware, it might be additional state in finite state machine
Algorithm: (hardware)
- INTR signal asserted
- FSM goes from IDLE to send request for reading
- await for read data finalize
- Process interrupt : AND INT_SOURCE and INT_ENABLE. Different interrupts can be processed differently : some of reading registers 0x32-0x37, some as send INT_SOURCE registers for clean up interrupts
- Generate interrupt signal for processing system
software :
- await for interrupt
- if interrupt, read device registers
- make actions for processing interrupts(printing, accumulation, etc)
- send ack to configuration bank for deassertion irq signal from ip core
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthardware processworking in hardwareworking in hardware