mirror of
				https://github.com/YosysHQ/sby.git
				synced 2025-11-03 22:29:12 +00:00 
			
		
		
		
	Merge 8b73075e28 into ff98e51c13
				
					
				
			This commit is contained in:
		
						commit
						464ec58294
					
				
					 1 changed files with 25 additions and 0 deletions
				
			
		
							
								
								
									
										25
									
								
								tests/escapechars.sby
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								tests/escapechars.sby
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,25 @@
 | 
			
		|||
[options]
 | 
			
		||||
mode bmc
 | 
			
		||||
depth 1
 | 
			
		||||
expect fail
 | 
			
		||||
wait on
 | 
			
		||||
 | 
			
		||||
[engines]
 | 
			
		||||
smtbmc yices
 | 
			
		||||
smtbmc boolector
 | 
			
		||||
btor btormc
 | 
			
		||||
abc bmc3
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
[script]
 | 
			
		||||
read -sv escapechars.v
 | 
			
		||||
prep -top test
 | 
			
		||||
 | 
			
		||||
[file escapechars.v]
 | 
			
		||||
module test(
 | 
			
		||||
input \foo!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~bar
 | 
			
		||||
);
 | 
			
		||||
always @* begin
 | 
			
		||||
assert (\foo!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~bar );
 | 
			
		||||
end
 | 
			
		||||
endmodule
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue