Skip to content

Commit

Permalink
Adding done message to nbf loader
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko committed Dec 7, 2020
1 parent 0384124 commit e36182f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bp_top/test/common/bp_nonsynth_nbf_loader.sv
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,8 @@ module bp_nonsynth_nbf_loader
end
end

always_ff @(negedge clk_i)
if (state_r != DONE && state_n == DONE) $display("NBF loader done!");

endmodule

0 comments on commit e36182f

Please sign in to comment.