aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | 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
| | * | | | | | opt_rmdff to optimise even in presence of enable signal, even removingEddie Hung2019-05-241-12/+29
| | * | | | | | Fix duplicate driverEddie Hung2019-05-241-15/+15
| | * | | | | | Add commentsEddie Hung2019-05-241-1/+22
| | * | | | | | Resolve @cliffordwolf review, set even if !has_initEddie Hung2019-05-241-2/+1
| * | | | | | | Merge pull request #1042 from mmicko/git_ignore_pythonClifford Wolf2019-05-261-0/+3
| |\ \ \ \ \ \ \
| | * | | | | | | Add files to ignore for python buildMiodrag Milanovic2019-05-261-0/+3
| |/ / / / / / /
* | | | | | | | read_aiger to only clean own designEddie Hung2019-05-281-0/+6
* | | | | | | | MisspellEddie Hung2019-05-281-1/+1
* | | | | | | | If driver not found, use LUT2Eddie Hung2019-05-271-29/+27
* | | | | | | | Parse "a" extension and boxes from map fileEddie Hung2019-05-271-41/+60
* | | | | | | | Map file to include boxes not CI/COEddie Hung2019-05-271-45/+38
* | | | | | | | Make MUXF{7,8} and CARRY4 whiteboxEddie Hung2019-05-271-3/+3
* | | | | | | | Re-enable lib_whiteboxEddie Hung2019-05-271-5/+5
* | | | | | | | Disconnect all ABC boxes tooEddie Hung2019-05-271-11/+9
* | | | | | | | Remove unused functionEddie Hung2019-05-271-23/+0
* | | | | | | | parse_xaiger to not parse symbol tableEddie Hung2019-05-271-64/+0
* | | | | | | | Parse without wideportsEddie Hung2019-05-271-1/+1
* | | | | | | | Remove mapped_mod when doneEddie Hung2019-05-271-0/+2
* | | | | | | | Instantiate cell type (from sym file) otherwise 'clean' warningsEddie Hung2019-05-273-12/+15