Browse Source

Add infos about fifo model to README

master
T. Meissner 4 years ago
parent
commit
f2e4f71292
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      README.md

+ 3
- 0
README.md View File

@ -17,5 +17,8 @@ A simple ALU design in VHDL. The formal checks contain various simple properties
### counter ### counter
A simple counter design in VHDL. The testbench contains various simple properties used by assert & cover directives which are proved with the SymbiYosys tool. A simple counter design in VHDL. The testbench contains various simple properties used by assert & cover directives which are proved with the SymbiYosys tool.
### fifo
A simple synchronous FIFO with various checks for write/read pointers, data and flags.
### vai_reg ### vai_reg
A simple register file with VAI (valid-accept-interface) which serves as test design to try formal verification of FSMs. A simple register file with VAI (valid-accept-interface) which serves as test design to try formal verification of FSMs.

Loading…
Cancel
Save