mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Fix RAM64M model to have 6 bit address bus
This commit is contained in:
		
							parent
							
								
									037d1a03df
								
							
						
					
					
						commit
						50e0c83560
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1185,10 +1185,10 @@ module RAM64M (
 | 
			
		|||
  output DOB,
 | 
			
		||||
  output DOC,
 | 
			
		||||
  output DOD,
 | 
			
		||||
  input [4:0] ADDRA,
 | 
			
		||||
  input [4:0] ADDRB,
 | 
			
		||||
  input [4:0] ADDRC,
 | 
			
		||||
  input [4:0] ADDRD,
 | 
			
		||||
  input [5:0] ADDRA,
 | 
			
		||||
  input [5:0] ADDRB,
 | 
			
		||||
  input [5:0] ADDRC,
 | 
			
		||||
  input [5:0] ADDRD,
 | 
			
		||||
  input DIA,
 | 
			
		||||
  input DIB,
 | 
			
		||||
  input DIC,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue