remove collectNodesIntoComp from Backends.scala
This commit is contained in:
		
							
								
								
									
										2
									
								
								chisel
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								chisel
									
									
									
									
									
								
							 Submodule chisel updated: e9a21c3d67...a39c41ac33
									
								
							| @@ -62,9 +62,8 @@ class RocketChipBackend extends VerilogBackend | ||||
|     initMap += (c -> init) | ||||
|   } | ||||
|  | ||||
|   transforms += ((c: Module) => addTopLevelPin(c)) | ||||
|   transforms += ((c: Module) => addMemPin(c)) | ||||
|   transforms += ((c: Module) => collectNodesIntoComp(initializeDFS)) | ||||
|   transforms += addTopLevelPin | ||||
|   transforms += addMemPin | ||||
| } | ||||
|  | ||||
| class Fame1RocketChipBackend extends RocketChipBackend with Fame1Transform | ||||
|   | ||||
		Reference in New Issue
	
	Block a user