diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-12-09 17:34:58 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | 8e06c39ed8311aeb36696d9f964550407e1c556e (patch) | |
tree | 5c511441a8c0b2a9bb2f5732dd4284ed725ad24a /doc/using/UART_srcs/rx/makefile | |
parent | 08eb2bfc7144e7698cf570478d6a4e3e81aaf31a (diff) | |
download | ghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.tar.gz ghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.tar.bz2 ghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.zip |
clean todos
Diffstat (limited to 'doc/using/UART_srcs/rx/makefile')
-rw-r--r-- | doc/using/UART_srcs/rx/makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/using/UART_srcs/rx/makefile b/doc/using/UART_srcs/rx/makefile deleted file mode 100644 index 3546a42ad..000000000 --- a/doc/using/UART_srcs/rx/makefile +++ /dev/null @@ -1,8 +0,0 @@ - -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 |