<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chiselX/macros/src, branch scala3-main-test</title>
<subtitle>Chisel with SFC compatibility</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/'/>
<entry>
<title>remove macro</title>
<updated>2024-07-23T00:04:11+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2024-07-23T00:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=9c6253691eec325a2b69abe68bfdf16f5d378827'/>
<id>9c6253691eec325a2b69abe68bfdf16f5d378827</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more incompatible files</title>
<updated>2024-07-22T22:34:03+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2024-07-22T22:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=1272bd8bfd1c4b5cd1ddb3e1c3cb760d427b7bd9'/>
<id>1272bd8bfd1c4b5cd1ddb3e1c3cb760d427b7bd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate chiselName and NoChiselNamePrefix trait (#2627) (#2633)</title>
<updated>2022-07-21T21:16:11+00:00</updated>
<author>
<name>mergify[bot]</name>
</author>
<published>2022-07-21T21:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=f46d02f55bd22ffda32b20e8cc4b40aa96b03ee0'/>
<id>f46d02f55bd22ffda32b20e8cc4b40aa96b03ee0</id>
<content type='text'>
Also remove all non-testing uses of chiselName.

(cherry picked from commit 1c5d1b5317a0c9fe7ef9d15138065a817380a1e4)

Co-authored-by: Jared Barocsi &lt;82000041+jared-barocsi@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove all non-testing uses of chiselName.

(cherry picked from commit 1c5d1b5317a0c9fe7ef9d15138065a817380a1e4)

Co-authored-by: Jared Barocsi &lt;82000041+jared-barocsi@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance suggestion in literal extract warning (#2569) (#2570)</title>
<updated>2022-06-08T01:29:53+00:00</updated>
<author>
<name>mergify[bot]</name>
</author>
<published>2022-06-08T01:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=9c79051866743ba5b8f922fc309abc1302ba5547'/>
<id>9c79051866743ba5b8f922fc309abc1302ba5547</id>
<content type='text'>
Include the function being called in the suggestion.

(cherry picked from commit 296623f6f41eb9f54899277621902679bb6b497c)

Co-authored-by: Jack Koenig &lt;koenig@sifive.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the function being called in the suggestion.

(cherry picked from commit 296623f6f41eb9f54899277621902679bb6b497c)

Co-authored-by: Jack Koenig &lt;koenig@sifive.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add single argument Bits.extract (#2566) (#2568)</title>
<updated>2022-06-07T23:11:54+00:00</updated>
<author>
<name>mergify[bot]</name>
</author>
<published>2022-06-07T23:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=205d8bb34b2ac2acaef6d318a4f9e3aee181110e'/>
<id>205d8bb34b2ac2acaef6d318a4f9e3aee181110e</id>
<content type='text'>
(cherry picked from commit 255c56c3955a8c16191a6751e7d547cfcfd96705)

Co-authored-by: Jared Barocsi &lt;82000041+jared-barocsi@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 255c56c3955a8c16191a6751e7d547cfcfd96705)

Co-authored-by: Jared Barocsi &lt;82000041+jared-barocsi@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate implicit .U() and .S() syntax for literal bit extracts (backport #2534) (#2559)</title>
<updated>2022-06-03T18:33:13+00:00</updated>
<author>
<name>mergify[bot]</name>
</author>
<published>2022-06-03T18:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=63f25ac4b4d7c9bd530ff1875ad38d835a82e051'/>
<id>63f25ac4b4d7c9bd530ff1875ad38d835a82e051</id>
<content type='text'>
* Deprecate .U() and .S() syntax for literal bit extracts (#2534)

(cherry picked from commit cadaf33a650ef898fdab2f81244e4ad6a07a9ea8)

# Conflicts:
#	macros/src/main/scala/chisel3/internal/sourceinfo/SourceInfoTransform.scala

* Fix backport conflict (#2560)

Co-authored-by: Jared Barocsi &lt;82000041+jared-barocsi@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Deprecate .U() and .S() syntax for literal bit extracts (#2534)

(cherry picked from commit cadaf33a650ef898fdab2f81244e4ad6a07a9ea8)

# Conflicts:
#	macros/src/main/scala/chisel3/internal/sourceinfo/SourceInfoTransform.scala

* Fix backport conflict (#2560)

Co-authored-by: Jared Barocsi &lt;82000041+jared-barocsi@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warning injected into user code by @chiselName (#2500) (#2503)</title>
<updated>2022-04-25T18:39:41+00:00</updated>
<author>
<name>mergify[bot]</name>
</author>
<published>2022-04-25T18:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=5a90f27ab1311994b4df73a85cd0facab3ae0b3a'/>
<id>5a90f27ab1311994b4df73a85cd0facab3ae0b3a</id>
<content type='text'>
In Scala 2.13, Auto-application to `()` is deprecated. Any nullary
method (ie. a method with no arguments) that is defined with () must now
be called with (). @chiselName used to inject a case of this warning
into user code which would then cause a warning on the @chiselName macro
that the user has no way to fix.

(cherry picked from commit ca902680df772445371e6c3dd907c01113afb1f5)

Co-authored-by: Jack Koenig &lt;koenig@sifive.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Scala 2.13, Auto-application to `()` is deprecated. Any nullary
method (ie. a method with no arguments) that is defined with () must now
be called with (). @chiselName used to inject a case of this warning
into user code which would then cause a warning on the @chiselName macro
that the user has no way to fix.

(cherry picked from commit ca902680df772445371e6c3dd907c01113afb1f5)

Co-authored-by: Jack Koenig &lt;koenig@sifive.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Optional clock param for memory ports (#2333) (#2382)</title>
<updated>2022-02-01T20:55:35+00:00</updated>
<author>
<name>mergify[bot]</name>
</author>
<published>2022-02-01T20:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=cb77b061e835044b4f3a2b718fb7ce3971b5d06e'/>
<id>cb77b061e835044b4f3a2b718fb7ce3971b5d06e</id>
<content type='text'>
Warn if clock at memory instantiation differs from clock bound at port
creation and port clock is not manually passed

Co-authored-by: Jack Koenig &lt;koenig@sifive.com&gt;
(cherry picked from commit 465805ec7b2696a985eaa12cf9c6868f11ac2931)

Co-authored-by: Aditya Naik &lt;91489422+adkian-sifive@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warn if clock at memory instantiation differs from clock bound at port
creation and port clock is not manually passed

Co-authored-by: Jack Koenig &lt;koenig@sifive.com&gt;
(cherry picked from commit 465805ec7b2696a985eaa12cf9c6868f11ac2931)

Co-authored-by: Aditya Naik &lt;91489422+adkian-sifive@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Expand supported val modifiers for @public (#2365) (#2367)</title>
<updated>2022-01-26T19:52:36+00:00</updated>
<author>
<name>mergify[bot]</name>
</author>
<published>2022-01-26T19:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=db0fe3fb23c3f50be0aeb859b19cb96967e15186'/>
<id>db0fe3fb23c3f50be0aeb859b19cb96967e15186</id>
<content type='text'>
(cherry picked from commit 13fb4595b3b21beadaad5ba5c5d131138099d6e1)

Co-authored-by: Adam Izraelevitz &lt;adam.izraelevitz@sifive.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 13fb4595b3b21beadaad5ba5c5d131138099d6e1)

Co-authored-by: Adam Izraelevitz &lt;adam.izraelevitz@sifive.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Apply scalafmt</title>
<updated>2022-01-10T23:53:55+00:00</updated>
<author>
<name>Jack Koenig</name>
</author>
<published>2022-01-10T18:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=3131c0daad41dea78bede4517669e376c41a325a'/>
<id>3131c0daad41dea78bede4517669e376c41a325a</id>
<content type='text'>
Command:
sbt scalafmtAll
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Command:
sbt scalafmtAll
</pre>
</div>
</content>
</entry>
</feed>
