Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interrupts: correct ranges for IntSourcePortSimple (chipsalliance#2150)
Previously `IntSourcePortSimple(num = 1, ports = 1, sources = 2)` would trip over the requirement about overlapping ranges on line 43. This makes the ranges unique for all simple sources within a simple port. I think this is a more correct fix for the issue reported in chipsalliance#1738.
- Loading branch information