aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/YosysHQ/yosys into feature/python...Benedikt Tutzer2019-10-1525-61/+345
|\
| * Merge pull request #1448 from YosysHQ/daveshah1-sv-experimentsClifford Wolf2019-10-1417-20/+315
| |\
| | * Use "(id)" instead of "id" for types as temporary hackClifford Wolf2019-10-1417-20/+315
| | |\
| | | * frontends/ast: code styleDavid Shah2019-10-031-2/+1
| | | * sv: Improve testsDavid Shah2019-10-038-7/+30
| | | * sv: Fix typedefs in blocksDavid Shah2019-10-031-2/+2
| | | * sv: Disambiguate interface portsDavid Shah2019-10-031-3/+19
| | | * Update CHANGELOG and READMEDavid Shah2019-10-032-0/+3
| | | * sv: Add test scripts for typedefsDavid Shah2019-10-035-0/+31
| | | * sv: Fix memories of typedefsDavid Shah2019-10-031-1/+1
| | | * sv: Add %expectDavid Shah2019-10-031-0/+1
| | | * sv: Add support for memories of a typedefDavid Shah2019-10-032-6/+30
| | | * sv: Add support for memory typedefsDavid Shah2019-10-033-3/+44
| | | * sv: Fix typedefs in packagesDavid Shah2019-10-032-4/+21
| | | * sv: Fix typedef parametersDavid Shah2019-10-034-9/+70
| | | * sv: Switch parser to glr, prep for typedefDavid Shah2019-10-036-11/+111
| * | | Merge pull request #1446 from YosysHQ/dave/ecp5-ioffDavid Shah2019-10-143-8/+16
| |\ \ \ | | |/ / | |/| |
| | * | ecp5: Add ECLKBRIDGECS blackboxDavid Shah2019-10-111-0/+7
| | * | ecp5: Add attrmvcp to copy syn_useioff to driving FFDavid Shah2019-10-101-0/+1
| | * | ecp5: Set syn_useioff on IO FFs to enable packingDavid Shah2019-10-101-8/+8
| |/ /
| * | Merge pull request #1445 from YosysHQ/mwk/xilinx_ibufgMiodrag Milanović2019-10-105-33/+14
| |\ \
| | * | xilinx: Add simulation model for IBUFG.Marcin Kościelnicki2019-10-105-33/+14
| |/ /
* | | Fix renaming all classes to Cpp*Benedikt Tutzer2019-10-091-2/+2
* | | Expose global variables and allow logging to python streamsBenedikt Tutzer2019-10-091-6/+286
|/ /
* | Revert "Add test that is expecting to fail"Eddie Hung2019-10-081-20/+0
* | Revert "Be mindful that sigmap(wire) could have dupes when checking \init"Eddie Hung2019-10-081-4/+1
* | Merge pull request #1432 from YosysHQ/eddie/fix1427Eddie Hung2019-10-084-50/+145
|\ \
| * | Use `sat -tempinduct` and comments for why equiv_opt not sufficientEddie Hung2019-10-031-1/+8
| * | Fix broken CI, check reset even for constants, trim rstmuxEddie Hung2019-10-022-25/+28
| * | Fix testEddie Hung2019-10-021-2/+12
| * | Merge branch 'eddie/fix_sat_init' into eddie/fix1427Eddie Hung2019-10-022-1/+24
| |\ \
| | * | Be mindful that sigmap(wire) could have dupes when checking \initEddie Hung2019-10-021-1/+4
| | * | Add test that is expecting to failEddie Hung2019-10-021-0/+20
| * | | Update testEddie Hung2019-10-021-13/+3
| * | | Refactor peepopt_dffmux and be sensitive to \init when trimmingEddie Hung2019-10-021-32/+63
| * | | Add testEddie Hung2019-10-021-0/+31
* | | | Merge pull request #1433 from YosysHQ/eddie/equiv_opt_async2syncEddie Hung2019-10-083-13/+19
|\ \ \ \
| * | | | Add -async2sync to help text as per @daveshah1Eddie Hung2019-10-041-1/+4
| * | | | Restore part of docEddie Hung2019-10-031-1/+2
| * | | | Disable equiv check for ice40 latchesEddie Hung2019-10-031-6/+3
| * | | | Add new -async2sync optionEddie Hung2019-10-031-1/+11
| * | | | Use equiv_opt -async2sync for xilinxEddie Hung2019-10-031-3/+1
| * | | | Revert "equiv_opt to call async2sync when not -multiclock like SymbiYosys"Eddie Hung2019-10-031-2/+0
| * | | | Revert "Update doc for equiv_opt"Eddie Hung2019-10-031-3/+2
| |/ / /
* | | | Merge pull request #1437 from YosysHQ/eddie/abc_to_abc9Eddie Hung2019-10-0834-309/+316
|\ \ \ \
| * \ \ \ Merge branch 'master' into eddie/abc_to_abc9Eddie Hung2019-10-048-185/+33
| |\ \ \ \
| * | | | | Rename abc_* names/attributes to more precisely be abc9_*Eddie Hung2019-10-0434-305/+313
* | | | | | Merge pull request #1438 from YosysHQ/eddie/xilinx_dsp_commentsEddie Hung2019-10-085-72/+364
|\ \ \ \ \ \
| * | | | | | Missed thisEddie Hung2019-10-051-3/+4
| * | | | | | Add comment on why we have to match for clock-enable/reset muxesEddie Hung2019-10-053-3/+11