fastmachinelearning / hls4ml

Machine learning on FPGAs using HLS
https://fastmachinelearning.org/hls4ml
Apache License 2.0
1.24k stars 402 forks source link

add clock uncertainty configuration option #870

Closed jmitrevs closed 5 months ago

jmitrevs commented 1 year ago

Description

Allow for changing the clock uncertainty more easily in the config

Type of change

Tests

Added tests to both test_keras_api and test_pytorch_api.

Checklist

jmitrevs commented 1 year ago

Still missing: tests, update documentation, and update other than keras parsing.

jmitrevs commented 11 months ago

It seems like this option is just for Vivado_HLS and Vitis_HLS. There probably is a better way of specifying it than adding it to all the backend initial configs.