From 1a02154274b4925692ee0ad07d0bb8468ca9d69c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 26 Sep 2024 15:39:40 +0300 Subject: starvation seems to work + With the limitation that a grid node can only attempt one move per clock, which *seems* to be the easiest strategy to implement in hardware, but I should try experimenting with more complex routing/priority assignment schemes to speed up the system overall --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7ec0dc9..afd1562 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ docs/output build gran !include/gran +pdf -- cgit v1.3