aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/UART_srcs/tx/makefile
blob: 83168f2f1114437a014b1ff9a84c3c4994e83629 (plain)
1
2
3
4
5
6
7
8
all:
	ghdl -i *.vhd
	ghdl -m tb_UART_TX_8N1
	ghdl -r tb_UART_TX_8N1 --stop-time=200us --wave=TX.ghw

view:
	gtkwave TX.ghw