mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	kernel: include "kernel/constids.inc" instead of "constids.inc"
This commit is contained in:
		
							parent
							
								
									7f33d43e3b
								
							
						
					
					
						commit
						60ffc21e64
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,7 @@ int RTLIL::IdString::last_created_idx_ptr_;
 | 
			
		|||
#endif
 | 
			
		||||
 | 
			
		||||
#define X(_id) IdString RTLIL::ID::_id;
 | 
			
		||||
#include "constids.inc"
 | 
			
		||||
#include "kernel/constids.inc"
 | 
			
		||||
#undef X
 | 
			
		||||
 | 
			
		||||
dict<std::string, std::string> RTLIL::constpad;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -377,7 +377,7 @@ namespace RTLIL
 | 
			
		|||
 | 
			
		||||
	namespace ID {
 | 
			
		||||
#define X(_id) extern IdString _id;
 | 
			
		||||
#include "constids.inc"
 | 
			
		||||
#include "kernel/constids.inc"
 | 
			
		||||
#undef X
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -516,7 +516,7 @@ void yosys_setup()
 | 
			
		|||
	already_setup = true;
 | 
			
		||||
 | 
			
		||||
#define X(_id) RTLIL::ID::_id = "\\" # _id;
 | 
			
		||||
#include "constids.inc"
 | 
			
		||||
#include "kernel/constids.inc"
 | 
			
		||||
#undef X
 | 
			
		||||
 | 
			
		||||
	#ifdef WITH_PYTHON
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue