Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed May 4, 2017
2 parents 857ec0f + 523f426 commit 8c071a2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Toolchain-icestorm

[![Build Status](https://travis-ci.org/FPGAwars/toolchain-icestorm.svg?branch=v1.10.0)](https://travis-ci.org/FPGAwars/toolchain-icestorm)
[![Build Status](https://travis-ci.org/FPGAwars/toolchain-icestorm.svg?branch=v1.10.1)](https://travis-ci.org/FPGAwars/toolchain-icestorm)

## Introduction

Static binaries of the [Icestorm](http://www.clifford.at/icestorm) tools (yosys, arachne, icetools and icotools). Packaged for [Apio](https://github.com/FPGAwars/apio) and [Platformio](http://platformio.org/).
Static binaries of the [Icestorm](http://www.clifford.at/icestorm) tools (yosys, arachne, icetools and icotools). Packaged for [Apio](https://github.com/FPGAwars/apio) and [PlatformIO](http://platformio.org/).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Generate toolchain-icestorm-arch-ver.tar.gz from source code
# sources: http://www.clifford.at/icestorm/

VERSION=1.10.0
VERSION=1.10.1

# -- Target architectures
ARCH=$1
Expand Down
2 changes: 2 additions & 0 deletions scripts/compile_arachnepnr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ cd $UPSTREAM_DIR
# -- Clone the sources from github
test -e $ARACHNE || git clone --depth=1 $GIT_ARACHNE $ARACHNE
git -C $ARACHNE pull
echo ""
git -C $ARACHNE log -1

# -- Copy the upstream sources into the build directory
rsync -a $ARACHNE $BUILD_DIR --exclude .git
Expand Down
2 changes: 2 additions & 0 deletions scripts/compile_icestorm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ cd $UPSTREAM_DIR
# -- Clone the sources from github
test -e $ICESTORM || git clone --depth=1 $GIT_ICESTORM $ICESTORM
git -C $ICESTORM pull
echo ""
git -C $ARACHNE log -1

# -- Copy the upstream sources into the build directory
rsync -a $ICESTORM $BUILD_DIR --exclude .git
Expand Down
2 changes: 2 additions & 0 deletions scripts/compile_icotools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ cd $UPSTREAM_DIR
# -- Clone the sources from github
test -e $ICOTOOLS || git clone --depth=1 $GIT_ICOTOOLS $ICOTOOLS
git -C $ICOTOOLS pull
echo ""
git -C $ARACHNE log -1

# -- Copy the upstream sources into the build directory
rsync -a $ICOTOOLS $BUILD_DIR --exclude .git
Expand Down

0 comments on commit 8c071a2

Please sign in to comment.