weiya711 / sam

MIT License
15 stars 4 forks source link

[Simulator and Generation] Remove redundant input and output functions in primitives #28

Open weiya711 opened 2 years ago

weiya711 commented 2 years ago

Some primitives had renamed input or output functions. Example: array out_load(...) and should be renamed to out_val(...) but currently both exist.

Removing redundant methods would need to be renamed in sam/sim/tests as well.

This is super low priority.