mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 09:34:09 +00:00
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("Write the current design to an SPICE netlist file.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -big_endian\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(" (default is LSB first)\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -neg net_name\n");
|
log(" -neg net_name\n");
|
||||||
|
|
Loading…
Reference in a new issue