firrtl
firrtl copied to clipboard
Flexible Intermediate Representation for RTL
This is an automated backport of pull request #1797 done by Mergify Cherry-pick of 3a6e352626915751b2b2a5d6aec4203fb8e83a1d has failed: ``` On branch mergify/bp/1.3.x/pr-1797 Your branch is up to date with 'origin/1.3.x'. You...
Fixes #2037. The example code there will now produce: ```verilog module Foo( input a, input [12:0] inp_6, output [13:0] tmp13 ); wire [13:0] _GEN_0 = inp_6 + 13'h1; assign tmp13...
This is an automatic backport of pull request #2120 done by [Mergify](https://mergify.io). Cherry-pick of 0eb7afd09d488507d776017c5df8f6ec56924927 has failed: ``` On branch mergify/bp/1.3.x/pr-2120 Your branch is up to date with 'origin/1.3.x'. You...
This is an automatic backport of pull request #2120 done by [Mergify](https://mergify.io). Cherry-pick of 0eb7afd09d488507d776017c5df8f6ec56924927 has failed: ``` On branch mergify/bp/1.2.x/pr-2120 Your branch is up to date with 'origin/1.2.x'. You...
Currently this results in a fatal error, could probably be demoted to a warning. ### Checklist - [ ] Did you write out a description of the feature you want...
The FIRRTL compiler correctly respects self-determined and context-determined widths when inlining expression. However, if an expression is _already_ inlined, it won't be broken back out and you can get buggy...
### Checklist - [x] Did you specify the current behavior? - [x] Did you specify the expected behavior? - [x] Did you provide a code example showing the problem? -...
This is an automatic backport of pull request #2072 done by [Mergify](https://mergify.io). Cherry-pick of 6e0e760526090c694ce6507db71122654ffc3000 has failed: ``` On branch mergify/bp/1.2.x/pr-2072 Your branch is up to date with 'origin/1.2.x'. You...
This is an automatic backport of pull request #2021 done by [Mergify](https://mergify.io). Cherry-pick of 81ff0fe30f7dd63cffd0c4cd93b72ebee9c8bec9 has failed: ``` On branch mergify/bp/1.3.x/pr-2021 Your branch is up to date with 'origin/1.3.x'. You...
This is an automatic backport of pull request #2021 done by [Mergify](https://mergify.io). Cherry-pick of 81ff0fe30f7dd63cffd0c4cd93b72ebee9c8bec9 has failed: ``` On branch mergify/bp/1.2.x/pr-2021 Your branch is up to date with 'origin/1.2.x'. You...