hls4ml.backends.symbolic package

Subpackages

Submodules

hls4ml.backends.symbolic.symbolic_backend module

class hls4ml.backends.symbolic.symbolic_backend.SymbolicExpressionBackend

Bases: FPGABackend

build(model, reset=False, csim=True, synth=True, cosim=False, validation=False, export=False, vsynth=False)
create_initial_config(part='xcvu9p-flga2577-2-e', clock_period=5, clock_uncertainty=None, io_type='io_parallel', compiler='vivado_hls', hls_include_path=None, hls_libs_path=None)

Create the minimal conversion config for the backend.

Subclasses should implement this method to provide the initial configuration for the conversion.

get_default_flow()

The name of the default flow of the backend.

Default flow is used as the conversion target if the target flow has not been specified.

get_writer_flow()

Module contents