Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
FABulous: an Embedded FPGA Framework and CAD Tools v2.0.0b5.dev38+g45ffbc8f0
Logo
FABulous: an Embedded FPGA Framework and CAD Tools v2.0.0b5.dev38+g45ffbc8f0
  • Getting Started
    • Quick start
    • Installation Method
      • venv based setup
      • uv based setup
      • Install Required CAD tools
      • docker based setup
      • Nix-based Development Environment
  • User Guide
    • Building your eFPGA
      • Fabric definition
      • Building fabric
      • FABulous Fabric Automation
      • Convert your design into GDSII format
      • GDS Flow Configuration Variables
    • CLI Usage Guide
      • FABulous CLI — Features and Usage
      • Interactive CLI Commands Reference
      • FABulous Configuration Variables
    • Using the eFPGA
      • Synthesis
        • Yosys models
        • Yosys compilation
      • Place and Route
        • Nextpnr models
        • Nextpnr compilation
      • FASM to Bitstream
    • Simulation and emulation
      • Simulation setup
      • Emulation setup
  • Development
  • Chip Gallery
  • Team and Contact
  • Publications
  • API Reference
    • fabulous
      • custom_exception
      • fabric_cad
        • gen_bitstream_spec
        • gen_design_top_wrapper
        • gen_npnr_model
      • fabric_definition
        • bel
        • configmem
        • define
        • fabric
        • gen_io
        • port
        • supertile
        • tile
        • wire
        • yosys_obj
      • fabric_generator
        • code_generator
          • code_generator
          • code_generator_VHDL
          • code_generator_Verilog
        • gds_generator
          • flows
            • fabric_macro_flow
            • flow_define
            • full_fabric_flow
            • tile_macro_flow
          • gen_io_pin_config_yaml
          • helper
          • script
            • fabric_io_place
            • odb_power
            • odb_protocol
            • tile_io_place
          • steps
            • add_buffer
            • auto_diode
            • condition_magic_drc
            • custom_pdn
            • extract_pdk_info
            • fabric_IO_placement
            • global_tile_opitmisation
            • odb_connect_pdn
            • round_die_area
            • tile_IO_placement
            • tile_optimisation
            • while_step
        • gen_fabric
          • fabric_automation
          • gen_configmem
          • gen_fabric
          • gen_helper
          • gen_switchmatrix
          • gen_tile
          • gen_top_wrapper
        • parser
          • parse_configmem
          • parse_csv
          • parse_hdl
          • parse_switchmatrix
      • fabulous
      • fabulous_api
      • fabulous_cli
        • cmd_synthesis
        • fabulous_cli
        • helper
      • fabulous_settings
      • geometry_generator
        • bel_geometry
        • fabric_geometry
        • geometry_gen
        • geometry_obj
        • port_geometry
        • sm_geometry
        • tile_geometry
        • wire_geometry
      • processpool
Back to top
View this page
Edit this page

fabulous¶

FABulous FPGA framework package.

This file marks the FABulous directory as a Python package so Sphinx and tools can import modules (e.g., FABulous.fabric_definition) during documentation builds.

Submodules¶

  • custom_exception
  • fabric_cad
  • fabric_definition
  • fabric_generator
  • fabulous
  • fabulous_api
  • fabulous_cli
  • fabulous_settings
  • geometry_generator
  • processpool
Next
custom_exception
Previous
API Reference
Copyright © 2021, University of Manchester
Made with Sphinx and @pradyunsg's Furo
On this page
  • fabulous
    • Submodules