mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	docs: Makefile tidying
examples and dots are now orthogonal.
This commit is contained in:
		
							parent
							
								
									2e1181a092
								
							
						
					
					
						commit
						468a019c30
					
				
					 12 changed files with 35 additions and 22 deletions
				
			
		|  | @ -8,9 +8,10 @@ EXAMPLE_DOTS := $(addsuffix .dot,$(EXAMPLE)) | |||
| CMOS = cmos_00 cmos_01 | ||||
| CMOS_DOTS := $(addsuffix .dot,$(CMOS)) | ||||
| 
 | ||||
| .PHONY: all dots | ||||
| all: dots example.out | ||||
| .PHONY: all dots examples | ||||
| all: dots examples | ||||
| dots: splice.dot $(EXAMPLE_DOTS) $(CMOS_DOTS) | ||||
| examples: example.out | ||||
| 
 | ||||
| splice.dot: splice.v | ||||
| 	$(YOSYS) -p 'prep -top splice_demo; show -format dot -prefix splice' splice.v | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue