projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99ed730
)
add bugreport link
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 1 Aug 2019 00:02:05 +0000
(
01:02
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 1 Aug 2019 00:02:05 +0000
(
01:02
+0100)
src/ieee754/fcvt/float2int.py
patch
|
blob
|
history
diff --git
a/src/ieee754/fcvt/float2int.py
b/src/ieee754/fcvt/float2int.py
index 37fbd53fec139145622b7f4bbee8ad62560da4e3..8552736dc117a8589b1e7d1856ee21856ace7845 100644
(file)
--- a/
src/ieee754/fcvt/float2int.py
+++ b/
src/ieee754/fcvt/float2int.py
@@
-1,5
+1,12
@@
-# IEEE754 Floating Point Converter
-# Copyright (C) 2019 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+"""IEEE754 Floating Point Converter
+
+Copyright (C) 2019 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+
+Relevant bugreports:
+* http://bugs.libre-riscv.org/show_bug.cgi?id=112
+* http://bugs.libre-riscv.org/show_bug.cgi?id=113
+
+"""
from nmigen import Module, Signal, Cat, Const, Mux
from nmigen.cli import main, verilog