add copyright notice
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Aug 2019 01:06:56 +0000 (02:06 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Aug 2019 01:06:56 +0000 (02:06 +0100)
src/ieee754/fpcommon/fpbase.py

index de336ed7d2c014e67c96617ad5a0b0399e25e951..bc70fa2c0e5f788941a9c72e06f1576eee90fa87 100644 (file)
@@ -1,6 +1,10 @@
-# IEEE Floating Point Adder (Single Precision)
-# Copyright (C) Jonathan P Dawson 2013
-# 2013-12-12
+"""IEEE754 Floating Point Adder Pipeline
+
+Copyright (C) 2019 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+Copyright (C) 2019 Jake Lifshay
+
+"""
+
 
 from nmigen import Signal, Cat, Const, Mux, Module, Elaboratable
 from math import log