aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in fmcombine log message, fixes #1063Clifford Wolf2019-06-051-2/+2
* Merge pull request #1062 from tux3/patch-1Clifford Wolf2019-06-041-1/+1
|\
| * README.md: Missing formatting for <tag>Tux32019-06-041-1/+1
|/
* Merge pull request #1061 from YosysHQ/eddie/techmap_and_arith_mapEddie Hung2019-06-031-6/+5
|\
| * Remove extra newlineEddie Hung2019-06-031-1/+0
| * Execute techmap and arith_map simultaneouslyEddie Hung2019-06-031-6/+6
|/
* Only support Symbiotic EDA flavored VerificClifford Wolf2019-06-021-0/+8
* Fix "tee" handling of log_streamsClifford Wolf2019-05-311-0/+5
* Enable Verific flag veri_elaborate_top_level_modules_having_interface_ports, ...Clifford Wolf2019-05-301-0/+3
* Merge pull request #1057 from mmicko/fix_478Clifford Wolf2019-05-301-0/+4
|\
| * Aded one more load of .conf to support change of prefixMiodrag Milanovic2019-05-291-0/+4
|/
* Merge pull request #1049 from YosysHQ/clifford/fix1047Clifford Wolf2019-05-282-4/+15
|\
| * Do not use shiftmul peepopt pattern when mul result is truncated, fixes #1047Clifford Wolf2019-05-282-4/+15
* | Merge pull request #1050 from YosysHQ/clifford/wandworClifford Wolf2019-05-289-40/+207
|\ \
| * | Refactor hierarchy wand/wor handlingClifford Wolf2019-05-283-103/+145
| * | Add actual wandwor test that is part of "make test"Clifford Wolf2019-05-282-33/+36
| * | Merge branch 'wandwor' of https://github.com/thasti/yosys into clifford/wandworClifford Wolf2019-05-288-5/+127
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into wandworStefan Biereigel2019-05-2715-32/+274
| | |\
| | * | reformat wand/wor testStefan Biereigel2019-05-271-22/+21
| | * | remove port direction workaround from test caseStefan Biereigel2019-05-271-2/+1
| | * | update README.md with wand/wor informationStefan Biereigel2019-05-271-2/+2
| | * | remove leftovers from ast data structuresStefan Biereigel2019-05-272-4/+0
| | * | move wand/wor resolution into hierarchy passStefan Biereigel2019-05-272-98/+91
| | * | fix assignment of non-wiresStefan Biereigel2019-05-231-16/+19
| | * | add simple test case for wand/worStefan Biereigel2019-05-231-0/+35
| | * | fix indentation across filesStefan Biereigel2019-05-234-63/+83
| | * | implementation for assignments workingStefan Biereigel2019-05-233-14/+83
| | * | make lexer/parser aware of wand/wor net typesStefan Biereigel2019-05-233-2/+10
* | | | Merge pull request #1048 from mmicko/fix_enable_pyosysClifford Wolf2019-05-281-8/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Remove info line in 2nd load of conf fileMiodrag Milanovic2019-05-281-1/+0
| * | | Moved pyosys block in MakefileMiodrag Milanovic2019-05-281-8/+16
|/ / /
* | | Merge pull request #1045 from mmicko/afl-gcc-targetClifford Wolf2019-05-281-1/+11
|\ \ \ | |_|/ |/| |
| * | make config-afl-gcc to help creating conf fileMiodrag Milanovic2019-05-271-1/+4
| * | Added afl-gcc as target for fuzzerMiodrag Milanovic2019-05-271-0/+7
|/ /
* | Merge pull request #1044 from mmicko/invalid_width_rangeClifford Wolf2019-05-271-1/+2
|\ \
| * | Give error instead of asserting for invalid range, fixes #947Miodrag Milanovic2019-05-271-1/+2
* | | Merge pull request #1043 from mmicko/unsized_constantClifford Wolf2019-05-275-13/+45
|\ \ \
| * | | Added support for unsized constants, fixes #1022Miodrag Milanovic2019-05-275-13/+45
| |/ /
* | | Merge pull request #1026 from YosysHQ/clifford/fix1023Clifford Wolf2019-05-272-2/+12
|\ \ \
| * | | Keep zero-width wires in opt_clean if and only if they are ports, fixes #1023Clifford Wolf2019-05-221-2/+3
| * | | Fix handling of warning and error messages within log_make_debug-blocksClifford Wolf2019-05-221-0/+9
* | | | Merge pull request #1030 from Kmanfi/makefile_osxClifford Wolf2019-05-271-5/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | Guard all Python-api related items.Kaj Tuomi2019-05-271-0/+6
| * | | OS X related fixes.Kaj Tuomi2019-05-221-5/+31
| |/ /
* | | Merge pull request #1035 from YosysHQ/eddie/opt_rmdffClifford Wolf2019-05-263-4/+144
|\ \ \
| * | | Revert enable checkEddie Hung2019-05-251-3/+1
| * | | Fix initEddie Hung2019-05-241-27/+27
| * | | Fix typosEddie Hung2019-05-241-6/+6
| * | | Add more testsEddie Hung2019-05-242-20/+41
| * | | Call procEddie Hung2019-05-241-1/+1