mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	removed .* from wallypipeliendsoc
This commit is contained in:
		
							parent
							
								
									923d03f657
								
							
						
					
					
						commit
						687703f0d8
					
				@ -72,9 +72,19 @@ module wallypipelinedsoc (
 | 
				
			|||||||
  logic [31:0]      InstrF;
 | 
					  logic [31:0]      InstrF;
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
  // instantiate processor and memories
 | 
					  // instantiate processor and memories
 | 
				
			||||||
  wallypipelinedhart hart(.*);
 | 
					  wallypipelinedhart hart(.clk, .reset,
 | 
				
			||||||
 | 
					    .PCF,  .TimerIntM, .ExtIntM, .SwIntM, .DataAccessFaultM, 
 | 
				
			||||||
 | 
					    .MTIME_CLINT, .MTIMECMP_CLINT, .rd2, 
 | 
				
			||||||
 | 
					    .HRDATA, .HREADY, .HRESP, .HCLK, .HRESETn, .HADDR, .HWDATA,
 | 
				
			||||||
 | 
					    .HWRITE, .HSIZE, .HBURST, .HPROT, .HTRANS, .HMASTLOCK,
 | 
				
			||||||
 | 
					    .HSELRegions, .HADDRD, .HSIZED, .HWRITED
 | 
				
			||||||
 | 
					   );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // instructions now come from uncore memory. This line can be removed at any time.
 | 
					  // instructions now come from uncore memory. This line can be removed at any time.
 | 
				
			||||||
  // imem imem(.AdrF(PCF[`XLEN-1:1]), .*); // temporary until uncore memory is finished***
 | 
					  // imem imem(.AdrF(PCF[`XLEN-1:1]), .*); // temporary until uncore memory is finished***
 | 
				
			||||||
  uncore uncore(.HWDATAIN(HWDATA), .*);
 | 
					  uncore uncore(.HCLK, .HRESETn,
 | 
				
			||||||
 | 
					    .HADDR, .HWDATAIN(HWDATA), .HWRITE, .HSIZE, .HBURST, .HPROT, .HTRANS, .HMASTLOCK, .HRDATAEXT,
 | 
				
			||||||
 | 
					    .HREADYEXT, .HRESPEXT, .HRDATA, .HREADY, .HRESP, .HADDRD, .HSIZED, .HWRITED,
 | 
				
			||||||
 | 
					    .TimerIntM, .SwIntM, .ExtIntM, .GPIOPinsIn, .GPIOPinsOut, .GPIOPinsEn, .UARTSin, .UARTSout, .MTIME_CLINT, .MTIMECMP_CLINT
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user