forked from FPGAwars/icestudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md.backup
171 lines (101 loc) · 9.45 KB
/
README.md.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
[![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Logos/icestudio-github.svg)](https://github.com/FPGAwars/icestudio/wiki)
[![Build Status][build-image]][build-url]
[![Build Mac][build-mac-image]][build-mac-url]
![Version][version-image]
[![License][license-image]][license-url]
Digital Design for OpenSource FPGAs made easy: [icestudio.io](https://icestudio.io/)
# Platforms
Linux, Mac and Windows
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Logos/icestudio-platforms-small.png)
# Documentation
Find all the information on this [WIKI PAGE](https://github.com/FPGAwars/icestudio/wiki)
# Introduction
Icestudio is a design tool focused on new comers to the FPGA world
* **Step 1**: Draw your circuit
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Readme/draw-two-leds-0.6.0-default-.gif)
* **Step 2**: Upload it to your favorite OpenSource FPGA board
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Readme/upload-two-leds-0.6.0-default-.gif)
* **Step 3**: Done! 😀️
# Screenshots
## Hello world examples from the iceK collection
### Alhambra II board
([Example repo](https://github.com/FPGAwars/iceK/tree/main/examples/02-Generic-constants/Alhambra-II))
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Readme/screenshot-01-icek-Alhambra-II.png)
### iceBreaker board
([Example repo](https://github.com/FPGAwars/iceK/tree/main/examples/01-Turn-on-LEDs/iceBreaker))
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Readme/screenshot-02-icek-icebreaker.png)
## Icemem collection: example 23
([Icemem example repo](https://github.com/FPGAwars/iceMem/tree/master/examples))
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Readme/screenshot-03-icemem.png)
## SPI 7 segments 4 digits controller example
([SPI Display Notes](https://github.com/Obijuan/Cuadernos-tecnicos-FPGAs-libres/wiki/CT.7:-Display-SPI-de-4-d%C3%ADgitos-de-7-segmentos)) (In spanish)
![](https://raw.githubusercontent.com/Obijuan/Cuadernos-tecnicos-FPGAs-libres/master/wiki/CT7-display-7seg-spi/controller-13.png)
## RISC-V CPU
([Risc-V FPGA icestudio repo](https://github.com/Obijuan/RISC-V-FPGA))
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Readme/screenshot-04-RISC-V.png)
## Z80 CPU
([Z80-FPGA icestudio repo](https://github.com/Obijuan/Z80-FPGA))
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Readme/screenshot-05-Z80.png)
## Hack CPU (Nand2tetris project)
([Nand2tetris-icestudio repo](https://github.com/Obijuan/nand2tetris-icestudio))
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Readme/screenshot-06-Hack-Nand2tetris.png)
### Languages
<!-- START Language table -->
| Language | Translated strings |
|:----------:|:------------------:|
| Spanish (es_ES) | ![Progress](http://progress-bar.dev/100) |
| English (en) | ![Progress](http://progress-bar.dev/100) |
| German (de_DE) | ![Progress](http://progress-bar.dev/90) |
| Russian (ru_RU) | ![Progress](http://progress-bar.dev/78) |
| Japanese (ja_JP) | ![Progress](http://progress-bar.dev/76) |
| French (fr_FR) | ![Progress](http://progress-bar.dev/75) |
| Taiwanese (zh_TW) | ![Progress](http://progress-bar.dev/74) |
| Italian (it_IT) | ![Progress](http://progress-bar.dev/74) |
| Chinese (zh_CN) | ![Progress](http://progress-bar.dev/71) |
| Turkish (tr_TR) | ![Progress](http://progress-bar.dev/71) |
| Korean (ko_KR) | ![Progress](http://progress-bar.dev/71) |
| Basque (eu_ES) | ![Progress](http://progress-bar.dev/71) |
| Czech (cs_CZ) | ![Progress](http://progress-bar.dev/71) |
| Catalonian (ca_ES) | ![Progress](http://progress-bar.dev/66) |
| Dutch (nl_NL) | ![Progress](http://progress-bar.dev/61) |
| Galician (gl_ES) | ![Progress](http://progress-bar.dev/61) |
| Greek (el_GR) | ![Progress](http://progress-bar.dev/61) |
<!-- END Language table -->
**Contribute!**
Add or update the [app translations](https://github.com/FPGAwars/icestudio/tree/develop/app/resources/locale) using **[Poedit](https://poedit.net/)**.
*Developer note*:
* use `npm run gettext` to extract the labels from the code and update the template file (`template.pot`)
* use `scripts/update_translations.sh` to update current existing `*.po` language files based on the template (before editing them)
* use `grunt nggettext_compile` to regenerate `*.json` language files (these are what the IDE really need) to test them
*Developer note*: use `export NWJS_BUILD_TYPE=sdk` after npm install to enable the chrome web console.
## Contributors
|Version | Contributors |
|--------|--------------|
| 0.9-1 | [Juan González (Obijuan)](https://github.com/Obijuan) |
| 0.9 | [Carlos Venegas Arrabé](https://github.com/cavearr), [mslider](https://github.com/mSlider), [Joaquim (jojo535275)](https://github.com/jojo535275),[Fernando Mosquera](https://github.com/benitoss), [TheSnowfield](https://github.com/TheSnowfield), [Juan González (Obijuan)](https://github.com/Obijuan) |
| 0.8 | [Carlos Venegas Arrabé](https://github.com/cavearr), [Joaquim (jojo535275)](https://github.com/jojo535275), [Fernando Mosquera](https://github.com/benitoss), [Ümit Solmaz](https://github.com/usnotv), [TinLethax](https://github.com/TiNredmc), [seanybaggins](https://github.com/seanybaggins), [mslider](https://github.com/mSlider), [Juan González (Obijuan)](https://github.com/Obijuan) |
| 0.7 | [Carlos Venegas Arrabé](https://github.com/cavearr), [Juan González (Obijuan)](https://github.com/Obijuan), [Joaquim (jojo535275)](https://github.com/jojo535275) |
| 0.6 | [Carlos Venegas Arrabé](https://github.com/cavearr), [Juan González (Obijuan)](https://github.com/Obijuan), [Miodrag Milanovic](https://github.com/mmicko), [Pascal Cotret](https://github.com/pcotret), [aalku](https://github.com/aalku),, [Lorea Aldabaldetreku](https://github.com/Lorea-Aldabaldetreku), [TimRudy](https://github.com/TimRudy), [Sam](https://github.com/sam210723), [Kyle Lomem](https://github.com/KyleLomen), [pitrz](https://github.com/pitrz), [Francisco Sayas](https://github.com/fsayas), [jojo535275](https://github.com/jojo535275), [Fernando Mosquera](https://github.com/benitoss), Derek Lai, [wifasoi](https://github.com/wifasoi), Carls, [Datanoise](https://github.com/DatanoiseTV), Andrew Goodney, [Jose Miguel Sánchez García](https://github.com/jmi2k), [Alejomejia](https://github.com/alejomejia1), [reclaimed](https://github.com/reclaimed), [Marcel Ochsendorf](https://github.com/RBEGamer), [HwaGyeong](https://github.com/HwaGyeong) |
| 0.5 | [Carlos Venegas Arrabé](https://github.com/cavearr), [Juan González (Obijuan)](https://github.com/Obijuan), [Zakary Kamal Ismail](https://github.com/ZakCodes), [Sam](https://github.com/sam210723) |
| 0.4 | [Jesus Arroyo](https://github.com/Jesus89), [Carlos Venegas Arrabé](https://github.com/cavearr), [Elektor.Labs](https://github.com/elektor-labs), [Piotr Esden-Tempski](https://github.com/esden), [Miodrag Milanović](https://github.com/mmicko), [raTmole](https://github.com/ratmole), [Luca Cristaldi](https://github.com/wifasoi) |
| 0.3 | [Jesus Arroyo](https://github.com/Jesus89), [Luke Valenty](https://github.com/tinyfpga), [Lorea-Aldabaldetreku](https://github.com/Lorea-Aldabaldetreku), [Carlos Díaz](https://github.com/C47D), [Martoni](https://github.com/Martoni), [Xoan Sampaiño](https://github.com/xoan), [Unai](https://github.com/1138-4EB), [Francisco Sayas](https://github.com/fsayas), [Pascal Cotret](https://github.com/pcotret), [Juan Jose Luna Espinosa](https://github.com/yomboprime), [Salvador E. Tropea](https://github.com/set-soft), [redbeard](https://github.com/brianredbeard), [Eladio Delgado](https://github.com/EladioDM), [Philipp van Kempen](https://github.com/PhilippvK) |
| 0.2 | [Jesus Arroyo](https://github.com/Jesus89), [Tomás Calvo](https://github.com/tocalvo), [Juan González (Obijuan)](https://github.com/Obijuan), [Carlos Díaz](https://github.com/C47D), [Xoan Sampaiño](https://github.com/xoan), [Salvador E. Tropea](https://github.com/set-soft), [Democrito](https://github.com/Democrito), [Martoni](https://github.com/Martoni), [Pascal Cotret](https://github.com/pcotret) |
| 0.1 | [Jesus Arroyo](https://github.com/Jesus89), [Miguel Sánchez de León Peque](https://github.com/Peque) |
## Credits
* [Carlos Venegas Arrabé](https://github.com/cavearr) is the main developer since 2019/Oct
* [Jesus Arroyo](https://github.com/Jesus89) started this project on 2016/Jan/28. He was the main developer from 2016/Jan to 2019/Oct
* [FPGAwars](http://fpgawars.github.io/) community has developed this project in a voluntary and altruistic way since 02/2017.
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Logos/fpgawars-logo-small.png)
* [BQ](https://www.bq.com) sponsored this project from 02/2016 to 02/2017. Thanks
## License
Licensed under [GPL 2.0](http://opensource.org/licenses/GPL-2.0) and [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
--------
[![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Logos/fgpawars-banner.svg)](https://fpgawars.github.io/)
<!-- Badges -->
[version-image]: https://img.shields.io/badge/version-v0.9.1w-orange.svg
[license-image]: http://img.shields.io/:license-gpl-blue.svg
[license-url]: http://opensource.org/licenses/GPL-2.0
[build-image]: https://github.com/FPGAwars/icestudio/actions/workflows/main.yml/badge.svg
[build-url]: https://github.com/FPGAwars/icestudio/actions/workflows/main.yml
[build-mac-image]: https://github.com/FPGAwars/icestudio/actions/workflows/main-osx.yml/badge.svg
[build-mac-url]: https://github.com/FPGAwars/icestudio/actions/workflows/main-osx.yml