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
2016-11-03
Added Legalize to MiddleToLowFirrtl
azidar
2016-11-01
Fix Match Error in Check Types on Partial Connect (#359)
Jack Koenig
2016-11-01
fix bug. remove spurious connect that reassigns node (#358)
Scott Beamer
2016-10-31
Fixed Verilog emission of andr, orr, and xorr (#357)
Adam Izraelevitz
2016-10-30
Cleanup fixed point tests (#339)
Jack Koenig
2016-10-30
Keep package name + directory structure consistent (#354)
Colin Schmidt
2016-10-27
Wiring (#348)
Adam Izraelevitz
2016-10-26
Improve reference & name resolution in ReplSeqMem (#352)
Donggyu
2016-10-26
Add RawString ExtModule parameter support
jackkoenig
2016-10-26
Add Support for Parameterized ExtModules and Name Override
jackkoenig
2016-10-26
Add ExtModule Tests
jackkoenig
2016-10-26
Improve integration test API and add support for Verilog resources
jackkoenig
2016-10-25
Logger 1 (#338)
Chick Markley
2016-10-24
match fromBits order with toBits, toBitMask (#349)
Donggyu
2016-10-23
Fix bitmask (#346)
Angie Wang
2016-10-20
fix resolve memory reference (#341)
Donggyu
2016-10-19
annotations being assembled form command line but not being passed down to fi...
chick
2016-10-18
Create a simple system for executions and command line parameters (#337)
Chick Markley
2016-10-17
Reorganized memory blackboxing (#336)
Adam Izraelevitz
2016-10-17
Add fixed point type (#322)
Adam Izraelevitz
2016-10-11
Scala style cleanup take 5 (#324)
Chick Markley
2016-10-07
Add test for Firrtl mems with no ports (#327)
Jack Koenig
2016-10-07
change default info mode to append (#328)
Colin Schmidt
2016-09-29
Merge branch 'master' into fix_infer_mdir
Jim Lawson
2016-09-27
eliminate postfix operator problematic statements
chick
2016-09-27
remove unnecessary parentheses
chick
2016-09-27
enclosing block redundant
chick
2016-09-27
No return type for implicit function
chick
2016-09-27
Anonymous function convertible to a method value
chick
2016-09-26
add CInferMDirSpec
Donggyu Kim
2016-09-26
fix CInferMDir on SubAccess
Donggyu Kim
2016-09-26
Added max width check to dshl shift amount (#318)
Adam Izraelevitz
2016-09-25
Spec features added: AnalogType and Attach (#295)
Adam Izraelevitz
2016-09-25
offload latency pipe generation for memories from VerilogEmitter
Donggyu Kim
2016-09-25
more readable verilog generation for register updates
Donggyu Kim
2016-09-25
Syntactic sugar says use (A, B) instead of Tuple2[A, B]
chick
2016-09-25
use sys.error instead of deprecated error
chick
2016-09-25
stuff like this mutable.LinkedHashMap needs the mutable prefix
chick
2016-09-25
remove unnecessary blocks
chick
2016-09-25
implicit functions should specify return type
chick
2016-09-25
use name parameter when calling a function with boolean constant
chick
2016-09-25
Change file name ReplacesSubAccesses ReplaceAccess
chick
2016-09-25
convert all occurencess of BigInt == Int to BigInt == BigInt
chick
2016-09-25
Fix Anonymous function convertible to a method value
chick
2016-09-25
Minor fixes, typo in word
chick
2016-09-25
Use empty-parens as appropriate for f: => Unit calls
chick
2016-09-23
use .count instead of filter and size
chick
2016-09-23
Use parens on Unit methods
chick
2016-09-23
use .isEmpty, .nonEmpty, isDefined
chick
2016-09-23
use .indices
chick
[next]