-
## Prerequisites
Please make sure to check off these prerequisites before submitting a bug report.
- [x] Test that the bug appears on the current version of the dev-branch. Make sure to include the …
-
Not sure if this is a great title, so I can change it if necessary. I have been having an issue recently, where I have _huge_ delays when my editor (Neovim) goes to complete something. I boiled it dow…
-
Buenas tardes
Seguí las instrucciones de otra issue para descargar Vivado desde la terminal. Me aparece "ERROR: There is not enough disk space on C:\Xilinx to install.". Tengo otro drive, D: con much…
-
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 …
-
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…
-
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…
-
## USB no response after cable plug in
- change to another usb port (back port on mother board is the best if PC)
## normal driver status
![image](https://github.com/user-attachments/assets/14b2164…
-
Hi it seems the changes needed for 2021-2023 is minor.
```
diff --git a/examples/alpha250/adc-dac-dma/block_design.tcl b/examples/alpha250/adc-dac-dma/block_design.tcl
index e28f2090..edb64099 10…
-
Currently, if you try to use a flip flop with a shaped input, the conversion fails when using `XilinxPlatform`.
Other places in the code might be affected to, I haven't checked that.
To reproduce:…
-
I've tested xilinx IPs like multiplier, complex multiplier, divider and FFT in spinal-sim using XSim, most of them work just fine.
But complex multiplier and FFT seems not working properly. I change…