Tim Snyder
Tim Snyder
https://github.com/firesim/firesim/blob/1c789350b047feee193430dffd3dea228d0046ab/docs/Advanced-Usage/Debugging-and-Profiling-on-FPGA/Assertion-Synthesis.rst#L15 mentions there being a `*.asserts` file that lists all of the assertions. I think that's out of date now. Should we mention looking at the `FireSim-const.h` for the array...
https://github.com/Xilinx/XRT/blame/master/src/runtime_src/doc/toc/build.rst#L16-L35 I think you guys require C++17 based on the fact that I'm getting messages like this from cmake: ``` CMake Error in /home/centos/XRT/tests/validate/ps_aie_test/CMakeLists.txt: Target "ps_aie.exe" requires the language dialect...
https://github.com/firesim/firesim/blob/43a1bfea98d4dd5561830a1a66e1c0045a47340a/deploy/runtools/run_farm_deploy_managers.py#L611 When I am running the code above on EC2, I'm hitting a `NameError: name 'EC2InstanceResource' is not defined` because `EC2InstanceResource` is imported only `if TYPE_CHECKING` and thus is not...
# Observed Behavior Adding a package to an input specs file and then asking for the conda-lock to `--update` that package causes the environment to be completely solved and the...
I've recently run into issues where I see rsync fail with: ``` 2023-03-06--03-40-51-infrasetup-VXMYBC69ALNO3NYZ.log:2023-03-06 03:41:43,238 [flush ] [INFO ] Fatal error: local() encountered an error (return code 12) while executing 'rsync...
When one uses XRT for Alveo support, [the default setup.sh ](https://github.com/Xilinx/XRT/blob/d145cb9801709fed3f3f1aac1d9a3528996e4d72/src/runtime_src/tools/scripts/install.sh#L360) will put a trailing colon in LD_LIBRARY_PATH and then [buildroot/support/dependencies/dependencies.sh will think that CWD is in LD_LIBRARY_PATH](https://github.com/buildroot/buildroot/blob/1fcdfbfb8a28b81283575efc3faa92ce4a0d4e56/support/dependencies/dependencies.sh#L15-L21). ``` 2022-05-25...