mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Merge pull request #4133 from YosysHQ/show_color_proc
show: allow setting colors via selection on PROC boxes
This commit is contained in:
		
						commit
						e1f4c5c9cb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -539,7 +539,7 @@ struct ShowWorker | |||
| 			std::string proc_src = RTLIL::unescape_id(proc->name); | ||||
| 			if (proc->attributes.count(ID::src) > 0) | ||||
| 				proc_src = proc->attributes.at(ID::src).decode_string(); | ||||
| 			fprintf(f, "p%d [shape=box, style=rounded, label=\"PROC %s\\n%s\"];\n", pidx, findLabel(proc->name.str()), proc_src.c_str()); | ||||
| 			fprintf(f, "p%d [shape=box, style=rounded, label=\"PROC %s\\n%s\", %s];\n", pidx, findLabel(proc->name.str()), proc_src.c_str(), findColor(proc->name).c_str()); | ||||
| 		} | ||||
| 
 | ||||
| 		for (auto &conn : module->connections()) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue