mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Next dev cycle
This commit is contained in:
		
							parent
							
								
									60f126cd00
								
							
						
					
					
						commit
						8af60b7e17
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2,6 +2,9 @@
 | 
			
		|||
List of major changes and improvements between releases
 | 
			
		||||
=======================================================
 | 
			
		||||
 | 
			
		||||
Yosys 0.55 .. Yosys 0.56-dev
 | 
			
		||||
--------------------------
 | 
			
		||||
 | 
			
		||||
Yosys 0.54 .. Yosys 0.55
 | 
			
		||||
--------------------------
 | 
			
		||||
 * Various
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -160,7 +160,7 @@ ifeq ($(OS), Haiku)
 | 
			
		|||
CXXFLAGS += -D_DEFAULT_SOURCE
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
YOSYS_VER := 0.55
 | 
			
		||||
YOSYS_VER := 0.55+0
 | 
			
		||||
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
 | 
			
		||||
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
 | 
			
		||||
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)
 | 
			
		||||
| 
						 | 
				
			
			@ -183,7 +183,7 @@ endif
 | 
			
		|||
OBJS = kernel/version_$(GIT_REV).o
 | 
			
		||||
 | 
			
		||||
bumpversion:
 | 
			
		||||
#	sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline db72ec3.. | wc -l`/;" Makefile
 | 
			
		||||
	sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 60f126c.. | wc -l`/;" Makefile
 | 
			
		||||
 | 
			
		||||
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue