[go: up one dir, main page]

Skip to content

Commit

Permalink
Fix typo in entity template
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanstraten committed Sep 5, 2019
1 parent fd6e1a0 commit 1bbe287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdmmio/vhdl/entity.template.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ $if e.bus_flatten
$e.bus_prefix$arready <= bus_v.ar.ready;
$e.bus_prefix$rvalid <= bus_v.r.valid;
$e.bus_prefix$rdata <= bus_v.r.data;
$e.bus_prefix$rresp <= bus_v.r.reso;
$e.bus_prefix$rresp <= bus_v.r.resp;
$e.bus_prefix$uirq <= bus_v.u.irq;
$else
$e.bus_prefix$o <= bus_v;
Expand Down

0 comments on commit 1bbe287

Please sign in to comment.