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.gather_data¶

Module Contents¶

Classes¶

FileFormat

Functions¶

main

API¶

hlsfactory.gather_data.main(args: argparse.Namespace) → None[source]¶
class hlsfactory.gather_data.FileFormat(*args, **kwds)[source]¶

Bases: enum.Enum

CSV = 'csv'¶
JSON = 'json'¶
SQLITE = 'sqlite'¶
Next
hlsfactory.flow_intel
Previous
hlsfactory.framework
Copyright ©
Made with Furo
On this page
  • hlsfactory.gather_data
    • Module Contents
      • Classes
      • Functions
      • API
        • main()
        • FileFormat
          • FileFormat.CSV
          • FileFormat.JSON
          • FileFormat.SQLITE