ice40: split out cells_map.v into ff_map.v
[yosys.git] / kernel / register.h
index 4622845b6d24d0cf8019efd2b1a85bbb9e204fbd..3d89386b7a0f7c0f72a71bff63e812ef7f8cad3c 100644 (file)
@@ -84,6 +84,7 @@ struct ScriptPass : Pass
 
        bool check_label(std::string label, std::string info = std::string());
        void run(std::string command, std::string info = std::string());
+       void run_nocheck(std::string command, std::string info = std::string());
        void run_script(RTLIL::Design *design, std::string run_from = std::string(), std::string run_to = std::string());
        void help_script();
 };