1
0

get rid of more global constants

This commit is contained in:
Andrew Waterman
2012-11-25 04:24:25 -08:00
parent c036cdc1ea
commit de2f28193a
6 changed files with 7 additions and 13 deletions

View File

@ -43,7 +43,7 @@ class ioCtrlDpath extends Bundle()
// inputs from datapath
val inst = Bits(INPUT, 32);
val jalr_eq = Bool(INPUT)
val ex_br_type = Bits(OUTPUT, 3)
val ex_br_type = Bits(OUTPUT, SZ_BR)
val ex_br_taken = Bool(INPUT)
val div_rdy = Bool(INPUT);
val div_result_val = Bool(INPUT);