Skip to content

Releases: FPGAwars/Collection-Jedi

v2.0

13 May 12:11
Compare
Choose a tag to compare

What's Changed

  • Update blocks to Icestudio 0.12: Fix verify errors (By @Obijuan )
  • LED effect blocks moved to the iceLED collection (By @Obijuan )
  • Bus blocks moved to the iceBus collection (By @Obijuan)
  • Binary coders and encoders move to the icecoders collection (By @Obijuan )
  • Muxes and Demuxes moved to the icemux collection (By @Obijuan )
  • Constant moved to the iceK collection (By @Obijuan )
  • IO/pull-up pins moved to the IceIO collection (By @Obijuan )
  • Logic gates moved to the iceGates collection (By @Obijuan )
  • Arithmetics blocks moved to the IceArith collection (By @Obijuan )
  • Flip-flops moved to the iceFF collection (By @Obijuan )
  • Bus elementos moved to the iceWires collection (By @Obijuan )
  • Comparators moved to the icecomp collection (By @Obijuan )
  • Counters moved to the icecounter collection (By @Obijuan )
  • Machines moved to the iceMachine collection (By @Obijuan )
  • Bottons moved to the iceInput collection (By @Obijuan )
  • Serial blocks moved to the iceSerial collection (By @Obijuan )
  • Registers moved to the iceRegs collection (By @Obijuan )
  • Memories moved to the iceMem collection (By @Obijuan )
  • Actualizaciones y añadir módulos. by @Democrito in #16
  • Delete Serial2Binary8bits.ice by @Democrito in #15
  • Delete Serial2Binary16bits.ice by @Democrito in #14
  • Convertidores de ASCII (serial RX) a int8, int16, uint8, uint16 by @Democrito in #18

Full Changelog: v1.12.0...v2.0

v1.12.0

15 May 16:08
Compare
Choose a tag to compare

What's Changed

Jedi Collection V1.11.0

21 May 08:45
Compare
Choose a tag to compare
  • Stack Pointers updated
  • More memories added
  • Cherry key block
  • 4Bytes buffer
  • More muxes for different bit lentghs
  • More comparators for different bit lengths
  • accumulators
  • More bus stuff added, for different bit lengths
  • New Bus access block added

Jedi Collection V1.10.0

10 Dec 20:15
Compare
Choose a tag to compare
  • MAX7912 Driver, by @Democrito
  • SPI Master, by @Democrito
  • 2-bits stack pointer
  • 32-bits components: comparators, muxes, consts...
  • More memories added
  • More components needed for the stdio collection examples
  • More components needed
  • Many more blocks that were needed in our development projects

Jedi Collection V1.9.0

05 Sep 08:15
Compare
Choose a tag to compare
  • Templates for creating components (Icestudio 0.5-dev or higher needed)
  • R/W memories
  • Bootloader machine
  • Memories with the hardware bootloader embedded
  • Free-falling block: Calculation of the position and velocity of an 8-bit particle in a gravity field
  • Many more blocks that were needed in our development projects

Jedi Collection V1.8.0

20 Jul 11:05
Compare
Choose a tag to compare

Version released for the Application notes: CT.7: 4x7 segments SPI Display

Jedi Collection V1.7.0

03 Jul 20:04
Compare
Choose a tag to compare

Version released for the Application notes CT.6: SPI master

Jedi Collection V1.6.0

13 Jun 15:59
Compare
Choose a tag to compare

Version released for the Application notes CT.5: SPI esclavo

Jedi Collection V1.5.0

28 May 17:57
Compare
Choose a tag to compare

Version released for the Application notes CT.4: Control de LEDs

Jedi Collection V1.4.0

20 Apr 18:41
Compare
Choose a tag to compare

Version released for the Application notes CT.3: Pines de Entrada Salida

InOut blocks and examples added