Skip to content

Commit

Permalink
Update dec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
laraibkhan-lm authored Apr 8, 2021
1 parent 902f404 commit 0e91028
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions design/src/main/scala/dec/dec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,7 @@ class dec extends Module with param with RequireAsyncReset{
val dec_tlu_mtval_wb1 = WireInit(UInt(32.W),0.U)
val dec_tlu_i0_exc_valid_wb1 = WireInit(Bool(),0.B)
val dec_tlu_trace_disable = WireInit(Bool(),0.B)
// val dec_i0_bp_fa_index = WireInit(UInt(log2Ceil(BTB_SIZE).W),0.U)
//val dec_debug_valid_d = WireInit(Bool(),0.B)




//--------------------------------------------------------------------------//
val instbuff = Module(new dec_ib_ctl)
Expand Down

0 comments on commit 0e91028

Please sign in to comment.