Skip to content

jsupratman13/advance_computer_system_design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FPGA course 2018

Written in VHDL

ghdl installation on Ubuntu 16.04

sudo apt install libgnat-4.9
sudo apt install gtkwave
wget https://github.com/ghdl/ghdl/releases/download/v0.33/ghdl_0.33-1jessie1_amd64.deb
sudo dpkg --install ghdl_0.33-1jessie1_amd64.deb

compile

  • Enter directory of one of the exercise
make
  • To make your own Makefile, replace the following with your own source files:
    • List your main source files in the NETLIST
    • Write your test bench file name in the TESTBENCH
    • Write your test bench entity name in the NAME

simulate

gtkwave <filename>.vcd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published