Home
last modified time | relevance | path

Searched refs:from_to_active (Results 1 – 1 of 1) sorted by relevance

/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dyosys.cc933 static void handle_label(std::string &command, bool &from_to_active, const std::string &run_from, c… in handle_label() argument
953 from_to_active = true; in handle_label()
955 from_to_active = false; in handle_label()
995 bool from_to_active = true; in run_frontend() local
1006 from_to_active = run_from.empty(); in run_frontend()
1034 handle_label(command, from_to_active, run_from, run_to); in run_frontend()
1035 if (from_to_active) { in run_frontend()
1042 handle_label(command, from_to_active, run_from, run_to); in run_frontend()
1043 if (from_to_active) { in run_frontend()