mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Some improvements in fsm_opt and fsm_map for FSM with unreachable states
This commit is contained in:
		
							parent
							
								
									51aa5544fb
								
							
						
					
					
						commit
						2faef89738
					
				
					 3 changed files with 104 additions and 52 deletions
				
			
		|  | @ -17,7 +17,8 @@ python generate.py | |||
| 		idx=$( printf "%05d" $i ) | ||||
| 		echo "temp/uut_${idx}.log: temp/uut_${idx}.ys temp/uut_${idx}.v" | ||||
| 		echo "	@echo -n '[$i]'" | ||||
| 		echo "	@../../yosys -ql temp/uut_${idx}.log temp/uut_${idx}.ys" | ||||
| 		echo "	@../../yosys -ql temp/uut_${idx}.out temp/uut_${idx}.ys" | ||||
| 		echo "	@mv temp/uut_${idx}.out temp/uut_${idx}.log" | ||||
| 		echo "	@grep -q 'SAT proof finished' temp/uut_${idx}.log && echo -n K || echo -n T" | ||||
| 		all_targets="$all_targets temp/uut_${idx}.log" | ||||
| 	done | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue