mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 09:04:08 +00:00
cellhelp: Extra newline
Fix `$macc` page.
This commit is contained in:
parent
d629aa6bf1
commit
c98d134662
|
@ -900,7 +900,7 @@ struct HelpPass : public Pass {
|
|||
fprintf(f, "%s\n", underline.c_str());
|
||||
|
||||
// help text
|
||||
fprintf(f, "%s\n", cell.desc.c_str());
|
||||
fprintf(f, "%s\n\n", cell.desc.c_str());
|
||||
|
||||
// source code
|
||||
fprintf(f, "Simulation model (Verilog)\n");
|
||||
|
|
Loading…
Reference in a new issue