mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
cellhelp: Extra newline
Fix `$macc` page.
This commit is contained in:
parent
d629aa6bf1
commit
c98d134662
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue