Skip to content

Conditional import of pyosys

Szymon Kulis requested to merge conditional_pyosys into master

This merge request eliminates the rigid reliance on pyosys. If a user doesn't depend on the AnalyzedRTLDesign class, the absence of pyosys won't hinder them from utilizing other functionalities. However, if the AnalyzedRTLDesign functionality is essential and pyosys is unavailable, a meaningful exception will be raised to alert the user.

Merge request reports