aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/UART_srcs/vhpi/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/using/UART_srcs/vhpi/makefile')
-rw-r--r--doc/using/UART_srcs/vhpi/makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/using/UART_srcs/vhpi/makefile b/doc/using/UART_srcs/vhpi/makefile
deleted file mode 100644
index fdf5bc3b0..000000000
--- a/doc/using/UART_srcs/vhpi/makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-all:
-
- rm -rf work
- mkdir work
-
- ghdl -a --work=work --workdir=work tty_pkg.vhd
- gcc -c -fPIC tty.c -o tty.o
-
- ghdl -a --work=work --workdir=work ../capitalisation/capitalisation.vhd
- ghdl -a --work=work --workdir=work tb_tty.vhd
-
- ghdl -e -Wl,tty.o --ieee=synopsys -fexplicit --workdir=work -Pwork tb_tty
-# ghdl -r tb_tty --wave=tbench.ghw
- ghdl -r tb_tty --wave=tbench.ghw --stop-time=500000us
-
-
-view:
- gtkwave tbench.ghw a.gtkw
-