diff options
| author | 2022-10-23 04:42:35 -0400 | |
|---|---|---|
| committer | 2022-10-23 04:42:35 -0400 | |
| commit | ab63321e3633ee47716249f4fcda24b456515849 (patch) | |
| tree | 1a153226b1f7f17a58b85d805cb783e9459f8442 /boothmul.v | |
| parent | Booth multiplier (diff) | |
bump version
Diffstat (limited to 'boothmul.v')
| -rw-r--r-- | boothmul.v | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 |
