From: Luke Kenneth Casson Leighton Date: Thu, 1 Aug 2019 01:06:56 +0000 (+0100) Subject: add copyright notice X-Git-Tag: ls180-24jan2020~576 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba4799b8a3991cbc477fcfd822631300a4224a9a;p=ieee754fpu.git add copyright notice --- diff --git a/src/ieee754/fpcommon/fpbase.py b/src/ieee754/fpcommon/fpbase.py index de336ed7..bc70fa2c 100644 --- a/src/ieee754/fpcommon/fpbase.py +++ b/src/ieee754/fpcommon/fpbase.py @@ -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 +Copyright (C) 2019 Jake Lifshay + +""" + from nmigen import Signal, Cat, Const, Mux, Module, Elaboratable from math import log