output.output_best_area module¶
-
class
output.output_best_area.OutputBestArea(settings)¶ Bases:
circa.stages.output.output.OutputOutput subclass that prints a table containing all valid approximated circuits sorted by area.
-
setup(gen_info)¶ Sets up the Output instance using a GeneralInformation instance. Provides a default implementation.
Parameters: gen_info ( GeneralInformation) – The framework’s GeneralInformation instance.
-
process()¶ Outputs formatted results using information stored in gen_info.
-