Add support for module instances.
authorJim Lawson <ucbjrl@berkeley.edu>
Thu, 23 Aug 2018 21:35:11 +0000 (14:35 -0700)
committerJim Lawson <ucbjrl@berkeley.edu>
Thu, 23 Aug 2018 21:35:11 +0000 (14:35 -0700)
commit93d19dc2fb35335607e67cab8ecf5ebe28268a1f
tree5646e8cce87de4aee65e89297dbc431290f0fe77
parent2c0601eb6f2c5ed0d376ed880efda48a2aeeb9ef
Add support for module instances.
Don't pad logical operands to one bit.
Use operand width and signedness in $reduce_bool.
Shift amounts are unsigned and shouldn't be padded.
Group "is invalid" with the wire declaration, not its use (otherwise it is incorrectly wired to 0).
backends/firrtl/firrtl.cc