Skip to content

FPGAwars/collection-default

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

default Collection

Icestudio Version

Default collection in Icestudio

License

Licensed under GPL-2.0.

Install

For installing and using this colection in Icestudio follow these steps:

  • Download the collection: stable or development
  • Install the collection: Tools > Collections > Add
  • Select the collection: Select > Collection

Translations

Language Locale Translated strings
English en
CZech cs_CZ
en en
Spanish es_ES

Blocks

  • Bit
    • 0
    • 1
  • Logic
    • Combinational
      • Mux 2-1
    • Gate
      • AND
      • NAND
      • NOR
      • NOT
      • OR
      • XNOR
      • XOR
    • Sequential
      • Debouncer
      • Flip-flop-D
      • Flip-flop-T
      • Prescaler22
      • PrescalerN
  • Setup
    • Pull-up-ecp5
    • Pull-up-ice40
    • Tri-state

Examples

  • 1. Basic
      1. One LED
      1. Two LEDs
      1. Three LEDs
      1. One LED blink
      1. Two LEDs alternate blink
      1. Pushbutton and LED
  • 2. Flip-flops
      1. DFF manual load
      1. Chain of three DFFs
      1. Ring of four DFFs
      1. Toggle button
      1. Binary counter with three TFFs
  • 3. Gates
      1. AND gate
      1. OR gate
      1. AND truth table
      1. OR truth table
      1. Multiplexer 2-1
      1. Decoder 2-4
      1. One bit adder
  • 4. Muxes
      1. Blinking fixed LED
      1. LED three states
      1. Multiplexer 4-1
      1. Shift register
  • 5. Markdown
      1. Headers list fonts
      1. Links and images
      1. Tables
      1. Code task list
      1. Youtube videos
  • 6. Verilog
      1. Four bits fixed binary value
      1. Four bits fixed hexadecimal value
      1. Eight bits fixed value buses
      1. Eight bits counter
      1. Split buses
      1. ROM 16x8
      1. ROM 16x8 file
      1. ROM 16x8 file generic
      1. ROM 16x8 table

Authors