mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	verific : VHDL assert DFF initial value set on Verific library patch side
This commit is contained in:
		
							parent
							
								
									4b3c03dabc
								
							
						
					
					
						commit
						d6bd521487
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -2126,12 +2126,6 @@ void VerificImporter::import_netlist(RTLIL::Design *design, Netlist *nl, std::ma
 | 
			
		|||
				log("    assert condition %s.\n", log_signal(cond));
 | 
			
		||||
 | 
			
		||||
			Cell *cell = module->addAssert(new_verific_id(inst), cond, State::S1);
 | 
			
		||||
			// Initialize FF feeding condition  to 1, in case it is not
 | 
			
		||||
			// used by rest of design logic, to prevent failing on
 | 
			
		||||
			// initial uninitialized state
 | 
			
		||||
			if (cond.is_wire() && !cond.wire->name.isPublic())
 | 
			
		||||
				cond.wire->attributes[ID::init] = Const(1,1);
 | 
			
		||||
 | 
			
		||||
			import_attributes(cell->attributes, inst);
 | 
			
		||||
			continue;
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue