mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	verific - respect order of read and write for rams
This commit is contained in:
		
							parent
							
								
									31ee566ece
								
							
						
					
					
						commit
						7b134c2a8c
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -2951,6 +2951,9 @@ struct VerificPass : public Pass {
 | 
				
			||||||
			RuntimeFlags::SetVar("db_infer_wide_operators", 1);
 | 
								RuntimeFlags::SetVar("db_infer_wide_operators", 1);
 | 
				
			||||||
			RuntimeFlags::SetVar("db_infer_set_reset_registers", 0);
 | 
								RuntimeFlags::SetVar("db_infer_set_reset_registers", 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								// Properly respect order of read and write for rams
 | 
				
			||||||
 | 
								RuntimeFlags::SetVar("db_change_inplace_ram_blocking_write_before_read", 1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			RuntimeFlags::SetVar("veri_extract_dualport_rams", 0);
 | 
								RuntimeFlags::SetVar("veri_extract_dualport_rams", 0);
 | 
				
			||||||
			RuntimeFlags::SetVar("veri_extract_multiport_rams", 1);
 | 
								RuntimeFlags::SetVar("veri_extract_multiport_rams", 1);
 | 
				
			||||||
			RuntimeFlags::SetVar("veri_allow_any_ram_in_loop", 1);
 | 
								RuntimeFlags::SetVar("veri_allow_any_ram_in_loop", 1);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue