Fix the irq_controller for the real board
This commit is contained in:
@@ -97,7 +97,7 @@ begin
|
||||
variable num_highest : unsigned(irq_num_width - 1 downto 0) := (others => '0');
|
||||
begin
|
||||
-- if not in request, and something is pending (ignoring startup uninitialized state)
|
||||
if ((rst = '0') and ((pending /= (pending'range => '0')) and (pending /= (pending'range => 'U')))) then
|
||||
if ((rst = '0') and ((pending /= (pending'range => '0')))) then --and (pending /= (pending'range => 'U')))) then
|
||||
-- something is pending
|
||||
|
||||
-- initialize variables before loop
|
||||
|
||||
Reference in New Issue
Block a user