Update README.md
Fixed path to Configs.scala
This commit is contained in:
		@@ -419,7 +419,7 @@ tests and benchmarks.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
By now, you probably figured out that all generated files have a configuration
 | 
					By now, you probably figured out that all generated files have a configuration
 | 
				
			||||||
name attached, e.g. DefaultConfig. Take a look at
 | 
					name attached, e.g. DefaultConfig. Take a look at
 | 
				
			||||||
src/main/scala/Configs.scala. Search for NSets and NWays defined in
 | 
					src/main/scala/rocketchip/Configs.scala. Search for NSets and NWays defined in
 | 
				
			||||||
BaseConfig. You can change those numbers to get a Rocket core with different
 | 
					BaseConfig. You can change those numbers to get a Rocket core with different
 | 
				
			||||||
cache parameters. For example, by changing L1I, NWays to 4, you will get
 | 
					cache parameters. For example, by changing L1I, NWays to 4, you will get
 | 
				
			||||||
a 32KB 4-way set-associative L1 instruction cache rather than a 16KB 2-way
 | 
					a 32KB 4-way set-associative L1 instruction cache rather than a 16KB 2-way
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user