mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	gate2lut: new techlib, for converting Yosys gates to FPGA LUTs.
This commit is contained in:
		
							parent
							
								
									12596b5003
								
							
						
					
					
						commit
						9ef078848a
					
				
					 10 changed files with 133 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								tests/lut/run-test.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								tests/lut/run-test.sh
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
#!/bin/bash
 | 
			
		||||
set -e
 | 
			
		||||
for x in *.v; do
 | 
			
		||||
  echo "Running $x.."
 | 
			
		||||
  ../../yosys -q -s check_map.ys -l ${x%.v}.log $x
 | 
			
		||||
done
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue