mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Merge pull request #3838 from povik/various-cleanup
This commit is contained in:
commit
43780c9812
7 changed files with 11 additions and 13 deletions
|
@ -512,8 +512,8 @@ struct BlifBackend : public Backend {
|
|||
log(" suppresses the generation of this nets without fanout.\n");
|
||||
log("\n");
|
||||
log("The following options can be useful when the generated file is not going to be\n");
|
||||
log("read by a BLIF parser but a custom tool. It is recommended to not name the\n");
|
||||
log("output file *.blif when any of this options is used.\n");
|
||||
log("read by a BLIF parser but a custom tool. It is recommended not to name the\n");
|
||||
log("output file *.blif when any of these options are used.\n");
|
||||
log("\n");
|
||||
log(" -icells\n");
|
||||
log(" do not translate Yosys's internal gates to generic BLIF logic\n");
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "kernel/register.h"
|
||||
#include "kernel/sigtools.h"
|
||||
#include "kernel/celltypes.h"
|
||||
#include "kernel/cellaigs.h"
|
||||
#include "kernel/log.h"
|
||||
#include "kernel/mem.h"
|
||||
#include <algorithm>
|
||||
|
@ -1196,6 +1195,7 @@ struct FirrtlBackend : public Backend {
|
|||
log(" pmuxtree\n");
|
||||
log(" bmuxmap\n");
|
||||
log(" demuxmap\n");
|
||||
log(" bwmuxmap\n");
|
||||
log("\n");
|
||||
}
|
||||
void execute(std::ostream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design) override
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "kernel/register.h"
|
||||
#include "kernel/sigtools.h"
|
||||
#include "kernel/celltypes.h"
|
||||
#include "kernel/cellaigs.h"
|
||||
#include "kernel/log.h"
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue