<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conspiracion/rtl/core/alu, branch ce4302/p2</title>
<subtitle>Linux-capable SoC platform with a custom ARMv4 quad-core SMP CPU, coherent caches, and a 3D graphics accelerator. Synthesizes for Terasic DE-series FPGA boards. Simulated with Verilator.</subtitle>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/'/>
<entry>
<title>Fix datapath of shifter carry-out during adc/sbc/rsc</title>
<updated>2022-12-18T06:22:23+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-12-18T06:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=6d458ad9629268ecfc69881b4fb10dca0498fbd0'/>
<id>6d458ad9629268ecfc69881b4fb10dca0498fbd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix carry flag bug</title>
<updated>2022-11-17T05:32:25+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-11-17T05:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=f66b372bdffea29ecac3172dd49e48783db45dc1'/>
<id>f66b372bdffea29ecac3172dd49e48783db45dc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve ALU performance</title>
<updated>2022-11-08T21:59:12+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-11-08T21:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=13b112dcb8f67778c6a140cb5ce8f1ab21aa6fb9'/>
<id>13b112dcb8f67778c6a140cb5ce8f1ab21aa6fb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Major shifter-ALU redesign</title>
<updated>2022-10-02T15:49:48+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-10-02T15:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=e97d445908f39a3a1a215a824f52b283147e6195'/>
<id>e97d445908f39a3a1a215a824f52b283147e6195</id>
<content type='text'>
The shifter unit now works in parallel with the ALU and is no longer
part of it. Instructions that use the shifter as input to the ALU will
now take an additional cycle, unless the control unit can detect a
"trivial shift" situation where the shifter's output will be the same as
its input. This change improves Fmax substantially.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The shifter unit now works in parallel with the ALU and is no longer
part of it. Instructions that use the shifter as input to the ALU will
now take an additional cycle, unless the control unit can detect a
"trivial shift" situation where the shifter's output will be the same as
its input. This change improves Fmax substantially.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MVN (not instead of neg)</title>
<updated>2022-09-26T16:32:06+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-09-26T16:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=47b3b68aa25fb571a14cba9f5cc788ae500a9e84'/>
<id>47b3b68aa25fb571a14cba9f5cc788ae500a9e84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix shifter addressing modes</title>
<updated>2022-09-26T16:28:18+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-09-26T16:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=dec51abad98cfdee3e0262ff667a53f510c33360'/>
<id>dec51abad98cfdee3e0262ff667a53f510c33360</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ALU shifter</title>
<updated>2022-09-26T15:26:35+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-09-26T15:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=af2f49f863deaeb6dc905bbb15701b50bc139873'/>
<id>af2f49f863deaeb6dc905bbb15701b50bc139873</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define ALU control signal set</title>
<updated>2022-09-26T05:35:28+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-09-26T05:35:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=14d06f0bc047ad79830890807bfe6195ba3de8ff'/>
<id>14d06f0bc047ad79830890807bfe6195ba3de8ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor CPSR and uarch.sv</title>
<updated>2022-09-26T01:55:29+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-09-26T01:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=fa370016708149976c748c14eadad1f89cf5a8ea'/>
<id>fa370016708149976c748c14eadad1f89cf5a8ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ALU</title>
<updated>2022-09-25T23:46:38+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-09-25T23:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=b5f43ef8431532b1e0b498a88072fdfd2cf81ac9'/>
<id>b5f43ef8431532b1e0b498a88072fdfd2cf81ac9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
