Skip to content

Commit

Permalink
fix: a typo in SV template
Browse files Browse the repository at this point in the history
  • Loading branch information
motchy869 committed Mar 10, 2024
1 parent 0d39774 commit e1e3ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peakrdl_regblock/cpuif/axi4lite/axi4lite_tmpl.sv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ logic [{{cpuif.data_width_bytes-1}}:0] axil_wstrb;
logic axil_aw_accept;
logic axil_resp_acked;

// Transaction request accpetance
// Transaction request acceptance
always_ff {{get_always_ff_event(cpuif.reset)}} begin
if({{get_resetsignal(cpuif.reset)}}) begin
axil_prev_was_rd <= '0;
Expand Down

0 comments on commit e1e3ea5

Please sign in to comment.