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
Age
Commit message (
Expand
)
Author
2017-03-14
Added lesson2
Adam Izraelevitz
2017-03-10
Changed custom transform option and help text
Adam Izraelevitz
2017-03-10
Added comments and section in README
Adam Izraelevitz
2017-03-10
Added tutorial pass
Adam Izraelevitz
2017-03-10
Added custom transform commandline option
Adam Izraelevitz
2017-03-10
Added Circuit mappers
Adam Izraelevitz
2017-03-09
make sure infer-rw works for exclusive when statements (#481)
Donggyu
2017-03-09
Sint tests and change in serialization (#456)
Adam Izraelevitz
2017-03-06
Zero width (#402)
Adam Izraelevitz
2017-03-06
Fix mistake when rebasing
Adam Izraelevitz
2017-03-06
After merge, fixed added transforms
Adam Izraelevitz
2017-03-06
Added more stylized debugging style
Adam Izraelevitz
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2017-03-06
Added pass name to debug logger
Adam Izraelevitz
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2017-03-03
Bugfix: InlineInstances must prefix instances
Adam Izraelevitz
2017-03-01
Allow nested digit fields in subfield expressions
Jack Koenig
2017-03-01
Fix bug in Lexer rule for DoubleLit and add tests
Jack Koenig
2017-02-28
Fix validation print for log-level (#394)
Colin Schmidt
2017-02-27
castrhs shouldn't assume rhs is uint (#467)
Angie Wang
2017-02-27
Add chisel2 isVCSAvailable, isCommandAvailable to FileUtils. (#439)
Jim Lawson
2017-02-26
Align types and names of ports in emitted Verilog (#463)
Jack Koenig
2017-02-23
move more general utils out of memutils, mov WIR helpers to WIR.scala and upd...
Angie
2017-02-23
messed up clocktype match
Angie
2017-02-23
fix bug in blackboxsourcehelper apply -- pointed to wrong transform
Angie
2017-02-23
added more helpers
Angie
2017-02-23
Add support for bundle fields to start with digits (#462)
Jack Koenig
2017-02-23
Fix warning from Cadence Incisive
Scott Johnson
2017-02-22
[stevo]: Adams fix
Stevo Bailey
2017-02-21
Implementation of nodedupe mem (#447)
Colin Schmidt
2017-02-14
Add support for Analog types in partial connect (#435)
Jack Koenig
2017-02-14
Fixes #441, ConvertFixedToSInt not recursing exps
Adam Izraelevitz
2017-02-14
Add println/throwInternalError to Emitter
Adam Izraelevitz
2017-02-13
Emit memories larger than 512 MB with a sparse annotation (#438)
Colin Schmidt
2017-02-12
Changed fixed-point cat semantics to return uint (#436)
Adam Izraelevitz
2017-02-07
Rework Attach to work on arbitrary Analog hierarchies (#415)
Jack Koenig
2017-02-07
Return a new circuit object after execution (#433)
Colin Schmidt
2017-02-06
Fix stack overflow from massive MaxWidth chains during width inference (#407)
Jack Koenig
2017-02-01
Fix anno in backend (#428)
Chick Markley
2017-02-01
Fetch resource files as resources. (#399)
Jim Lawson
2017-01-31
Replace createTempDirectory with createTestDirectory (#427)
Jack Koenig
2017-01-31
Blackboxhelper (#418)
Chick Markley
2017-01-29
Keep firrtl's simulation environment in sync with chisel's. (#425)
Jim Lawson
2017-01-27
Fix signed types (#422)
Angie Wang
2017-01-27
Move BackendCompilationUtilities into a util package for use by chisel3. (#400)
Jim Lawson
2017-01-23
Add FixedType to uniqueify match statement.
Paul Rigge
2017-01-22
use new annotations correctly for wiring (#416)
Colin Schmidt
2017-01-20
Remove merging of source locators during module deduplication
Jack
2017-01-20
Add MultiInfo. Speedup Info concatenation. Fixes #391
Jack
2017-01-20
Merge branch 'master' into scaladocroot
Jim Lawson
[next]