mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Add comment
This commit is contained in:
		
							parent
							
								
									15188033da
								
							
						
					
					
						commit
						ed7be3e6b6
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -218,6 +218,10 @@ struct XilinxSrlPass : public Pass {
 | 
			
		|||
				do {
 | 
			
		||||
					auto pm = xilinx_srl_pm(module, module->selected_cells());
 | 
			
		||||
					pm.ud_variable.minlen = minlen;
 | 
			
		||||
					// Since `nusers` does not count module ports as a user,
 | 
			
		||||
					//   and since `sigmap` does not always make such ports
 | 
			
		||||
					//   the canonical signal.. need to maintain a pool these
 | 
			
		||||
					//   ourselves
 | 
			
		||||
					for (auto p : module->ports) {
 | 
			
		||||
						auto w = module->wire(p);
 | 
			
		||||
						if (w->port_output)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue