Skip to content

Commit

Permalink
Portability
Browse files Browse the repository at this point in the history
  • Loading branch information
Arusekk committed Jan 10, 2025
1 parent b334c2d commit b05c00f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renode/build_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ if [ -z "$RENODE_ROOT" ]; then
echo "RENODE_ROOT not set; trying to guess from PATH"
RENODE_ROOT=$(renode --disable-gui --console -e 'python "import os;print(os.getcwd());os._exit(0)"' |tail -1)
fi
COSIM_DIR="$RENODE_ROOT/plugins/VerilatorIntegrationLibrary"
COSIM_DIR="$(find "$RENODE_ROOT" -name integration-library.cmake)"
COSIM_DIR="${COSIM_DIR%/*}"

CSOURCES=$(find "$COSIM_DIR" -name '*.cpp' | grep -v renode_cfu |grep -v buses)

Expand Down

0 comments on commit b05c00f

Please sign in to comment.