mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/eddie/fix1132' into xc7mux
This commit is contained in:
		
						commit
						502054e040
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -151,7 +151,7 @@ struct MuxcoverWorker | ||||||
| 				return true; | 				return true; | ||||||
| 			} | 			} | ||||||
| 			char port_name[3] = {'\\', *path, 0}; | 			char port_name[3] = {'\\', *path, 0}; | ||||||
| 			return follow_muxtree(ret_bit, tree, tree.muxes.at(bit)->getPort(port_name), path+1, false); | 			return follow_muxtree(ret_bit, tree, sigmap(tree.muxes.at(bit)->getPort(port_name)), path+1, false); | ||||||
| 		} else { | 		} else { | ||||||
| 			ret_bit = bit; | 			ret_bit = bit; | ||||||
| 			return true; | 			return true; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue