mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Call opt_expr -mux_undef to get rid of 1'bx in muxes prior to abc
This commit is contained in:
		
							parent
							
								
									4e5836a5fb
								
							
						
					
					
						commit
						f11c9a419b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -281,6 +281,7 @@ struct SynthXilinxPass : public ScriptPass | |||
| 		} | ||||
| 
 | ||||
| 		if (check_label("map_luts")) { | ||||
| 			run("opt_expr -mux_undef"); | ||||
| 			if (abc == "abc9") | ||||
| 				run(abc + " -lut +/xilinx/abc_xc7.lut -box +/xilinx/abc_xc7.box -W " + XC7_WIRE_DELAY + string(retime ? " -dff" : "")); | ||||
| 			else if (help_mode) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue