From ccae0e4ecd99088a75bce7ff574de8680e21f47c Mon Sep 17 00:00:00 2001 From: haugoug Date: Sun, 9 Oct 2016 12:02:32 +0200 Subject: [PATCH 1/2] Removed wrong header which was copy paste by mistake --- tb/serDiv/scripts/tb.do | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tb/serDiv/scripts/tb.do b/tb/serDiv/scripts/tb.do index adc493d86..54cb0427a 100644 --- a/tb/serDiv/scripts/tb.do +++ b/tb/serDiv/scripts/tb.do @@ -1,25 +1,3 @@ -############################################################################### -## Title : testbench starter script (with GUI) -## Project : Approximate Cholesky Solver -## Purpose : compiles all sources and generates the testvectors -## Author : Michael Schaffner (schaffner@iis.ee.ethz.ch) -############################################################################### -## File ID : $Id: tb.do 756 2014-06-20 12:41:06Z michscha $ -## SVN Rev. : $Revision: 756 $ -## Date: : $Date: 2014-06-20 14:41:06 +0200 (Fri, 20 Jun 2014) $ -## Modified by : $Author: michscha $ -############################################################################### -## Major Changes: -## Date | Author | Description -## 2014/01/18 | schaffner | created -############################################################################### -## Description: -## -## -############################################################################### -## Copyright (c) 2014 Disney Research Zurich, Integrated Systems Lab ETH Zurich -############################################################################### - #vsim -sva -assertdebug -t ps tb vsim -voptargs="+acc" -t ps tb From f5475852ec3ab6895ef5da78f3ceb70fbacbd091 Mon Sep 17 00:00:00 2001 From: haugoug Date: Sun, 9 Oct 2016 12:03:00 +0200 Subject: [PATCH 2/2] Removed wrong header which was copy paste by mistake --- tb/serDiv/scripts/tb_nogui.do | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tb/serDiv/scripts/tb_nogui.do b/tb/serDiv/scripts/tb_nogui.do index 3074eaa70..c5795c1b9 100644 --- a/tb/serDiv/scripts/tb_nogui.do +++ b/tb/serDiv/scripts/tb_nogui.do @@ -1,25 +1,3 @@ -############################################################################### -## Title : testbench starter script (no GUI) -## Project : Approximate Cholesky Solver -## Purpose : compiles all sources and generates the testvectors -## Author : Michael Schaffner (schaffner@iis.ee.ethz.ch) -############################################################################### -## File ID : $Id: tb_nogui.do 756 2014-06-20 12:41:06Z michscha $ -## SVN Rev. : $Revision: 756 $ -## Date: : $Date: 2014-06-20 14:41:06 +0200 (Fri, 20 Jun 2014) $ -## Modified by : $Author: michscha $ -############################################################################### -## Major Changes: -## Date | Author | Description -## 2014/01/18 | schaffner | created -############################################################################### -## Description: -## -## -############################################################################### -## Copyright (c) 2014 Disney Research Zurich, Integrated Systems Lab ETH Zurich -############################################################################### - vsim -t ps \ tb