mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Minimizing scripts (and more generally identifying root cause) isn't necessary for regular bug reports. Rather, it can be useful for developers working on *fixing* bugs, and also for fuzzers to avoid spam. Minor adjustments to `bugpoint.rst`. Add note to `advanced_bugpoint.rst` about primitives when minimizing scripts.
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			412 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			412 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| Working with the Yosys codebase
 | |
| -------------------------------
 | |
| 
 | |
| This section goes into additional detail on the Yosys source code and git
 | |
| repository.  This information is not needed for simply using Yosys, but may be
 | |
| of interest for developers looking to customise Yosys builds.
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 3
 | |
| 
 | |
|    extensions
 | |
|    build_verific
 | |
|    functional_ir
 | |
|    advanced_bugpoint
 | |
|    contributing
 | |
|    test_suites
 | |
| 
 |