mirror of https://github.com/YosysHQ/yosys.git
Fixed trailing whitespaces
This commit is contained in:
parent
053058d781
commit
6c84341f22
|
@ -120,7 +120,7 @@ struct SpiceBackend : public Backend {
|
|||
log("Write the current design to an SPICE netlist file.\n");
|
||||
log("\n");
|
||||
log(" -big_endian\n");
|
||||
log(" generate multi-bit ports in MSB first order \n");
|
||||
log(" generate multi-bit ports in MSB first order\n");
|
||||
log(" (default is LSB first)\n");
|
||||
log("\n");
|
||||
log(" -neg net_name\n");
|
||||
|
|
Loading…
Reference in New Issue