Skip to content

Commit

Permalink
Allow pcie_tlp_demux_bar to demux on BAR ID 6 (Option ROM)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrie committed Dec 7, 2023
1 parent 75126f1 commit 5f8cc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/pcie_tlp_demux_bar.v
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ integer i, j;
// check configuration
initial begin
for (i = 0; i < PORTS; i = i + 1) begin
if (BAR_IDS_INT[i*3 +: 3] > 5) begin
if (BAR_IDS_INT[i*3 +: 3] > 6) begin
$error("Error: BAR out of range (instance %m)");
$finish;
end
Expand Down

0 comments on commit 5f8cc8a

Please sign in to comment.