- Navigate to directory containing the [module].v file AND the [module]_tb.v file
- Run the following commands:
iverilog -g2012 -o [part].vvp [part].v [part]_tb.v
vvp [part].vvp- Fork from upstream and occasionally pull from upstream to fork to keep the fork up to date
- Make a new branch on the fork then make commits on that new branch
- Pull the fork's branch into the codebase using a pull request
Make multiple commits with slightly descriptive names and THEN if you know you're going to make the last commit, format it as follows:
docs(dn): [Name] MM/DD/YYYY