mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Grammar
This commit is contained in:
		
							parent
							
								
									c05a403dd1
								
							
						
					
					
						commit
						c487a8ff25
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -138,7 +138,7 @@ struct SigPool
 | 
				
			||||||
template <typename T, class Compare = std::less<T>>
 | 
					template <typename T, class Compare = std::less<T>>
 | 
				
			||||||
struct SigSet
 | 
					struct SigSet
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	static_assert(!std::is_pointer<T>::value || !std::is_same<Compare, std::less<T>>::value, "Explicit `Compare' class require for SigSet with pointer-type values!");
 | 
						static_assert(!std::is_pointer<T>::value || !std::is_same<Compare, std::less<T>>::value, "Explicit `Compare' class required for SigSet with pointer-type values!");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct bitDef_t : public std::pair<RTLIL::Wire*, int> {
 | 
						struct bitDef_t : public std::pair<RTLIL::Wire*, int> {
 | 
				
			||||||
		bitDef_t() : std::pair<RTLIL::Wire*, int>(NULL, 0) { }
 | 
							bitDef_t() : std::pair<RTLIL::Wire*, int>(NULL, 0) { }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue