mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Added note about SystemVerilog assert statement to README
This commit is contained in:
		
							parent
							
								
									fa92722358
								
							
						
					
					
						commit
						1e2440e7ed
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								README
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								README
									
										
									
									
									
								
							| 
						 | 
					@ -270,6 +270,11 @@ Verilog Attributes and non-standard features
 | 
				
			||||||
  for everything that comes after the {* ... *} statement. (Reset
 | 
					  for everything that comes after the {* ... *} statement. (Reset
 | 
				
			||||||
  by adding an empty {* *} statement.)
 | 
					  by adding an empty {* *} statement.)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- The "assert" statement from SystemVerilog is supported in its most basic
 | 
				
			||||||
 | 
					  form. In module context: "assert property (<expression>);" and within an
 | 
				
			||||||
 | 
					  always block: "assert(<expression>);". It is transformed to a $assert cell
 | 
				
			||||||
 | 
					  that is supported by the "sat" and "write_btor" commands.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Workarounds for known build problems
 | 
					Workarounds for known build problems
 | 
				
			||||||
====================================
 | 
					====================================
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue