Skip to content

LearnFpgaEasily/BasicDff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is a code example to illustrate article on LearnFpgaEasily

Articles:

  1. What is a DFF (D-Flip-Flop) ?

To run the testbench you need cocotb(for both test), icarus-verilog(for verilog test) and ghdl(for vhdl test), and make

for vhdl

cd testbench
make TOPLEVEL_LANG=vhdl

for verilog

cd testbench
make TOPLEVEL_LANG=verilog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published