<feed xmlns='http://www.w3.org/2005/Atom'>
<title>RISC-VECTOR.git, branch master</title>
<subtitle>A simulator for the custom RISC-V[ECTOR] ISA written in C++</subtitle>
<id>https://git.operationnull.com/RISC-VECTOR.git/atom?h=master</id>
<link rel='self' href='https://git.operationnull.com/RISC-VECTOR.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/'/>
<updated>2025-05-12T03:39:06+00:00</updated>
<entry>
<title>Merge pull request #79 from bdunahu/bdunahu</title>
<updated>2025-05-12T03:39:06+00:00</updated>
<author>
<name>Siddarth Suresh</name>
<email>155843085+SiddarthSuresh98@users.noreply.github.com</email>
</author>
<published>2025-05-12T03:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=f02bea04284d33a2d014f636baa6a861b73f6c41'/>
<id>urn:sha1:f02bea04284d33a2d014f636baa6a861b73f6c41</id>
<content type='text'>
Replace LOADV, STOREV, with strided load (SRDL), strided store (SRDS), add vector rotate (ROTV)</content>
</entry>
<entry>
<title>Add ROTV instruction</title>
<updated>2025-05-12T02:04:46+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-05-12T02:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=43588597069587f6846a7d64a1957435bec5429d'/>
<id>urn:sha1:43588597069587f6846a7d64a1957435bec5429d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug where vector registers were not cleared when length was 0</title>
<updated>2025-05-12T02:04:12+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-05-12T02:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=e98aadede1f2151e50a8fdb3dc69d306590718eb'/>
<id>urn:sha1:e98aadede1f2151e50a8fdb3dc69d306590718eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stride load, stride store</title>
<updated>2025-05-11T23:40:47+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-05-11T23:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=c9d4b54150b67e1701a920719ba2c7c03d897d27'/>
<id>urn:sha1:c9d4b54150b67e1701a920719ba2c7c03d897d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add I_VECT field type for SRDL, SRDS, with two vector reg 1 general</title>
<updated>2025-05-11T17:08:16+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-05-11T17:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=79a68cabb033530871a1dab259149480584b2586'/>
<id>urn:sha1:79a68cabb033530871a1dab259149480584b2586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove I_VECT field types</title>
<updated>2025-05-11T16:31:58+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-05-11T16:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=5326509d842c038a2d4f7dcf11fcadf960e437dd'/>
<id>urn:sha1:5326509d842c038a2d4f7dcf11fcadf960e437dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced STOREV with LOADV</title>
<updated>2025-05-11T16:21:34+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-05-11T16:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=26c24ab3c581967015490d1a11ee098bb5ba338a'/>
<id>urn:sha1:26c24ab3c581967015490d1a11ee098bb5ba338a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #78 from bdunahu/bdunahu</title>
<updated>2025-05-11T15:51:15+00:00</updated>
<author>
<name>Siddarth Suresh</name>
<email>155843085+SiddarthSuresh98@users.noreply.github.com</email>
</author>
<published>2025-05-11T15:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=a35eb451889f0efa99ff7fe1c0a3a76afd5e7ad5'/>
<id>urn:sha1:a35eb451889f0efa99ff7fe1c0a3a76afd5e7ad5</id>
<content type='text'>
cleanup/fix existing vector extension</content>
</entry>
<entry>
<title>Fix bug where too many vector elements were written back</title>
<updated>2025-05-11T02:28:01+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-05-11T02:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=6f4e9e0b914c3e68691a5d884cbad0b5813fcf18'/>
<id>urn:sha1:6f4e9e0b914c3e68691a5d884cbad0b5813fcf18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix off-by-one in CEV equal</title>
<updated>2025-05-11T01:24:41+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-05-11T01:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/RISC-VECTOR.git/commit/?id=2269a338f9e5ad7a29bef5ff73bbb4d72489a92e'/>
<id>urn:sha1:2269a338f9e5ad7a29bef5ff73bbb4d72489a92e</id>
<content type='text'>
</content>
</entry>
</feed>
