<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sfcX/src/test/scala/firrtlTests/interval, branch 1.6.x</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>[2.13] Range.Double -&gt; Range.BigDecimal</title>
<updated>2020-07-29T22:26:30+00:00</updated>
<author>
<name>Kevin Laeufer</name>
</author>
<published>2020-07-28T17:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=8b66b53591703d6cded44419726b18e80d0e6bd6'/>
<id>8b66b53591703d6cded44419726b18e80d0e6bd6</id>
<content type='text'>
The values end up being converted to BigDecimal
anyways.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The values end up being converted to BigDecimal
anyways.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated ResolveGenders and CheckGenders</title>
<updated>2020-04-06T19:31:06+00:00</updated>
<author>
<name>Albert Magyar</name>
</author>
<published>2020-04-04T20:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=bc83b4d11588e21cde591acff944ea419bec1fa5'/>
<id>bc83b4d11588e21cde591acff944ea419bec1fa5</id>
<content type='text'>
* Remove few remaining uses of these passes from FIRRTL codebase
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove few remaining uses of these passes from FIRRTL codebase
</pre>
</div>
</content>
</entry>
<entry>
<title>[RFC] Factor out common test classes; package them (#1412)</title>
<updated>2020-03-17T20:26:40+00:00</updated>
<author>
<name>David Biancolin</name>
</author>
<published>2020-03-17T20:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=ba1f24345ac5ab20c669c73b871920001ac3a8ed'/>
<id>ba1f24345ac5ab20c669c73b871920001ac3a8ed</id>
<content type='text'>
* Pull out common test utilities into a separate package

* Project a fat jar for test utilities

Co-authored-by: Albert Magyar &lt;albert.magyar@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Pull out common test utilities into a separate package

* Project a fat jar for test utilities

Co-authored-by: Albert Magyar &lt;albert.magyar@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused imports in src/test/ (#1381)</title>
<updated>2020-02-12T03:46:46+00:00</updated>
<author>
<name>Jim Lawson</name>
</author>
<published>2020-02-12T03:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=081848854ce692964491cfc4fa8e8ed47c13bcef'/>
<id>081848854ce692964491cfc4fa8e8ed47c13bcef</id>
<content type='text'>
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>
Co-authored-by: mergify[bot] &lt;37929162+mergify[bot]@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream intervals (#870)</title>
<updated>2019-10-19T02:01:19+00:00</updated>
<author>
<name>Adam Izraelevitz</name>
</author>
<published>2019-10-19T02:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=fd981848c7d2a800a15f9acfbf33b57dd1c6225b'/>
<id>fd981848c7d2a800a15f9acfbf33b57dd1c6225b</id>
<content type='text'>
Major features:

- Added Interval type, as well as PrimOps asInterval, clip, wrap, and sqz.
- Changed PrimOp names: bpset -&gt; setp, bpshl -&gt; incp, bpshr -&gt; decp
- Refactored width/bound inferencer into a separate constraint solver
- Added transforms to infer, trim, and remove interval bounds
- Tests for said features

Plan to be released with 1.3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Major features:

- Added Interval type, as well as PrimOps asInterval, clip, wrap, and sqz.
- Changed PrimOp names: bpset -&gt; setp, bpshl -&gt; incp, bpshr -&gt; decp
- Refactored width/bound inferencer into a separate constraint solver
- Added transforms to infer, trim, and remove interval bounds
- Tests for said features

Plan to be released with 1.3</pre>
</div>
</content>
</entry>
</feed>
