aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-25Fix almost all Scaladoc warningsSchuyler Eldridge
2019-02-22Add Width Constraints with Annotations (#956)Albert Chen
2019-02-22Stop reporting exceptions in custom transformations as internal errors (#867)Jack Koenig
2019-02-22Change mergify to just require an approval (#1030)Adam Izraelevitz
2019-02-22Bump yosys to 0.8 (#1029)Adam Izraelevitz
2019-02-21Don't let the main module become deduped out of existence. (#1023)Jim Lawson
2019-02-21No time left for you - quickly rename deep bundles still occasionally fails. ...Jim Lawson
2019-02-21Added mergify badge to README (#1027)Adam Izraelevitz
2019-02-21Added mergify configuration (#1026)Adam Izraelevitz
2019-02-21Prevent Flatten from stripping all annotations (#1024)Schuyler Eldridge
2019-02-21Correctly handle dots in loaded memory paths (#984)Nick Hynes
2019-02-20Attempt to deal with timing vagaries in UniquifySpec.quicklyrenamedeepbundles...Jim Lawson
2019-02-14Asynchronous Reset (#1011)Jack Koenig
2019-02-11Fix typo for -c: compiler -> circuit (#1014)John Wright
2019-02-05Merge pull request #1004 from seldridge/issue-423Schuyler Eldridge
2019-02-05Do Shr constant propagation in LegalizeSchuyler Eldridge
2019-02-05Add RemoveValidIf to -X mverilogSchuyler Eldridge
2019-02-05Add "mverilog" and "sverilog" DriverSpec testsSchuyler Eldridge
2019-02-05Add "mverilog" Compiler Option, Compiler FixesSchuyler Eldridge
2019-02-05Missed constprop opportunity (#1009)Andrew Waterman
2019-02-04Correct Kind info from #1010 (#1012)Albert Magyar
2019-02-01Fork all sbt test and run tasks (#1002)Schuyler Eldridge
2019-02-01Mem helpers (#1010)Albert Magyar
2019-01-31Use apache commons for string escaping instead of reflection (#1008)Jack Koenig
2019-01-31Add MidFIRRTL spec (#1003)Albert Magyar
2019-01-28typo fix (#1001)Sequencer
2019-01-26Use default test_run_dir for more DriverSpec tests. (#1006)Jim Lawson
2019-01-23Improve Shl codegen; eliminate Shlw WIR node (#994)Andrew Waterman
2019-01-22Merge pull request #969 from freechipsproject/top-wiring-aggregatesDavid Biancolin
2019-01-22Merge branch 'master' into top-wiring-aggregatesDavid Biancolin
2019-01-22Bump copyright year (#999)Jim Lawson
2019-01-22Remove ghpages plugin (#996)Jim Lawson
2019-01-21Merge branch 'master' into top-wiring-aggregatesDavid Biancolin
2019-01-15Merge branch 'master' into top-wiring-aggregatesDavid Biancolin
2019-01-14Merge pull request #992 from freechipsproject/const-prop-dshiftsJack Koenig
2019-01-13Suppress unchecked warning in Constant PropagationJack Koenig
2019-01-13Constant Propagate dshl and dshr with constant amountsJack Koenig
2019-01-13Keep constant propagating expressions until done optimizingJack Koenig
2019-01-08Avoid enforcing time constrains during coverage tests. (#989)Jim Lawson
2019-01-04Merge pull request #987 from freechipsproject/fix-groupingJack Koenig
2019-01-04Fix GroupComponents to work with unused componentsJack Koenig
2019-01-02Make GroupComponents run ResolveKindsJack Koenig
2018-12-25Update documentation linksEdward Wang
2018-12-25Performance fix of Uniquify for deep bundles (#980)Adam Izraelevitz
2018-12-21Small convenience tweaks to IR/WIR APIs (#961)Albert Magyar
2018-12-21Enhance CheckCombLoops to support annotated ExtModule paths (#962)Albert Magyar
2018-12-21Merge pull request #976 from seldridge/none-compiler-formSchuyler Eldridge
2018-12-20Require transforms.size >= 1 for CompilersSchuyler Eldridge
2018-12-20Use IdentityTransform to construct NoneCompilerSchuyler Eldridge
2018-12-19Add IdentityTransformSchuyler Eldridge