mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	rtlil: remove dotted identifiers.
No one knows where they came from and they never did anything useful.
This commit is contained in:
		
							parent
							
								
									5b35d953f7
								
							
						
					
					
						commit
						015b476e56
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -86,7 +86,6 @@ USING_YOSYS_NAMESPACE
 | 
			
		|||
 | 
			
		||||
"\\"[^ \t\r\n]+		{ rtlil_frontend_yylval.string = strdup(yytext); return TOK_ID; }
 | 
			
		||||
"$"[^ \t\r\n]+		{ rtlil_frontend_yylval.string = strdup(yytext); return TOK_ID; }
 | 
			
		||||
"."[0-9]+		{ rtlil_frontend_yylval.string = strdup(yytext); return TOK_ID; }
 | 
			
		||||
 | 
			
		||||
[0-9]+'[01xzm-]*	{ rtlil_frontend_yylval.string = strdup(yytext); return TOK_VALUE; }
 | 
			
		||||
-?[0-9]+		{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue