Add comments to rv32_hazard.sv

This commit is contained in:
Graham Edgecombe 2017-12-04 21:47:09 +00:00
parent 86022d42a5
commit 9af1107041

View file

@ -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,