mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	cxxrtl: fix typo in comment. NFC.
This commit is contained in:
		
							parent
							
								
									d880f6eda2
								
							
						
					
					
						commit
						8d6e5c6391
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1142,7 +1142,7 @@ struct CxxrtlWorker { | |||
| 				} | ||||
| 				// The generated code has two bounds checks; one in an assertion, and another that guards the read.
 | ||||
| 				// This is done so that the code does not invoke undefined behavior under any conditions, but nevertheless
 | ||||
| 				// loudly crashes if an illegal condition is encountered. The assert may be turned off with -NDEBUG not
 | ||||
| 				// loudly crashes if an illegal condition is encountered. The assert may be turned off with -DNDEBUG not
 | ||||
| 				// just for release builds, but also to make sure the simulator (which is presumably embedded in some
 | ||||
| 				// larger program) will never crash the code that calls into it.
 | ||||
| 				//
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue