Skip to content

capopaul/Public-VHDL-Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vhdl-env

Setup

  • install hgdl

  • install gtkwave

  • to analyse a vhdl file : ghdl -a your_file.vhdl

  • to compile your vhdl entity : ghdl -e your_entity

  • to run your testbench : ghdl -r testbench --stop-time=5us --vcd=testbench.vcd

  • to open it with GTKwave : gtkwave testbench.vcd

Productive Environment

  • install Visual Studio Code

In Visual Studio Code:

  • install VHDL extension from Pu Zhao
  • install VHDL Formatter extension from Vinrobot

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors