mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Various small improvements to synth_xilinx
This commit is contained in:
parent
081e1a49f8
commit
4a0b3a5423
2 changed files with 8 additions and 10 deletions
|
@ -62,8 +62,8 @@ struct IopadmapPass : public Pass {
|
|||
log("\n");
|
||||
log(" -bits\n");
|
||||
log(" create individual bit-wide buffers even for ports that\n");
|
||||
log(" are wider. (the default behavio is to create word-wide\n");
|
||||
log(" buffers use -widthparam to set the word size on the cell.)\n");
|
||||
log(" are wider. (the default behavior is to create word-wide\n");
|
||||
log(" buffers using -widthparam to set the word size on the cell.)\n");
|
||||
log("\n");
|
||||
}
|
||||
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue