kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
33 stars 13 forks source link

Dependency caching in DependencyManager #688

Closed tilk closed 2 months ago

tilk commented 2 months ago

This PR allows caching key values in the DependencyManager, allowing e.g. not to generate modules twice when get_dependency is used twice. This PR also finally removes the extra_methods mechanism in FuncBlocksUnifier, which is a lot of code for a single key.