aboutsummaryrefslogtreecommitdiffstats
path: root/boothmul.v
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2022-10-23 04:42:35 -0400
committerGravatar Peter McGoron 2022-10-23 04:42:35 -0400
commitab63321e3633ee47716249f4fcda24b456515849 (patch)
tree1a153226b1f7f17a58b85d805cb783e9459f8442 /boothmul.v
parentBooth multiplier (diff)
bump version
Diffstat (limited to 'boothmul.v')
-rw-r--r--boothmul.v15
1 files changed, 14 insertions, 1 deletions
diff --git a/boothmul.v b/boothmul.v
index 9eac008..0962b78 100644
--- a/boothmul.v
+++ b/boothmul.v
@@ -1,5 +1,18 @@
-/* Booth Multiplication
+/* Booth Multiplication v0.1
* Written by Peter McGoron, 2022.
+ *
+ * This source describes Open Hardware and is licensed under the
+ * CERN-OHL-W v2.
+ * You may redistribute and modify this documentation and make products using
+ * it under the terms of the CERN-OHL-W v2 (https:/cern.ch/cern-ohl), or, at
+ * your option, any later version.
+ *
+ * This documentation is distributed WITHOUT ANY EXPRESS OR IMPLIED WARRANTY,
+ * INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS FOR
+ * A PARTICULAR PURPOSE. Please see the CERN-OHL-W v2 for applicable
+ * conditions.
+ *
+ * Source location: https://software.mcgoron.com/peter/boothmul
*/
module boothmul