Jovan Mitrevski

Results 133 comments of Jovan Mitrevski

I was able to manually reproduce it. It is in the vivado_accelerator_writer not liking the pre-commit changes: ```python elif 'void myproject(' in line: newline = f'void {model.config.get_project_name()}_axi(\n' ``` This basically...

When working with CNNs I get lots of warnings of the type: ``` WARNING: [HLS 214-113] Either use an argument of the function or declare the variable inside the dataflow...

This was fixed in #749 for Quartus, so closing.

Any more news on this?

What is the plan for this in general? Is this where we'll attack with the new code generation framework?

For larger models with CNNs you should use `io_type="io_stream"`. That also supports skip stops. For CNNs, `io_type="io_parallel"` is only for small models without skip connections, or MLPs.