aboutsummaryrefslogtreecommitdiff
path: root/src/source.mk
AgeCommit message (Collapse)Author
2025-08-09formatKimplul
2025-08-09add 1d mesh node and refactor 2d mesh nodeKimplul
+ Seems to decrease performance a little bit, presumably due to extra register copy, but simplifies code a lot and opens up more genericism so I'll consider it an upgrade for now. Copying packets around is rather slow though, might in the future move to some kind of pointer based packet handling
2025-03-02add an idealized NoCKimplul
+ Purely virtual, doesn't exist, but would be 'theoretically' ideal.
2024-09-25technically speaking deadlock free, but starvesKimplul
2023-04-30initialKimplul