Ability to add the same hooks to all hierarchical modules #564
Labels
advanced PR
bug
enhancement
medium priority
Hard workaround exists, costing time/effort, chip QoL/QoR issue
If my project needs to add hooks and is using a hierarchical flow I need to create a dictionary for all possible modules names.
hammer/src/hammer-vlsi/hammer_vlsi/cli_driver.py
Line 740 in fcd92bd
While the current scheme is powerful it doesn't allow me to specify hooks that should be added to all modules.
Ideally a hybrid scheme would be best, perhaps using a dictionary entry like
*
to note which hooks should be applied to all modules.The text was updated successfully, but these errors were encountered: