<feed xmlns='http://www.w3.org/2005/Atom'>
<title>montreal/rtl, branch feature/shifter</title>
<subtitle>RV32E core for TinyTapeout, codename "Montréal". Mirror of https://github.com/ubc-asic/montreal.git.
</subtitle>
<id>https://git.warricklo.net/montreal/atom?h=feature%2Fshifter</id>
<link rel='self' href='https://git.warricklo.net/montreal/atom?h=feature%2Fshifter'/>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/'/>
<updated>2026-07-05T06:48:05+00:00</updated>
<entry>
<title>Implement slice-serial shifter</title>
<updated>2026-07-05T06:48:05+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>wlo@warricklo.net</email>
</author>
<published>2026-07-05T06:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=705939bcffd8f04cb0e7186959c376434c39c5d3'/>
<id>urn:sha1:705939bcffd8f04cb0e7186959c376434c39c5d3</id>
<content type='text'>
Processes one slice per cycle. Supports logical left, logical right, and
arithmetic right shifts.

Assumes inputs are stable for the duration of the word. Also assumes
slices are presented in the correct order.

Signed-off-by: Warrick Lo &lt;wlo@warricklo.net&gt;
</content>
</entry>
<entry>
<title>Clean up ALU before merge</title>
<updated>2026-06-23T02:55:02+00:00</updated>
<author>
<name>MyDariell</name>
<email>Dari3llsugiaman@gmail.com</email>
</author>
<published>2026-06-23T02:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=7643e8f7afc960429dac33471dbcd56f1416a85f'/>
<id>urn:sha1:7643e8f7afc960429dac33471dbcd56f1416a85f</id>
<content type='text'>
Co-authored-by: Warrick Lo &lt;wlo@warricklo.net&gt;
Signed-off-by: Warrick Lo &lt;wlo@warricklo.net&gt;
</content>
</entry>
<entry>
<title>Implement XOR, OR, AND logical operations in sliced ALU</title>
<updated>2026-06-23T02:52:30+00:00</updated>
<author>
<name>MyDariell</name>
<email>Dari3llsugiaman@gmail.com</email>
</author>
<published>2026-06-23T02:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=4381dbcfccee329aed76158ea62a62a9b221bdd8'/>
<id>urn:sha1:4381dbcfccee329aed76158ea62a62a9b221bdd8</id>
<content type='text'>
Signed-off-by: MyDariell &lt;Dari3llsugiaman@gmail.com&gt;
</content>
</entry>
<entry>
<title>Implement ADD and SUB operations in sliced ALU</title>
<updated>2026-06-22T01:55:45+00:00</updated>
<author>
<name>MyDariell</name>
<email>Dari3llsugiaman@gmail.com</email>
</author>
<published>2026-06-22T01:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=80d07e4115cd15720471b4e89da65209aed8a76b'/>
<id>urn:sha1:80d07e4115cd15720471b4e89da65209aed8a76b</id>
<content type='text'>
Signed-off-by: Dariell Sugiaman &lt;dari3llsugiaman@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add basic ALU skeleton</title>
<updated>2026-06-20T20:18:38+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>wlo@warricklo.net</email>
</author>
<published>2026-06-20T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=3b76fd6f9154b7c01414f8b3f57cf0378109d1a6'/>
<id>urn:sha1:3b76fd6f9154b7c01414f8b3f57cf0378109d1a6</id>
<content type='text'>
Signed-off-by: Warrick Lo &lt;wlo@warricklo.net&gt;
</content>
</entry>
<entry>
<title>Move typedefs to types.svh from montreal_pkg</title>
<updated>2026-06-18T16:39:41+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>wlo@warricklo.net</email>
</author>
<published>2026-06-18T16:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=2455fed25341b39d505bcdad9ae2b07c6cd42a73'/>
<id>urn:sha1:2455fed25341b39d505bcdad9ae2b07c6cd42a73</id>
<content type='text'>
Yosys has poor support of packaged types. We will move typedefs to
header files to prepare for formal verification with sby and the
Tiny Tapeout flow later on, which uses yosys.

Additionally, a debug port has been exposed to help verify the internal
state of the regfile registers.

Signed-off-by: Warrick Lo &lt;wlo@warricklo.net&gt;
</content>
</entry>
<entry>
<title>Sync with 'master'</title>
<updated>2026-06-17T00:52:01+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>wlo@warricklo.net</email>
</author>
<published>2026-06-17T00:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=81ca21e0db518bb45d6a60beb3bfc927bb95da62'/>
<id>urn:sha1:81ca21e0db518bb45d6a60beb3bfc927bb95da62</id>
<content type='text'>
Signed-off-by: Warrick Lo &lt;wlo@warricklo.net&gt;
</content>
</entry>
<entry>
<title>Move design parameters to config_pkg</title>
<updated>2026-06-17T00:44:02+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>wlo@warricklo.net</email>
</author>
<published>2026-06-17T00:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=ef9254b3303a03ea4ab3c32aaf1d79df651e3b92'/>
<id>urn:sha1:ef9254b3303a03ea4ab3c32aaf1d79df651e3b92</id>
<content type='text'>
Signed-off-by: Warrick Lo &lt;wlo@warricklo.net&gt;
</content>
</entry>
<entry>
<title>regfile: refactor: 'chunks' are now 'slices'</title>
<updated>2026-06-16T22:13:10+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>wlo@warricklo.net</email>
</author>
<published>2026-06-16T22:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=a22f935d827879706a9b4ae481e05f22810f8b61'/>
<id>urn:sha1:a22f935d827879706a9b4ae481e05f22810f8b61</id>
<content type='text'>
The term 'slice' is more consistent with old CPU architectures and
academic literature.

Signed-off-by: Warrick Lo &lt;wlo@warricklo.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'crajaman/top-level-rtl'</title>
<updated>2026-06-16T16:21:34+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>wlo@warricklo.net</email>
</author>
<published>2026-06-16T16:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/montreal/commit/?id=48833ca8998eee2abc21f3344b4564da2d1ae5fa'/>
<id>urn:sha1:48833ca8998eee2abc21f3344b4564da2d1ae5fa</id>
<content type='text'>
Closes: #12
Reviewed-by: Warrick Lo &lt;wlo@warricklo.net&gt;
</content>
</entry>
</feed>
