mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Fixed the -vout flag to -vqm in examples/intel directory
This commit is contained in:
		
							parent
							
								
									3fd1d61e2a
								
							
						
					
					
						commit
						acee813a5c
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -1,2 +1,2 @@
 | 
				
			||||||
#/bin/env bash
 | 
					#/bin/env bash
 | 
				
			||||||
yosys -p "synth_intel -family cycloneiv -top top -vout top.vqm" top.v sevenseg.v
 | 
					yosys -p "synth_intel -family cycloneiv -top top -vqm top.vqm" top.v sevenseg.v
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1 +1 @@
 | 
				
			||||||
yosys -p "synth_intel -family max10 -top top -vout top.vqm" top.v sevenseg.v
 | 
					yosys -p "synth_intel -family max10 -top top -vqm top.vqm" top.v sevenseg.v
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,2 +1,2 @@
 | 
				
			||||||
#!/bin/env bash
 | 
					#!/bin/env bash
 | 
				
			||||||
yosys -p "synth_intel -family cycloneiv -top lfsr_updown -vout top.vqm" lfsr_updown.v
 | 
					yosys -p "synth_intel -family cycloneiv -top lfsr_updown -vqm top.vqm" lfsr_updown.v
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,2 +1,2 @@
 | 
				
			||||||
#!/bin/env bash
 | 
					#!/bin/env bash
 | 
				
			||||||
yosys -p "synth_intel -family max10 -top lfsr_updown -vout top.vqm" lfsr_updown.v
 | 
					yosys -p "synth_intel -family max10 -top lfsr_updown -vqm top.vqm" lfsr_updown.v
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue