mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Set RAM runtime flags for Verific frontend
This commit is contained in:
		
							parent
							
								
									705c366a91
								
							
						
					
					
						commit
						0c404b1f63
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -1632,6 +1632,9 @@ struct VerificPass : public Pass {
 | 
				
			||||||
		RuntimeFlags::SetVar("db_preserve_user_nets", 1);
 | 
							RuntimeFlags::SetVar("db_preserve_user_nets", 1);
 | 
				
			||||||
		RuntimeFlags::SetVar("db_allow_external_nets", 1);
 | 
							RuntimeFlags::SetVar("db_allow_external_nets", 1);
 | 
				
			||||||
		RuntimeFlags::SetVar("vhdl_ignore_assertion_statements", 0);
 | 
							RuntimeFlags::SetVar("vhdl_ignore_assertion_statements", 0);
 | 
				
			||||||
 | 
							RuntimeFlags::SetVar("veri_extract_dualport_rams", 0);
 | 
				
			||||||
 | 
							RuntimeFlags::SetVar("veri_extract_multiport_rams", 1);
 | 
				
			||||||
 | 
							RuntimeFlags::SetVar("db_infer_wide_operators", 1);
 | 
				
			||||||
		veri_file::DefineCmdLineMacro("VERIFIC");
 | 
							veri_file::DefineCmdLineMacro("VERIFIC");
 | 
				
			||||||
		veri_file::DefineCmdLineMacro("SYNTHESIS");
 | 
							veri_file::DefineCmdLineMacro("SYNTHESIS");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue