<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gran/tests/simple_mem, branch master</title>
<subtitle>GOOFING OFF - A granular NoC simulator.</subtitle>
<id>https://metanimi.dy.fi/cgit/gran/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/gran/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/'/>
<updated>2025-08-29T19:46:15Z</updated>
<entry>
<title>fix mem tests</title>
<updated>2025-08-29T19:46:15Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-08-29T19:46:15Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=d53ca78497316436c89f8f277da1b2664f404281'/>
<id>urn:sha1:d53ca78497316436c89f8f277da1b2664f404281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make tests actually useful</title>
<updated>2025-08-10T18:37:15Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-08-10T18:37:15Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=82c77b22605d691884be4c4e1e6bae8d66598d02'/>
<id>urn:sha1:82c77b22605d691884be4c4e1e6bae8d66598d02</id>
<content type='text'>
+ Apparently quite a few components are currently broken, didn't
  even remember
</content>
</entry>
<entry>
<title>format</title>
<updated>2025-08-09T14:35:26Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-08-09T14:35:26Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=489beadf61d05f40dd4ac40e4e5290502f7ad078'/>
<id>urn:sha1:489beadf61d05f40dd4ac40e4e5290502f7ad078</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ideal allocation tracker</title>
<updated>2025-03-02T19:45:51Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-03-02T19:45:51Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=0464b7765aa4d1fc2178e443a3b37d19cfe541a0'/>
<id>urn:sha1:0464b7765aa4d1fc2178e443a3b37d19cfe541a0</id>
<content type='text'>
+ Kind of like CHERI, but uses out-of-line pointer information.
  The idea is that a core that is compatible with ALLOC_IF queries
  the allocation tracker if an address is legal and gets a response.
  This ideal tracker effectively has infinite memory and doesn't talk to
  any other components, but a real implementation might want to limit
  the allocations per process or chat with some reserved memory region
  somewhere else in the system to maintain a binary tree or something.
</content>
</entry>
<entry>
<title>initial work towards message passing interface</title>
<updated>2024-09-24T15:47:13Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-09-24T13:51:51Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=fecb86f6093c1e8aed6ab05c29c5af9d0cb93157'/>
<id>urn:sha1:fecb86f6093c1e8aed6ab05c29c5af9d0cb93157</id>
<content type='text'>
+ As they are currently implemented, grid *may* get stuck if two nodes
  try to send to eachother at the same time, I should probably add in
  some kind of input buffer as well
</content>
</entry>
<entry>
<title>format</title>
<updated>2023-05-15T18:45:48Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-05-15T18:45:48Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=941b018bafdaa0d31a30b89959e717fd780b7db1'/>
<id>urn:sha1:941b018bafdaa0d31a30b89959e717fd780b7db1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add async packets</title>
<updated>2023-05-05T20:13:42Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-05-05T20:13:42Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=1a2ff9a1e5b91b7e307246ed2f4b898f1e179806'/>
<id>urn:sha1:1a2ff9a1e5b91b7e307246ed2f4b898f1e179806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update license stuff</title>
<updated>2023-05-01T19:18:32Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-05-01T19:18:32Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=79f67d5ca820b663e9e5682aaaad07118fdbfad8'/>
<id>urn:sha1:79f67d5ca820b663e9e5682aaaad07118fdbfad8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor component tree</title>
<updated>2023-04-30T14:47:00Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-04-30T14:47:00Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=d133cc70b125efc1d6c992cb49ce1bca41cf580e'/>
<id>urn:sha1:d133cc70b125efc1d6c992cb49ce1bca41cf580e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial</title>
<updated>2023-04-30T13:03:55Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-04-30T13:03:55Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/gran/commit/?id=191eaea25cf569ad9c5fb12b8755ae6400750e58'/>
<id>urn:sha1:191eaea25cf569ad9c5fb12b8755ae6400750e58</id>
<content type='text'>
</content>
</entry>
</feed>
