mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into xc7srl
This commit is contained in:
		
						commit
						f1a8e8a480
					
				
					 82 changed files with 2492 additions and 593 deletions
				
			
		|  | @ -660,8 +660,8 @@ struct DfflibmapPass : public Pass { | |||
| 		map_adff_to_dff("$_DFF_PP0_", "$_DFF_P_"); | ||||
| 		map_adff_to_dff("$_DFF_PP1_", "$_DFF_P_"); | ||||
| 
 | ||||
|  		log("  final dff cell mappings:\n"); | ||||
|  		logmap_all(); | ||||
| 		log("  final dff cell mappings:\n"); | ||||
| 		logmap_all(); | ||||
| 
 | ||||
| 		for (auto &it : design->modules_) | ||||
| 			if (design->selected(it.second) && !it.second->get_bool_attribute("\\blackbox")) | ||||
|  |  | |||
|  | @ -132,9 +132,9 @@ static void dump_dot_graph(string filename, | |||
|                            pool<RTLIL::SigBit> nodes, dict<RTLIL::SigBit, pool<RTLIL::SigBit>> edges, | ||||
|                            pool<RTLIL::SigBit> inputs, pool<RTLIL::SigBit> outputs, | ||||
|                            std::function<GraphStyle(RTLIL::SigBit)> node_style = | ||||
|                            		[](RTLIL::SigBit) { return GraphStyle{}; }, | ||||
|                                    [](RTLIL::SigBit) { return GraphStyle{}; }, | ||||
|                            std::function<GraphStyle(RTLIL::SigBit, RTLIL::SigBit)> edge_style = | ||||
|                            		[](RTLIL::SigBit, RTLIL::SigBit) { return GraphStyle{}; }, | ||||
|                                    [](RTLIL::SigBit, RTLIL::SigBit) { return GraphStyle{}; }, | ||||
|                            string name = "") | ||||
| { | ||||
| 	FILE *f = fopen(filename.c_str(), "w"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue