Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
HLSFactory
Light Logo Dark Logo
  • HLSFactory
  • Install and Setup
  • Framework Overview
    • Designs and Design Datasets
    • Flows
    • Data Aggregation and Packaging
    • OptDSL
  • Tutorials and Demos
    • End-to-End Xilinx Flow
    • End-to-End Intel Flow
    • Data Aggregation and Packaging
    • Loading Custom Designs and Datasets
    • OptDSL Frontend for Design Space Expansion
    • HLS Tool Benchmarking and Regression Testing
    • Machine Learning for QoR Estimation
  • Built-In HLS Design Datasets
  • Extending HLSFactory
  • API Reference
    • hlsfactory
      • hlsfactory.utils
      • hlsfactory.datasets_builtin
      • hlsfactory.flow_harp
      • hlsfactory.data_packaging
      • hlsfactory.opt_dsl_frontend
      • hlsfactory.flow_bambu
      • hlsfactory.framework
      • hlsfactory.gather_data
      • hlsfactory.flow_intel
      • hlsfactory.flow_vitis
      • hlsfactory.opt_dsl_frontend_intel
Back to top
View this page

hlsfactory.flow_bambu¶

Module Contents¶

Classes¶

BambuSynthFlow

API¶

class hlsfactory.flow_bambu.BambuSynthFlow(bambu_bin: str | None = None, log_output: bool = False, log_execution_time: bool = True)¶

Bases: hlsfactory.framework.ToolFlow

name = 'BambuSynthFlow'¶
execute(design: hlsfactory.framework.Design, timeout: float | None = None) → list[hlsfactory.framework.Design]¶
Next
hlsfactory.framework
Previous
hlsfactory.opt_dsl_frontend
Copyright ©
Made with Furo
On this page
  • hlsfactory.flow_bambu
    • Module Contents
      • Classes
      • API
        • BambuSynthFlow
          • BambuSynthFlow.name
          • BambuSynthFlow.execute()