Skip to content

Instantly share code, notes, and snippets.

@ka9e
Created February 8, 2015 12:21
Show Gist options
  • Save ka9e/f394b6ee20a30b2f8776 to your computer and use it in GitHub Desktop.
Save ka9e/f394b6ee20a30b2f8776 to your computer and use it in GitHub Desktop.
Running testbench on GHDL
#!/bin/sh
ghdl -a $HDL_FILE
ghdl -a $TEST_BENCH
ghdl -r $TB_ENTITY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment