mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-02 20:09:04 +02:00
Use `Design::selected_modules()` directly, popping at the end instead of copying the selection. Also default to a complete selection so that boxes work as before. Simplify to using `RTLIL::SELECT_WHOLE_CMDERR` instead of doing it manually. Also add tests for importing selections with boxes.