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