mirror of https://github.com/YosysHQ/yosys.git
read_aiger: default -clk_name to be empty
This commit is contained in:
parent
5c89dead5f
commit
738af17a26
|
@ -1018,7 +1018,7 @@ struct AigerFrontend : public Frontend {
|
|||
{
|
||||
log_header(design, "Executing AIGER frontend.\n");
|
||||
|
||||
RTLIL::IdString clk_name = "\\clk";
|
||||
RTLIL::IdString clk_name;
|
||||
RTLIL::IdString module_name;
|
||||
std::string map_filename;
|
||||
bool wideports = false;
|
||||
|
|
Loading…
Reference in New Issue