mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	chformal: Note about using -coverenable with the Verific frontend
This commit is contained in:
		
							parent
							
								
									5dfad5101d
								
							
						
					
					
						commit
						b636af9751
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -58,6 +58,11 @@ struct ChformalPass : public Pass { | ||||||
| 		log("    -coverenable\n"); | 		log("    -coverenable\n"); | ||||||
| 		log("        add cover statements for the enable signals of the constraints\n"); | 		log("        add cover statements for the enable signals of the constraints\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
|  | #ifdef YOSYS_ENABLE_VERIFIC | ||||||
|  | 		log("        Note: For the Verific frontend it is currently not guaranteed that a\n"); | ||||||
|  | 		log("        reachable SVA statement corresponds to an active enable signal.\n"); | ||||||
|  | 		log("\n"); | ||||||
|  | #endif | ||||||
| 		log("    -assert2assume\n"); | 		log("    -assert2assume\n"); | ||||||
| 		log("    -assume2assert\n"); | 		log("    -assume2assert\n"); | ||||||
| 		log("    -live2fair\n"); | 		log("    -live2fair\n"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue