read_aiger: default -clk_name to be empty
authorEddie Hung <eddie@fpgeh.com>
Tue, 7 Jan 2020 19:21:45 +0000 (11:21 -0800)
committerEddie Hung <eddie@fpgeh.com>
Tue, 7 Jan 2020 19:21:45 +0000 (11:21 -0800)
frontends/aiger/aigerparse.cc

index f030933ec9871749671ee002ba6c3282bd8c1fdd..d7367479bb28d7a74647ca1b6be72927573d574c 100644 (file)
@@ -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;