mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			198 B
		
	
	
	
		
			Tcl
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			198 B
		
	
	
	
		
			Tcl
		
	
	
	
	
	
| puts "SDC constraints file says hello from arbitrary Tcl execution"
 | |
| set_false_path -from [get_pins s1/sa] -to [get_pins s1/sb]
 | |
| puts "This should print something:"
 | |
| puts [get_ports a b]
 | |
| puts "Did it?" |