From 71b98af4fc5b80dc5fd4cb0d23a213d302beac14 Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Thu, 6 Aug 2020 14:52:36 +0530 Subject: Update outitf.c --- src/outitf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/outitf.c b/src/outitf.c index fe60f7a..7cd0ddb 100644 --- a/src/outitf.c +++ b/src/outitf.c @@ -48,7 +48,7 @@ Modified: 2000 AlansFixes, 2013/2015 patch by Krzysztof Blaszkowski #include "plotting/graf.h" #include "../misc/misc_time.h" -/* 10.Mar.2917 - RM - Added the following #include */ +/* 10.Mar.2017 - RM - Added the following #include */ #include #include #include -- cgit From 2f27118577905998abe6e2d7d855464140538e0d Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Thu, 6 Aug 2020 19:24:05 +0530 Subject: Delete start_server.sh --- src/ghdlserver/start_server.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 src/ghdlserver/start_server.sh diff --git a/src/ghdlserver/start_server.sh b/src/ghdlserver/start_server.sh deleted file mode 100755 index 548d7d7..0000000 --- a/src/ghdlserver/start_server.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -gcc -c ghdlserver.c -ghdl -a Utility_Package.vhdl && -ghdl -a Vhpi_Package.vhdl && -ghdl -a inverter.vhdl && -ghdl -a inverter_tb.vhdl && - -ghdl -e -Wl,ghdlserver.o inverter_tb && -./inverter_tb - -- cgit