mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fabulous: Add CLK to BRAM interface primitives
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
		
							parent
							
								
									a20804c6ed
								
							
						
					
					
						commit
						25e7cb3bbb
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -93,13 +93,13 @@ module Global_Clock (output CLK);
 | 
			
		|||
endmodule
 | 
			
		||||
 | 
			
		||||
(* blackbox, keep *)
 | 
			
		||||
module InPass4_frame_config (output O0, O1, O2, O3);
 | 
			
		||||
module InPass4_frame_config (input CLK, output O0, O1, O2, O3);
 | 
			
		||||
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
(* blackbox, keep *)
 | 
			
		||||
module OutPass4_frame_config (input I0, I1, I2, I3);
 | 
			
		||||
module OutPass4_frame_config (input CLK, I0, I1, I2, I3);
 | 
			
		||||
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -414,4 +414,4 @@ module LUTFF_ESS (
 | 
			
		|||
        O <= D;
 | 
			
		||||
    end
 | 
			
		||||
endmodule
 | 
			
		||||
`endif // COMPLEX_DFF
 | 
			
		||||
`endif // COMPLEX_DFF
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue