3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00
yosys/passes
Krystine Sherwin a3968d43f0
Drop deprecation on Design::selected_modules()
Instead, change the default `Design::selected_modules()` to match the behaviour (i.e. `selected_unboxed_modules_warn()`) because it's a lot of files to touch and they don't really _need_ to be updated.
Also change `Design::selected_whole_modules()` users over to `Design::selected_unboxed_whole_modules()`, except `attrmap` because I'm not convinced it should be ignoring boxes.  So instead, leave the deprecation warning for that one use and come back to the pass another time.
2025-03-14 14:08:56 +13:00
..
cmds Design::selection_stack should never be empty 2025-03-14 14:08:16 +13:00
equiv mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
fsm fix bugs in handling last id in hdlname to scopename conversion 2025-01-16 12:57:08 +01:00
hierarchy Use selection helpers 2025-03-14 14:08:13 +13:00
memory memory_libmap: update indices on design modification 2025-02-11 13:32:34 +01:00
opt Drop deprecation on Design::selected_modules() 2025-03-14 14:08:56 +13:00
pmgen pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
proc mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
sat Drop deprecation on Design::selected_modules() 2025-03-14 14:08:56 +13:00
techmap Drop deprecation on Design::selected_modules() 2025-03-14 14:08:56 +13:00
tests macc: Stop using the B port 2025-01-08 13:03:35 +01:00