Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 425 Bytes

POSIT Project in BSc

Code compilation

To compile a verilog file use the command iverilog -o [name of the output file] [.v files]

Running simulation

The vvp simulation programs take 'vvp' files and runs them: vvp [vvp file]

Presentation compilation

to compile the presentation use

  • install pandoc markdown compiler sudo apt-get install pandoc

  • compile it pandoc -s -t beamer -o pres.pdf pres.md