Skip to content

Commit

Permalink
target to make automatically binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Apr 20, 2020
1 parent fbc2eae commit cef7348
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ ver:
build:
docker build -t $(IMAGE):v$(VERSION) .

bins:
./wrap.sh -e FPGA_SIZE="12 25 45 85" -e SDRAM_SIZE=32 -e DIST_OUT=/dist/saxon-32-$(VERSION)

bins64:
./wrap.sh -e FPGA_SIZE="85" -e SDRAM_SIZE=64 -e SDRAM_TIMING=AS4C32M16SB_7TCN_ps -e DIST_OUT=/dist/saxon-64-$(VERSION)

push:
docker push $(IMAGE):v$(VERSION)

Expand Down

0 comments on commit cef7348

Please sign in to comment.