diff options
Diffstat (limited to 'doc/using/UART_srcs/tx/makefile')
-rw-r--r-- | doc/using/UART_srcs/tx/makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/using/UART_srcs/tx/makefile b/doc/using/UART_srcs/tx/makefile new file mode 100644 index 000000000..83168f2f1 --- /dev/null +++ b/doc/using/UART_srcs/tx/makefile @@ -0,0 +1,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 |