3
0
Fork 0
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:
Krystine Sherwin 2026-03-11 15:38:59 +13:00
parent ad32d66553
commit 31679685a3
No known key found for this signature in database

View file

@ -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)."