aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/UART_srcs/rx/makefile
blob: 3546a42ad5ea0f775af3ce4de40ba144a90e5d47 (plain)
1
2
3
4
5
6
7
8
all:
	ghdl -i *.vhd
	ghdl -m tb_UART_RX_8N1
	ghdl -r tb_UART_RX_8N1 --stop-time=800us --wave=RX.ghw

view:	
	gtkwave RX.ghw