Rename rv32_hazard to rv32_hazard_unit

This commit is contained in:
Graham Edgecombe 2017-12-12 21:04:33 +00:00
parent f19d41c8a2
commit 58ff5c9ec7
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ module rv32 (
/* mem -> fetch data */
logic [31:0] mem_branch_pc;
rv32_hazard hazard (
rv32_hazard_unit hazard_unit (
/* control in */
.decode_rs1_in(decode_rs1_unreg),
.decode_rs2_in(decode_rs2_unreg),

View file

@ -1,7 +1,7 @@
`ifndef RV32_HAZARD
`define RV32_HAZARD
module rv32_hazard (
module rv32_hazard_unit (
/* control in */
input [4:0] decode_rs1_in,
input [4:0] decode_rs2_in,