mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Added -color <color> <selection> option to show command
This commit is contained in:
parent
9b1ce98db6
commit
3ec9fa4048
4 changed files with 101 additions and 22 deletions
|
@ -84,6 +84,9 @@ struct Backend : Pass
|
|||
static void backend_call(RTLIL::Design *design, FILE *f, std::string filename, std::vector<std::string> args);
|
||||
};
|
||||
|
||||
// implemented in kernel/select.cc
|
||||
extern void handle_extra_select_args(Pass *pass, std::vector<std::string> args, size_t argidx, size_t args_size, RTLIL::Design *design);
|
||||
|
||||
namespace REGISTER_INTERN {
|
||||
extern int raw_register_count;
|
||||
extern bool raw_register_done;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue