mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	CycloneV: Add (passthrough) support for cyclonev_hps_interface_mpu_general_purpose
This commit is contained in:
		
							parent
							
								
									0dd42d406d
								
							
						
					
					
						commit
						6253d4ec9e
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
					@ -697,3 +697,11 @@ output outclk;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// HPS interfaces
 | 
				
			||||||
 | 
					(* keep *)
 | 
				
			||||||
 | 
					module cyclonev_hps_interface_mpu_general_purpose(gp_in, gp_out);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					input [31:0] gp_in;   
 | 
				
			||||||
 | 
					output [31:0] gp_out;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					endmodule
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue