aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/UART_srcs/capitalisation/makefile
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-12-09 17:34:58 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commit8e06c39ed8311aeb36696d9f964550407e1c556e (patch)
tree5c511441a8c0b2a9bb2f5732dd4284ed725ad24a /doc/using/UART_srcs/capitalisation/makefile
parent08eb2bfc7144e7698cf570478d6a4e3e81aaf31a (diff)
downloadghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.tar.gz
ghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.tar.bz2
ghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.zip
clean todos
Diffstat (limited to 'doc/using/UART_srcs/capitalisation/makefile')
-rw-r--r--doc/using/UART_srcs/capitalisation/makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/using/UART_srcs/capitalisation/makefile b/doc/using/UART_srcs/capitalisation/makefile
deleted file mode 100644
index ad8a01b04..000000000
--- a/doc/using/UART_srcs/capitalisation/makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-all:
- rm -rf work
- mkdir work
-
- ghdl -a --work=work --workdir=work top_capitalisation.vhd
- ghdl -a --work=work --workdir=work capitalisation.vhd
- ghdl -a --work=work --workdir=work ../rx/UART_RX_8N1.vhd
- ghdl -a --work=work --workdir=work ../tx/UART_TX_8N1.vhd
- ghdl -a --work=work --workdir=work capitalisation.vhd
-
- ghdl -a --work=work --workdir=work tb_capitalisation.vhd
- ghdl -e --workdir=work -Pwork tb_capitalisation
- ghdl -r tb_capitalisation --wave=tbench.ghw --stop-time=700us
-
-
-view:
- gtkwave tbench.ghw a.gtkw
-