mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Renamed $_INV_ cell type to $_NOT_
This commit is contained in:
		
							parent
							
								
									bf486002d9
								
							
						
					
					
						commit
						f092b50148
					
				
					 19 changed files with 47 additions and 47 deletions
				
			
		|  | @ -143,7 +143,7 @@ struct BlifDumper | |||
| 		{ | ||||
| 			RTLIL::Cell *cell = cell_it.second; | ||||
| 
 | ||||
| 			if (!config->icells_mode && cell->type == "$_INV_") { | ||||
| 			if (!config->icells_mode && cell->type == "$_NOT_") { | ||||
| 				fprintf(f, ".names %s %s\n0 1\n", | ||||
| 						cstr(cell->getPort("\\A")), cstr(cell->getPort("\\Y"))); | ||||
| 				continue; | ||||
|  |  | |||
|  | @ -370,7 +370,7 @@ void dump_cell_expr_binop(FILE *f, std::string indent, RTLIL::Cell *cell, std::s | |||
| 
 | ||||
| bool dump_cell_expr(FILE *f, std::string indent, RTLIL::Cell *cell) | ||||
| { | ||||
| 	if (cell->type == "$_INV_") { | ||||
| 	if (cell->type == "$_NOT_") { | ||||
| 		fprintf(f, "%s" "assign ", indent.c_str()); | ||||
| 		dump_sigspec(f, cell->getPort("\\Y")); | ||||
| 		fprintf(f, " = "); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue