Remove vestigial BTB enable option
This commit is contained in:
		@@ -10,7 +10,6 @@ import Util._
 | 
			
		||||
case object BtbKey extends Field[BtbParameters]
 | 
			
		||||
 | 
			
		||||
case class BtbParameters(
 | 
			
		||||
  enabled: Boolean = true,
 | 
			
		||||
  nEntries: Int = 62,
 | 
			
		||||
  nRAS: Int = 2,
 | 
			
		||||
  updatesOutOfOrder: Boolean = false)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user