ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
|
Go to the source code of this file.
Namespaces | |
namespace | zlayout |
Main namespace for ZLayout library. | |
namespace | zlayout.component_interface |
Functions | |
ComponentManager | zlayout.component_interface.create_component_manager (str db_path="components.db") |
ComponentInterface | zlayout.component_interface.create_resistor (str name, float resistance, float tolerance=0.05) |
ComponentInterface | zlayout.component_interface.create_capacitor (str name, float capacitance, float voltage_rating=50.0) |
ComponentInterface | zlayout.component_interface.create_flipflop (str name, str ff_type="D") |
ComponentInterface | zlayout.component_interface.create_counter (str name, int width=8, bool count_up=True) |