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