mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-02 01:13:19 +00:00
read_aiger: default -clk_name to be empty
This commit is contained in:
parent
5c89dead5f
commit
738af17a26
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ struct AigerFrontend : public Frontend {
|
||||||
{
|
{
|
||||||
log_header(design, "Executing AIGER frontend.\n");
|
log_header(design, "Executing AIGER frontend.\n");
|
||||||
|
|
||||||
RTLIL::IdString clk_name = "\\clk";
|
RTLIL::IdString clk_name;
|
||||||
RTLIL::IdString module_name;
|
RTLIL::IdString module_name;
|
||||||
std::string map_filename;
|
std::string map_filename;
|
||||||
bool wideports = false;
|
bool wideports = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue