Skip to content

Commit

Permalink
Added warning about memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Nov 20, 2020
1 parent 4b3b35a commit 2bfb883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Hast.Abstractions/Hast.Vitis.Abstractions/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For Nimbix-specific instructions see [the Nimbix docs](Docs/Nimbix.md).

Even after everything is installed, you have to make sure that the executing user's environment variables are correctly set by sourcing the setup scripts [as described in the documentation](https://www.xilinx.com/html_docs/xilinx2019_2/vitis_doc/rbk1547656041291.html). You can add these commands into the `~/.bashrc` file to avoid having to type them every time. If running from the cloud, like Nimbix, this is probably handled automatically.

For setup instructions on the Nimbix cloud see the [Nimbix-specific instructions](Nimbix.md).
For setup instructions on the Nimbix cloud see the [Nimbix-specific instructions](Docs/Nimbix.md).


## Cross Compilation
Expand All @@ -41,3 +41,4 @@ If you just want to generate a simulation report, you can do that without the fu
```
--HardwareGenerationConfiguration:CustomConfiguration:VitisBuildConfiguration:SynthesisOnly true
```
Available system memory is an important factor. Unless you have a lot, you won't be able to compile multiple projects at the same time. When V++ runs out of available memory it rather crashes than waits so it's best practice to not do anything involved on the machine during compilation.

0 comments on commit 2bfb883

Please sign in to comment.