mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	There is so much templating going on that compiling wrappers.cc now takes 1m1.668s on an Apple M4…
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[build-system]
 | 
						|
requires = [
 | 
						|
	"setuptools>=42",
 | 
						|
	"pybind11>=3,<4",
 | 
						|
	"cxxheaderparser",
 | 
						|
]
 | 
						|
build-backend = "setuptools.build_meta"
 | 
						|
 | 
						|
[tool.ruff]
 | 
						|
target-version = "py38"
 | 
						|
lint.ignore = ["F541"]
 |