<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sfcX/src/main/scala/firrtl/backends/experimental/rtlil, branch master</title>
<subtitle>Scala FIRRTL Compiler for chiselX</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/'/>
<entry>
<title>Remove some warnings (#2448)</title>
<updated>2021-12-22T02:47:18+00:00</updated>
<author>
<name>Jack Koenig</name>
</author>
<published>2021-12-22T02:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=4f3d1003811aa38d10e32b347c8607414d9be034'/>
<id>4f3d1003811aa38d10e32b347c8607414d9be034</id>
<content type='text'>
* Fix unreachable code warning by changing match order

Simulation Statements did not previously extend IsDeclaration, but now
they do so their match blocks need to be above IsDeclaration.

* Handle MemoryNoInit case in RtlilEmitter

* Remove use of deprecated logToFile

* Fix uses of LegalizeClocksTransform

Replaced all uses of LegalizeClocksTransform with
LegalizeClocksAndAsyncResetsTransform.

* Remove use of CircuitForm in ZeroWidth</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix unreachable code warning by changing match order

Simulation Statements did not previously extend IsDeclaration, but now
they do so their match blocks need to be above IsDeclaration.

* Handle MemoryNoInit case in RtlilEmitter

* Remove use of deprecated logToFile

* Fix uses of LegalizeClocksTransform

Replaced all uses of LegalizeClocksTransform with
LegalizeClocksAndAsyncResetsTransform.

* Remove use of CircuitForm in ZeroWidth</pre>
</div>
</content>
</entry>
<entry>
<title>Disable random init (#2396)</title>
<updated>2021-11-19T19:17:37+00:00</updated>
<author>
<name>Jiuyang Liu</name>
</author>
<published>2021-11-19T19:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=b027eb466b033a0a9d229f19feb931ddb292a9fa'/>
<id>b027eb466b033a0a9d229f19feb931ddb292a9fa</id>
<content type='text'>
* Add option to disable random mem/reg init

Co-authored-by: Jiuyang Liu &lt;liu@jiuyang.me&gt;

* fix for code review.

Co-authored-by: SharzyL &lt;me@sharzy.in&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add option to disable random mem/reg init

Co-authored-by: Jiuyang Liu &lt;liu@jiuyang.me&gt;

* fix for code review.

Co-authored-by: SharzyL &lt;me@sharzy.in&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>typo: correct Error Info (#2398)</title>
<updated>2021-10-28T13:33:16+00:00</updated>
<author>
<name>SingularityKChen</name>
</author>
<published>2021-10-28T13:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=e298b01d3086e78c187cb1c3611a206216499031'/>
<id>e298b01d3086e78c187cb1c3611a206216499031</id>
<content type='text'>
+ correct the Error Info of "At least one dedupable annotation..."</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ correct the Error Info of "At least one dedupable annotation..."</pre>
</div>
</content>
</entry>
<entry>
<title>Add RTLIL Backend. (#2331)</title>
<updated>2021-09-29T03:18:48+00:00</updated>
<author>
<name>Nicolas Machado</name>
</author>
<published>2021-09-29T03:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=e70ee5367c864e55ff16637430b712666b7dbd2b'/>
<id>e70ee5367c864e55ff16637430b712666b7dbd2b</id>
<content type='text'>
* Added RTLIL Backend.

* Add test for Rtlil Backend, fix per-module file emission, scalafmt, and apply bugfixes for inconsistencies found during testing.

* Fix build on scala 2.13

* Add additional equivalence test, make some bugfixes and perf opts to the emitter.

* Final changes as requested by Kevin, code cleanup, add support for formal cells.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added RTLIL Backend.

* Add test for Rtlil Backend, fix per-module file emission, scalafmt, and apply bugfixes for inconsistencies found during testing.

* Fix build on scala 2.13

* Add additional equivalence test, make some bugfixes and perf opts to the emitter.

* Final changes as requested by Kevin, code cleanup, add support for formal cells.</pre>
</div>
</content>
</entry>
</feed>
