Skip to content

Commit

Permalink
Release 0.3.0-beta. Update Readme. Add counter sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Dec 23, 2016
1 parent 0a7eb36 commit 8cd0a3c
Show file tree
Hide file tree
Showing 6 changed files with 408 additions and 12 deletions.
34 changes: 24 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="./doc/images/icestudio-logo-label.png" align="center">

[![License](http://img.shields.io/:license-gpl-blue.svg)](http://opensource.org/licenses/GPL-2.0)
[![Documentation Status](https://readthedocs.org/projects/icestudio/badge/?version=stable)](http://icestudio.readthedocs.io/en/stable/)
[![Documentation Status](https://readthedocs.org/projects/icestudio/badge/?version=latest)](http://icestudio.readthedocs.io/en/latest)


**Experimental** graphic editor for open FPGAs. Built on top of the [icestorm project](http://www.clifford.at/icestorm/).
Expand All @@ -17,15 +17,29 @@ Supported boards:
* [icoBOARD 1.0](http://icoboard.org/about-icoboard.html)
* [Kéfir I](http://fpgalibre.sourceforge.net/Kefir/)

## Version 0.3.0-beta
Supported operating systems:

If you want to add blocks or examples, please contribute to [icestudio-blocks](https://github.com/FPGAwars/icestudio-blocks) or [icestudio-examples](https://github.com/FPGAwars/icestudio-examples).
* GNU/Linux
* Windows
* Mac OS X

## Development
## Version 0.3.0-beta (latest)

### Installation

1. Install [Python 2.7](https://www.python.org)

2. Download the [release](https://github.com/FPGAwars/icestudio/releases/tag/0.3.0-beta), unzip and execute **icestudio**

Install [Python 2.7](https://www.python.org/downloads/release/python-2711/)
Documentation: http://icestudio.readthedocs.io/en/latest

Install [nodejs](https://github.com/nodejs/node)
NOTE: if you want to add blocks or examples, please contribute to [icestudio-blocks](https://github.com/FPGAwars/icestudio-blocks) or [icestudio-examples](https://github.com/FPGAwars/icestudio-examples).

<img src="./doc/images/icestudio-0.3.0-beta.png" width="700" align="center">

## Development

Install [Python 2.7](https://www.python.org/downloads/release/python-2711/) and [nodejs](https://github.com/nodejs/node).

Using [Atom](https://atom.io/) editor with [linter-jshint](https://atom.io/packages/linter-jshint).

Expand Down Expand Up @@ -91,11 +105,9 @@ There is a [Wishlist](https://github.com/FPGAwars/icestudio/wiki/Wishlist:-propo

1. Install [Python 2.7](https://www.python.org)

2. Download the [release](https://github.com/FPGAwars/icestudio/releases), unzip and execute **icestudio**

**Documentation: http://icestudio.readthedocs.io**
2. Download the [release](https://github.com/FPGAwars/icestudio/releases/tag/0.2.3), unzip and execute **icestudio**

Supported on Linux, Windows and Mac OSX.
Documentation: http://icestudio.readthedocs.io/en/stable

<img src="./doc/images/icestudio-0.2.3.png" width="700" align="center">

Expand Down Expand Up @@ -126,6 +138,8 @@ Supported on Linux, Windows and Mac OSX.

## Contributors

* v0.3

* v0.2
* [Tomás Calvo](https://github.com/tocalvo)
* [Juan González (Obijuan)](https://github.com/Obijuan)
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icestudio",
"version": "0.3.0-dev",
"version": "0.3.0-beta",
"description": "Experimental graphic editor for open FPGAs",
"author": "Jesús Arroyo Torrens <[email protected]>",
"repository": "https://github.com/FPGAwars/icestudio",
Expand Down
Binary file added doc/images/icestudio-0.3.0-beta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icestudio",
"version": "0.3.0-dev",
"version": "0.3.0-beta",
"description": "Experimental graphic editor for open FPGAs",
"author": "Jesús Arroyo Torrens <[email protected]>",
"repository": "https://github.com/FPGAwars/icestudio",
Expand Down
Loading

0 comments on commit 8cd0a3c

Please sign in to comment.