mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	| When a plugin is being loaded from Python source, the binding will be
available under
    import libyosys
That is unfortunately different from how a self-standing Python program
would import the Yosys interface, which is
    from pyosys import libyosys
Until that is made consistent, at least fix the example to have it
working as is. | ||
|---|---|---|
| .. | ||
| aiger | ||
| anlogic | ||
| basys3 | ||
| cmos | ||
| cxx-api | ||
| gowin | ||
| igloo2 | ||
| intel | ||
| mimas2 | ||
| osu035 | ||
| python-api | ||
| smtbmc | ||