index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
stanza
/
primop.stanza
Age
Commit message (
Expand
)
Author
2016-01-24
Added muxing on passive aggregate types
azidar
2016-01-17
BIT-AND, BIT-OR, and BIT-XOR now can accept SInts. Fixed tests
azidar
2016-01-16
Fixed a bunch of tests, and minor bugs
azidar
2016-01-16
WIP. Fixed a bunch of tests. Starting on implementing chirrtl, but hit roadbl...
azidar
2016-01-16
WIP
azidar
2016-01-16
Width of multiply is sum of input widths
azidar
2015-08-25
Removed IntWidth, now only use LongWidth. Now do width inference for Constant...
azidar
2015-07-31
Fixed inferred type of bits and bit
azidar
2015-07-31
Fixed compiletime error, whooops
azidar
2015-07-31
Allow bit operations on sints
azidar
2015-07-30
Added eqv for bitwise equality, and change eq to be arithmetic equality
azidar
2015-06-02
merge + fix trim to use correct bits operands
jackbackrack
2015-05-26
Added <>. Added additional checks for primops. Added new chisel3 files.
azidar
2015-05-21
fix pad/trim pass and fix bug in bits-select width inference
jackbackrack
2015-05-18
Big API Change. Pad is no longer supported. Widths of primops can be flexible...
azidar
2015-05-04
Added a few more error checks. Not tested yet. Fixed bug in pad type inference
azidar
2015-05-04
Fixed change where type of mux-ss was incorrect
azidar
2015-05-02
Added a infrastructure for check passes, and wrote a few
azidar
2015-05-01
Fixed bug where the enable was looked at for lowering MUX.
azidar
2015-04-29
Added dshl and dshr
azidar
2015-04-24
Fixed switch statement
azidar
2015-04-24
NEG now propogates input args plus one
azidar
2015-04-24
Updated TODO. Added backwards with prop for as and bits
azidar
2015-04-24
Incorrectly propagated width constraint for non-muxes. This is only true for ...
azidar
2015-04-24
Fixed width inference bug where later constraints on the output width were no...
azidar
2015-04-22
Switched to stricter primop width constraints. Implemented Pad. Added some mi...
azidar
2015-04-17
Removed excessive debug print statements, added default call to firrtl to gen...
azidar
2015-04-17
Fixed bug in primop lowering during type inference. Added reduce instructions...
azidar