mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	show: Remove left-in debug log_warning
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
		
							parent
							
								
									611f71c670
								
							
						
					
					
						commit
						bfacaddca8
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -296,7 +296,6 @@ struct ShowWorker | |||
| 			code += stringf("x%d [ shape=record, style=rounded, label=\"%s\" ];\n", idx, label_string.c_str()); | ||||
| 			if (!port.empty()) { | ||||
| 				currentColor = xorshift32(currentColor); | ||||
| 				log_warning("WIDTHLABEL %s %d\n", log_signal(sig), GetSize(sig)); | ||||
| 				if (driver) | ||||
| 					code += stringf("%s:e -> x%d:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, %s, %s];\n", port.c_str(), idx, nextColor(sig).c_str(), widthLabel(sig.size()).c_str()); | ||||
| 				else | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue