Open kushalc2021 opened 2 years ago
@kushalc2021 this looks like an intermittent crash in vivado. Is this happening on every run? Have you made any changes compared to the CI runs?
@tmichalak We have not made any changes in the CI runs. Also we tried this on different machines and getting same issue.
Is this related to the RAM usage ? Can you specify the configuration of your build machines so that we can check that we have same/more required configuration
@kushalc2021 Locally I'm building it on a machine with 64GB of RAM. I can see in the logs that Vivado reported peak usage to be ~6.8GB. So in theory 8GB of RAM should be enough but I'd recommend more.
The tcmalloc
error from Vivado seems a bit strange though, the number of bytes it supposedly attempted to allocate is ridiculously high.
I'm running into something similar https://github.com/antmicro/alkali-csd-projects/issues/36, was there a resolution to this @kushalc2021 ?
This works with the flow without docker. Please find the doc attached for that. Antmicro-csd-project without docker.docx
This works with the flow without docker. Please find the doc attached for that. Antmicro-csd-project without docker.docx
Thanks! But doesn't this mean we have to install all the dependencies on the host machine (to build without docker)? Or are you still using docker somehow?
We have separate vivado installation and other required dependecies
We have separate vivado installation and other required dependecies
okay thanks, so you do all the development on the host machine right, no dockers?
@twilfredo
To generate the bit stream, we are using the host machine and the rest of the components built by docker.
Followed below steps and got attached .PNG error.