Skip to content

Commit

Permalink
Changed header
Browse files Browse the repository at this point in the history
  • Loading branch information
LukiLeu committed Nov 24, 2020
1 parent 222f437 commit b553d8d
Show file tree
Hide file tree
Showing 33 changed files with 100 additions and 95 deletions.
11 changes: 7 additions & 4 deletions VHDL/adc/adc.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
----------------------------------------------------------------------------------------------------
-- brief: This VHDL file implements the full ADC.
-- file: tdc.vhd
-- brief: This file implements a slope ADC which uses the output impedance in the ouput buffers to
-- create a reference slope which is then compared to the signal-to-be-measured. A TDC
-- measures the time from the beginning of the slope until the slope crosses the voltage-to-
-- be-measured. Different linearization and correction techniques are also deployed.
-- file: adc.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
10 changes: 5 additions & 5 deletions VHDL/calcMean/calcMean.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------------------------------
-- project Calculates the mean over n samples
-- file calcMean.vhd
-- author Lukas Leuenberger
-- brief: This block calcualtes the mean values over n samples.
-- file: calcMean.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/calcMean/calcMean_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: calcMean_tb.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
6 changes: 3 additions & 3 deletions VHDL/calibrationTDCAlign/calibrationTDCAlign.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------------------------------
-- brief: calibrationTDCAlign - Führt den Kalibrationsvorgang für den TDC aus
-- brief: This block calibrates the aligning of the delay chain with the slope.
-- file: calibrationTDCAlign.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/calibrationTDCAlign/calibrationTDCAlign_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: calibrationTDCAlign_tb.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
7 changes: 4 additions & 3 deletions VHDL/calibrationTDCLength/calibrationTDCLength.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
----------------------------------------------------------------------------------------------------
-- brief: calibrationTDCLength - Führt den Kalibrationsvorgang für den TDC aus
-- brief: This block calibrates the length of the delay chain, eg. the number of taps which
-- correspond to one clock period are determined.
-- file: calibrationTDCLength.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/calibrationTDCLength/calibrationTDCLength_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: calibrationTDCLength_tb.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
6 changes: 3 additions & 3 deletions VHDL/carryChain/carryChain.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------------------------------
-- brief: carryChain - Carry Chain
-- brief: This block implements a carry chain.
-- file: carryChain.vhd
-- author: Felix Haller, Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
-- This VHDL code is initially based on code written by h.a.r.homulle@tudelft.nl found on http://cas.tudelft.nl/fpga_tdc/TDC_basic.html
----------------------------------------------------------------------------------------------------
-- File history:
Expand Down
6 changes: 3 additions & 3 deletions VHDL/carryDelay/carryDelay.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------------------------------
-- brief: carryDelay - Applies a configurable delay before the signal enters the carry chain
-- brief: This block applies a configurable delay before the signal enters the carry chain.
-- file: carryDelay.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
7 changes: 4 additions & 3 deletions VHDL/diffInputPad/diffInputPad.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
----------------------------------------------------------------------------------------------------
-- brief: diffInputPad
-- brief: This block instantiates the differential input/output buffer which is used to generate the
-- reference slope and which contains also the comparator.
-- file: diffInputPad.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
6 changes: 3 additions & 3 deletions VHDL/division/division.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------------------------------
-- project: Division
-- project: This block performs a division from two values.
-- file: division.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
7 changes: 3 additions & 4 deletions VHDL/division/divison_tb.vhd
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
----------------------------------------------------------------------------------------------------
-- project: Division - Testbench
-- brief: Testbench for the Division block
-- file: divison_tb.vhd
-- author: Marco Ehrler
-- author: Marco Ehrler, Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
6 changes: 3 additions & 3 deletions VHDL/dnl/dnl.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------------------------------
-- brief: DNL - Berechnet die DNL aus einem Histogram
-- brief: Calculates the DNL from a histogram.
-- file: dnl.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/dnl/dnl_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: dnl_tb.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
6 changes: 3 additions & 3 deletions VHDL/histogram/histogram.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------------------------------
-- brief: Histogram - Calculates a histogram
-- brief: This block calculates a histogram.
-- file: hitsogram.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/histogram/histogram_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: histogram_tb.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
6 changes: 3 additions & 3 deletions VHDL/inl/inl.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------------------------------
-- brief: INL - Calculates the INL from a DNL
-- brief: Calculates the INL from a DNL.
-- file: inl.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/inl/inl_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: inl_tb.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/inlCorrection/inlCorrection.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: inlCorrection.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/inlCorrection/inlCorrectionCalc.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: inlCorrectionCalc.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/inlCorrection/inlCorrectionCalc_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: inlCorrectionCalc_tb.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/inlCorrection/inlCorrectionControl.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: inlCorrectionControl.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/inlCorrection/inlCorrectionControl_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: inlCorrectionControl_tb.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
7 changes: 4 additions & 3 deletions VHDL/lutTransition/lutTransition.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
----------------------------------------------------------------------------------------------------
-- brief: lutTransition - Looks up the corrected value for an input signal and calculates the output value based on this
-- brief: Looks up the corrected value for an input signal and calculates the output value based on
-- this value.
-- file: lutTransition.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/lutTransition/lutTransition_tb.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: lutTransition_tb.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
8 changes: 4 additions & 4 deletions VHDL/pulseDelay/pulseDelay.vhd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------------------------------
-- brief: carryDelay - Applies a configurable delay before the signal enters the carry chain
-- file: carryDelay.vhd
-- brief: Applies a configurable delay before the clock exits the FPGA through the output buffer
-- file: pulseDelay.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/tdc/tdc.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: tdc.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
4 changes: 2 additions & 2 deletions VHDL/tdc/tdcSingle.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- file: tdcSingle.vhd
-- author: Lukas Leuenberger
----------------------------------------------------------------------------------------------------
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences
-- All rights reserved.
-- Copyright (c) 2020 by OST – Eastern Switzerland University of Applied Sciences (www.ost.ch)
-- This code is licensed under the MIT license (see LICENSE for details)
----------------------------------------------------------------------------------------------------
-- File history:
--
Expand Down
Loading

0 comments on commit b553d8d

Please sign in to comment.