Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianyi Cheng authored and kumasento committed Jun 18, 2021
1 parent 1c98c04 commit 86a0b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
user=$(if $(shell id -u),$(shell id -u),9001)
group=$(if $(shell id -g),$(shell id -g),1000)
phism=/workspace
vhls=/jc9016/tools/Xilinx/2020.2
vhls=/tools/Xilinx/2020.2
th=1

# Build Phism
Expand All @@ -10,7 +10,7 @@ build-docker: test-docker
-c "make build-phism"
echo "Phism has been installed successfully!"

# Clone submodule and build docker container
# Build docker container
test-docker:
(cd Docker; docker build --build-arg UID=$(user) --build-arg GID=$(group) --build-arg VHLS_PATH=$(vhls) . --tag phism8)

Expand Down

0 comments on commit 86a0b9b

Please sign in to comment.