mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Renamed modwalker.h to modtools.h
This commit is contained in:
		
							parent
							
								
									62c8a71525
								
							
						
					
					
						commit
						32a1cc3efd
					
				
					 3 changed files with 14 additions and 12 deletions
				
			
		|  | @ -17,8 +17,8 @@ | |||
|  * | ||||
|  */ | ||||
| 
 | ||||
| #ifndef MODWALKER_H | ||||
| #define MODWALKER_H | ||||
| #ifndef MODTOOLS_H | ||||
| #define MODTOOLS_H | ||||
| 
 | ||||
| #include "kernel/sigtools.h" | ||||
| #include "kernel/celltypes.h" | ||||
|  | @ -17,13 +17,12 @@ | |||
|  * | ||||
|  */ | ||||
| 
 | ||||
| #include "kernel/rtlil.h" | ||||
| #include "kernel/yosys.h" | ||||
| #include "kernel/satgen.h" | ||||
| #include "kernel/sigtools.h" | ||||
| #include "kernel/modwalker.h" | ||||
| #include "kernel/register.h" | ||||
| #include "kernel/log.h" | ||||
| #include <algorithm> | ||||
| #include "kernel/modtools.h" | ||||
| 
 | ||||
| PRIVATE_NAMESPACE_BEGIN | ||||
| 
 | ||||
| static bool memcells_cmp(RTLIL::Cell *a, RTLIL::Cell *b) | ||||
| { | ||||
|  | @ -742,3 +741,5 @@ struct MemorySharePass : public Pass { | |||
| 	} | ||||
| } MemorySharePass; | ||||
| 
 | ||||
| PRIVATE_NAMESPACE_END | ||||
| 
 | ||||
|  |  | |||
|  | @ -17,13 +17,12 @@ | |||
|  * | ||||
|  */ | ||||
| 
 | ||||
| #include "kernel/rtlil.h" | ||||
| #include "kernel/yosys.h" | ||||
| #include "kernel/satgen.h" | ||||
| #include "kernel/sigtools.h" | ||||
| #include "kernel/modwalker.h" | ||||
| #include "kernel/register.h" | ||||
| #include "kernel/log.h" | ||||
| #include <algorithm> | ||||
| #include "kernel/modtools.h" | ||||
| 
 | ||||
| PRIVATE_NAMESPACE_BEGIN | ||||
| 
 | ||||
| struct ShareWorkerConfig | ||||
| { | ||||
|  | @ -967,3 +966,5 @@ struct SharePass : public Pass { | |||
| 	} | ||||
| } SharePass; | ||||
| 
 | ||||
| PRIVATE_NAMESPACE_END | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue