Matthew-McRaven / Pepp

The next generation of Pep series simulators
https://compsys-pep.com
GNU General Public License v3.0
4 stars 0 forks source link

Filter Help System to Current Project #469

Closed Matthew-McRaven closed 2 months ago

Matthew-McRaven commented 2 months ago

A current limitation of the filtering system is that it requires an exact match on abstraction and architecture. For applications like Pep N Micro, we will want to display figures at multiple levels of abstraction. For this to work, projects must be able to provide their own filter functor.

At the moment, if the filters are set to NONE, they will not be evaluated. Progress on #394.