Parsing extended
Created by: nicologhielmetti
Extension of hls4ml.report.vivado_report.parse_vivado_report(...)
. The function now parses 4 different reports, if present in the folder passed in the argument - otherwise an exception is raised. The result will contain the following parsed reports:
CSynthesisReport
CosimReport
ImplementationReport
-
TimingReport
In addition,CSimResults
andCosimResults
are returned as well.