-
Hi, first of all, thank you for releasing these good codes in open source. It's just that you did this project in version vitis hls 2021.1 and vivado 2021.1, is there a problem if I do that hls code i…
-
Hello!
I am a student currently learning FPGA as part of my coursework. Our instructor places a lot of emphasis on hands-on experiments, and we were assigned several labs from Xilinx's official web…
-
from pathlib import Path
import numpy as np
import pytest
import torch
import torch.nn as nn
from hls4ml.converters import convert_from_pytorch_model
from hls4ml.utils.config import config_f…
-
Bumping to Xilinx Vivado2023.2 in our current container environment is failing with a couple of errors.
**Desktop:**
- OS: ESP centos7-full docker image
- CAD tools versions: Xilinx Vivado 2023…
-
We are using the vivado 2019.1 linux version lab edition
[Vivado 2019.1: Lab Edition - Linux] filename=Xilinx_Vivado_Lab_Lin_2019.1_0524_1430.tar.gz)
but it has no specific VIVADO_HLS. and we g…
-
I've got [a branch adding support for Layer Normalization](https://github.com/rianbrooksflynn/hls4ml/tree/layernorm) using either Keras or PyTorch with the Vivado backend in `io_parallel` mode, and I'…
-
Hi, everyone!
I'm trying to build finn_examples network resnet50_w1a2 but I'm getting:
`ERROR: [BD 5-390] IP definition not found for VLNV: xilinx.com:hls:Pool_hls_1:1.0`
As shown in the build …
-
Hi,
I have been trying to get this great project up and running. I was able to run C simulation and C Synthesis successfully under Vivado HLS. After that, I tired to run C/RTL co-simulation hoping …
-
First of all, very good job. But how did you manage to export the csynth as XML from Vivado? For me this is only possible as HTML. Or have I forgotten a corresponding hook?
-
I have been using Machsuite to benchmark a tool that we're developing. However, when I try to do a 'make hls', I get linking errors (underfined references).
So, I copied the support.c and support.h f…