Skip to content

Commit

Permalink
tied PSLVERR output to low ('0' - no error) in APB2LB template
Browse files Browse the repository at this point in the history
  • Loading branch information
malsheimer authored and esynr3z committed Apr 26, 2023
1 parent a30b267 commit 14dc5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corsair/templates/apb2lb_vhdl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ begin
{% macro apb_core() %}
-- APB interface
prdata <= rdata;
pslverr <= '1'; -- always OKAY
pslverr <= '0'; -- always OKAY
pready <= wready when (psel='1' and penable='1' and pwrite='1') else
rvalid when (psel='1' and pwrite='0' and penable='1') else
'1';
Expand Down

0 comments on commit 14dc5d4

Please sign in to comment.