mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	ecp5: Add ECLKSYNCB blackbox
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
		
							parent
							
								
									7913baedd8
								
							
						
					
					
						commit
						e0bc190879
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -272,7 +272,6 @@ module TSHX2DQSA(
 | 
			
		|||
	parameter REGSET = "SET";
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
(* blackbox *)
 | 
			
		||||
module DQSBUFM(
 | 
			
		||||
	input DQSI, READ1, READ0, READCLKSEL2, READCLKSEL1, READCLKSEL0, DDRDEL,
 | 
			
		||||
| 
						 | 
				
			
			@ -300,6 +299,13 @@ module CLKDIVF(
 | 
			
		|||
	parameter DIV = "2.0";
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
(* blackbox *)
 | 
			
		||||
module ECLKSYNCB(
 | 
			
		||||
	input ECLKI, STOP,
 | 
			
		||||
	output ECLKO
 | 
			
		||||
);
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
(* blackbox *)
 | 
			
		||||
module DCCA(
 | 
			
		||||
	input CLKI, CE,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue