Skip to content

Commit

Permalink
updated build command and image entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriaPoorsarvi committed Sep 20, 2024
1 parent b0648d6 commit 8e2f71a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ RUN ln -s qemu/build/aarch64-softmmu/qemu-system-aarch64 qemu-aarch64



CMD ["./runq", "images/bb-trace"]
CMD ["sh"]
7 changes: 7 additions & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ case $SIM in
conan build $FLEXUS_ROOT $profile --name=$SIM -of out -b missing
conan export-pkg $FLEXUS_ROOT $profile --name=$SIM -of out
;;
docker-build)
docker build . -t qflex-image
;;

docker-run)
docker run -it -v images:/qflex/images qflex-image
;;
[cC][Qq]|qemu)
pushd $QEMU_ROOT

Expand Down

0 comments on commit 8e2f71a

Please sign in to comment.