Add comments to rv32_hazard.sv
This commit is contained in:
parent
86022d42a5
commit
9af1107041
1 changed files with 2 additions and 0 deletions
|
|
@ -2,8 +2,10 @@
|
|||
`define RV32_HAZARD
|
||||
|
||||
module rv32_hazard (
|
||||
/* control in */
|
||||
input branch_taken_in,
|
||||
|
||||
/* control out */
|
||||
output fetch_stall_out,
|
||||
output fetch_flush_out,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue