fix open files issue and bump firesim with various fixes

This commit is contained in:
Sagar Karandikar
2022-10-16 17:19:12 -07:00
parent fb2f83b90c
commit a646044705
3 changed files with 14 additions and 1 deletions

View File

@@ -96,4 +96,5 @@ $RDIR/scripts/gen-tags.sh
cat << EOT >> env.sh
# line auto-generated by $0
conda activate $RDIR/.conda-env
source $RDIR/scripts/fix-open-files.sh
EOT