Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. val refill_addr = Reg(UInt(width = paddrBits))
  2. if ( refill_addr > 20000.U)
  3. cacheable := true
  4. else
  5. cacheable := false
  6.  
  7. [error] /home/a/i-rocket-chip/src/main/scala/rocket/ICache.scala:365:18: type mismatch;
  8. [error] found : chisel3.core.Bool
  9. [error] required: Boolean
  10. [error] if ( refill_addr > 20000.U)
  11. [error] ^
  12. [error] one error found
  13. [error] (Compile / compileIncremental) Compilation failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement