<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sfcX/src/main/scala/firrtl/features, branch master</title>
<subtitle>Scala FIRRTL Compiler for chiselX</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/'/>
<entry>
<title>Change to Apache 2.0 License (#1901)</title>
<updated>2020-09-17T01:52:16+00:00</updated>
<author>
<name>Chick Markley</name>
</author>
<published>2020-09-17T01:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=ecb96e83324ea17cf38b7b90753d745d3c7f51bd'/>
<id>ecb96e83324ea17cf38b7b90753d745d3c7f51bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All of src/ formatted with scalafmt</title>
<updated>2020-08-15T02:47:53+00:00</updated>
<author>
<name>chick</name>
</author>
<published>2020-08-15T02:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=6fc742bfaf5ee508a34189400a1a7dbffe3f1cac'/>
<id>6fc742bfaf5ee508a34189400a1a7dbffe3f1cac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LetterCaseTransforms</title>
<updated>2020-06-25T17:46:23+00:00</updated>
<author>
<name>Schuyler Eldridge</name>
</author>
<published>2020-06-02T20:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=45835fa54d3d345428554f5459ca6776c2b9d90a'/>
<id>45835fa54d3d345428554f5459ca6776c2b9d90a</id>
<content type='text'>
This adds three new transforms:

  - (abstract) LetterCaseTransform parent of case manipulation
  - LowerCaseNames to lower case all names
  - UpperCaseNames to upper case all names

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds three new transforms:

  - (abstract) LetterCaseTransform parent of case manipulation
  - LowerCaseNames to lower case all names
  - UpperCaseNames to upper case all names

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert: Generalize keyword collision to name manipulation, Add {Lower,Upper}CaseNames Transforms (#1651)</title>
<updated>2020-06-03T01:51:15+00:00</updated>
<author>
<name>Schuyler Eldridge</name>
</author>
<published>2020-06-03T01:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=b4192bba22c1d95daf354e900886a6690bb55e09'/>
<id>b4192bba22c1d95daf354e900886a6690bb55e09</id>
<content type='text'>
* Revert "Add test of {Lower, Upper}CaseNames"

This reverts commit 93c078b8469bc55cd2d33147c33e2b5421fda9d9.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Add --change-name-case &lt;lower|upper&gt; option"

This reverts commit d3ab7e2db66fe3a63778f427dad6c08f64695ba5.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Add features.{LowerCaseNames, UpperCaseNames} transforms"

This reverts commit c8dcdacf313f19a4d0238be694478a325432edd4.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Refactor RemoveKeywordCollisions-&gt;ManipulateNames"

This reverts commit c534c5abae7b80a725ec9925569b3383b3c24a34.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

Co-authored-by: mergify[bot] &lt;37929162+mergify[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "Add test of {Lower, Upper}CaseNames"

This reverts commit 93c078b8469bc55cd2d33147c33e2b5421fda9d9.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Add --change-name-case &lt;lower|upper&gt; option"

This reverts commit d3ab7e2db66fe3a63778f427dad6c08f64695ba5.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Add features.{LowerCaseNames, UpperCaseNames} transforms"

This reverts commit c8dcdacf313f19a4d0238be694478a325432edd4.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

* Revert "Refactor RemoveKeywordCollisions-&gt;ManipulateNames"

This reverts commit c534c5abae7b80a725ec9925569b3383b3c24a34.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

Co-authored-by: mergify[bot] &lt;37929162+mergify[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add features.{LowerCaseNames, UpperCaseNames} transforms</title>
<updated>2020-05-13T19:57:19+00:00</updated>
<author>
<name>Schuyler Eldridge</name>
</author>
<published>2020-05-11T23:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=c8dcdacf313f19a4d0238be694478a325432edd4'/>
<id>c8dcdacf313f19a4d0238be694478a325432edd4</id>
<content type='text'>
Creates the features package and populates it with two new transforms:
LowerCaseNames and UpperCaseNames. These transforms convert all names
in a FIRRTL circuit to lower case or upper case. This is intended to
help align generated Verilog with the policies of the
company/institution using it.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

squash! Add LowerCaseNames and UpperCaseNames transforms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates the features package and populates it with two new transforms:
LowerCaseNames and UpperCaseNames. These transforms convert all names
in a FIRRTL circuit to lower case or upper case. This is intended to
help align generated Verilog with the policies of the
company/institution using it.

Signed-off-by: Schuyler Eldridge &lt;schuyler.eldridge@ibm.com&gt;

squash! Add LowerCaseNames and UpperCaseNames transforms
</pre>
</div>
</content>
</entry>
</feed>
