update docstring and copyright notice
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 7 Feb 2020 16:25:25 +0000 (16:25 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 7 Feb 2020 16:25:25 +0000 (16:25 +0000)
src/ieee754/part_cmp/eq_gt_ge.py

index ef4ecb5a9f7e634a18fc7e32496842809ee7142f..4614776d54a2d482b58356e82fcbc35aad6f28bb 100644 (file)
@@ -3,14 +3,16 @@
 
 """
 Copyright (C) 2020 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+Copyright (C) 2020 Michael Nolan <mtnolan2640@gmail.com>
 
 dynamically-partitionable "comparison" class, directly equivalent
-to Signal.__eq__ except SIMD-partitionable
+to Signal.__eq__, __gt__ and __ge__, except SIMD-partitionable
 
 See:
 
-* http://libre-riscv.org/3d_gpu/architecture/dynamic_simd/eq
+* http://libre-riscv.org/3d_gpu/architecture/dynamic_simd/
 * http://bugs.libre-riscv.org/show_bug.cgi?id=132
+* http://bugs.libre-riscv.org/show_bug.cgi?id=171
 """
 
 from nmigen import Signal, Module, Elaboratable, Cat, C, Mux, Repl