# irq_router **Repository Path**: lowRISC/irq_router ## Basic Information - **Project Name**: irq_router - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-22 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Interrupt distributor A unit to distribute N interrupt sources to M targets. The number of output interrupt lines is N*M. ## Register map TODO ## Testbench In `tb/` there is a simple testbench. Run it by calling ``` make build make sim run -a ```