<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conspiracion/rtl/core/shifter.sv, branch ce3201</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 shr carry bug</title>
<updated>2022-11-16T03:37:20+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-11-16T03:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=84e9a917a31f39eaf333d1fc69b30d13e7640c7a'/>
<id>84e9a917a31f39eaf333d1fc69b30d13e7640c7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix zero-extended (lsr) vs sign-extended (asr) shifts</title>
<updated>2022-10-23T21:35:32+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-10-23T21:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/conspiracion/commit/?id=40482e26534ac5d0deb9500d205d47ac9a99c3a5'/>
<id>40482e26534ac5d0deb9500d205d47ac9a99c3a5</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>
</feed>
