mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-22 04:28:51 +00:00
symfpu: Missed a space
This commit is contained in:
parent
ad32d66553
commit
31679685a3
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ struct SymFpuPass : public Pass {
|
|||
|
||||
content_root->usage("symfpu [size] [-op <OP>] [-rm <RM>]");
|
||||
content_root->paragraph(
|
||||
"Generates netlist for given floating point operation with floating point inputs"
|
||||
"Generates netlist for given floating point operation with floating point inputs "
|
||||
"a, b, c, floating point output o, 5-bit input rm (rounding mode), and "
|
||||
"5 single-bit outputs NV (invalid operation), DZ (divide by zero), OF (overflow), "
|
||||
"UF (underflow), and NX (inexact)."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue