aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | Fix handling of "logic" variables with initial valueClifford Wolf2019-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | | | | | | | | | | | | | | | | | | | | | Make tests/aiger less chattyClifford Wolf2019-06-191-4/+6
| |/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1100 from bwidawsk/homeClifford Wolf2019-06-195-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support ~ in filename parsing
| | * | | | | | | | | | | | | | | | | | | | | | | Support filename rewrite in backendsBen Widawsky2019-06-184-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
| | * | | | | | | | | | | | | | | | | | | | | | | Support ~ for home directoryBen Widawsky2019-06-181-0/+4
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is tested on Linux only v2: Wrap functioanlity in ifndef _WIN32 (eddiehung) Find '~/' instead of '~' (cliffordwolf) Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1104 from whitequark/case-semanticsClifford Wolf2019-06-192-1/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Clarify switch/case semantics in RTLIL
| | * | | | | | | | | | | | | | | | | | | | | | Explain exact semantics of switch and case rules in the manual.whitequark2019-06-191-0/+12
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | In RTLIL::Module::check(), check process invariants.whitequark2019-06-191-1/+28
| |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #1086 from udif/pr_elab_sys_tasks2Clifford Wolf2019-06-182-3/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | Fixed broken $error()/$info/$warning() on non-generate blocks (within always/initial blocks)
| | * | | | | | | | | | | | | | | | | | | | | Fixed brojen $error()/$info/$warning() on non-generate blocksUdi Finkelstein2019-06-112-3/+13
| | | |_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (within always/initial blocks)
| * | | | | | | | | | | | | | | | | | | | | Add timescale and generated-by header to yosys-smtbmc MkVcdClifford Wolf2019-06-161-0/+2
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | | | | | | | | | | | | | | | | | Merge branch 'xaig' into xaig_dffEddie Hung2019-06-171-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Update LUT7/8 delays to take account for [ABC]OUTMUX delayEddie Hung2019-06-171-5/+5
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Add box delays for FD*Eddie Hung2019-06-171-10/+10
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | CleanupEddie Hung2019-06-171-3/+3
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'xaig' into xaig_dffEddie Hung2019-06-171-1/+1
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | &scorr before &sweep, remove &retime as recommendedEddie Hung2019-06-171-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'xaig' into xaig_dffEddie Hung2019-06-171-3/+4
|\| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Copy not move parameters/attributesEddie Hung2019-06-171-3/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'xaig' into xaig_dffEddie Hung2019-06-173-25/+37
|\| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix leak removing cells during ABC integration; also preserve attrEddie Hung2019-06-173-27/+37
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/xaig' into xaig_dffEddie Hung2019-06-172-2/+3
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Try -W 300Eddie Hung2019-06-171-1/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Re-enable &dc2Eddie Hung2019-06-171-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | CleanupEddie Hung2019-06-165-73/+59
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'xaig' into xaig_dffEddie Hung2019-06-160-0/+0
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | CleanupEddie Hung2019-06-163-299/+33
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Cleanup write_xaigerEddie Hung2019-06-151-15/+10
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | CleanupEddie Hung2019-06-151-40/+7
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | abc9 to recover_init by defaultEddie Hung2019-06-151-11/+6
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Read init from outputsEddie Hung2019-06-151-0/+4
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Add +/xilinx/abc_ffEddie Hung2019-06-151-0/+33
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Preserve init of flops, and write into XAIGEddie Hung2019-06-151-5/+30
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Do not treat $__ABC_FF_ as a user cellEddie Hung2019-06-152-30/+15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix spacingEddie Hung2019-06-151-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Update commentEddie Hung2019-06-151-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | CleanupEddie Hung2019-06-151-10/+7
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Use $__ABC_FF_ instead of $_FF_Eddie Hung2019-06-153-17/+33
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix debug messageEddie Hung2019-06-151-0/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix log_debug messagesEddie Hung2019-06-151-17/+23
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Re-order alphabeticallyEddie Hung2019-06-151-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix initialisation of flopsEddie Hung2019-06-153-14/+15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Update commentEddie Hung2019-06-151-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Map to $_FF_ instead of $_DFF_P_ to prevent recursion issuesEddie Hung2019-06-153-15/+15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Missing close bracketEddie Hung2019-06-151-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Wrap FDRE with $__ABC_FDRE containing combEddie Hung2019-06-154-12/+29
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | For now, short $_DFF_[NP]_ from ff_map.v at re-integrationEddie Hung2019-06-151-0/+8
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | read_aiger to not require clk_name for latches, plus debugEddie Hung2019-06-151-21/+37
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | write_xaiger to treat abc_flop boxes as boxff for ABCEddie Hung2019-06-151-122/+105
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | / / Fix upper XC7 LUT[78] delays to use I[01] -> O delay not S -> OEddie Hung2019-06-151-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |