aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
* | | | abc9 to contain time callEddie Hung2019-11-251-1/+1
* | | | abc9 to no longer to clock partitioning, operate on whole modules onlyEddie Hung2019-11-251-139/+32
* | | | clkpart to analyse async flops tooEddie Hung2019-11-251-0/+8
* | | | Merge remote-tracking branch 'origin/eddie/clkpart' into xaig_dffEddie Hung2019-11-231-2/+3
|\ \ \ \
| * | | | More oopsiesEddie Hung2019-11-231-2/+3
* | | | | Conditioning abc9 on POs not accurate due to cellsEddie Hung2019-11-231-15/+6
* | | | | Merge remote-tracking branch 'origin/eddie/clkpart' into xaig_dffEddie Hung2019-11-231-13/+27
|\| | | |
| * | | | Print ".en=" only if there is an enable signalEddie Hung2019-11-231-1/+1
| * | | | Escape IdStringsEddie Hung2019-11-231-3/+2
| * | | | More sane naming of submodEddie Hung2019-11-231-2/+2
| * | | | Add -set_attr option, -unpart to take attr nameEddie Hung2019-11-231-10/+25
* | | | | Merge remote-tracking branch 'origin/eddie/clkpart' into xaig_dffEddie Hung2019-11-231-18/+34
|\| | | |
| * | | | Do not use log_signal() for empty SigSpec to prevent "{ }"Eddie Hung2019-11-221-2/+4
| * | | | Call submod once, more meaningful submod names, ignore largest domainEddie Hung2019-11-221-18/+32
* | | | | Merge remote-tracking branch 'origin/eddie/clkpart' into xaig_dffEddie Hung2019-11-223-1/+1
|\| | | |
| * | | | Move clkpart into passes/hierarchyEddie Hung2019-11-223-1/+1
* | | | | Merge remote-tracking branch 'origin/eddie/submod_po' into xaig_dffEddie Hung2019-11-221-48/+39
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | submod to bitty rather bussy, for bussy wires used as input and outputEddie Hung2019-11-221-48/+39
* | | | | Merge remote-tracking branch 'origin/eddie/submod_po' into xaig_dffEddie Hung2019-11-221-2/+10
|\| | | |
| * | | | Constant driven signals are also an input to submodulesEddie Hung2019-11-221-2/+10
* | | | | Merge remote-tracking branch 'origin/eddie/submod_po' into xaig_dffEddie Hung2019-11-221-1/+0
|\| | | |
| * | | | OopsEddie Hung2019-11-221-1/+0
* | | | | Merge remote-tracking branch 'origin/eddie/clkpart' into xaig_dffEddie Hung2019-11-221-8/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Only action if there is more than one clock domainEddie Hung2019-11-221-7/+8
| * | | | Replace TODOEddie Hung2019-11-221-1/+1
* | | | | Merge remote-tracking branch 'origin/eddie/submod_po' into xaig_dffEddie Hung2019-11-221-1/+19
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | sigmap(wire) should inherit port_output status of POsEddie Hung2019-11-221-1/+19
| | |/ / | |/| |
* | | | Merge branch 'eddie/clkpart' into xaig_dffEddie Hung2019-11-222-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | BracketsEddie Hung2019-11-221-1/+1
| * | | Entry in Makefile.incEddie Hung2019-11-221-0/+1
* | | | Merge branch 'eddie/clkpart' into xaig_dffEddie Hung2019-11-225-4/+430
|\| | |
| * | | New 'clkpart' to {,un}partition design according to clock/enableEddie Hung2019-11-221-0/+268
| |/ /
| * | Add "opt_mem" passClifford Wolf2019-11-223-0/+146
| * | proc_dlatch: Add error handling for incorrect always_(ff|latch|comb) usageDavid Shah2019-11-211-4/+16
* | | When expanding upwards, do not capture $__ABC9_{FF,ASYNC}_Eddie Hung2019-11-211-1/+1
* | | endomain -> ctrldomainEddie Hung2019-11-201-3/+3
* | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-11-1914-182/+449
|\| |
| * | Fix #1462, #1480.Marcin Kościelnicki2019-11-192-9/+11
| |/
| * Fix #1496.Marcin Kościelnicki2019-11-181-4/+8
| * Merge pull request #1492 from YosysHQ/dave/wreduce-fix-arstClifford Wolf2019-11-171-4/+10
| |\
| | * wreduce: Don't trim zeros or sext when not matching ARST_VALUEDavid Shah2019-11-141-4/+10
| * | Merge pull request #1490 from YosysHQ/clifford/autonameClifford Wolf2019-11-142-0/+135
| |\ \ | | |/ | |/|
| | * Add "autoname" pass and use it in "synth_ice40"Clifford Wolf2019-11-132-0/+135
| * | Merge pull request #1488 from whitequark/flowmap-fixeswhitequark2019-11-131-2/+3
| |\ \ | | |/ | |/|
| | * flowmap: when doing mincut, ensure source is always in X, not X̅.whitequark2019-11-121-1/+2
| | * flowmap: don't break if that creates a k+2 (and larger) LUT either.whitequark2019-11-111-1/+1
| * | Update fsm_detect bugfixClifford Wolf2019-11-121-3/+4
| * | Bugfix in fsm_detectClifford Wolf2019-11-121-6/+9
| |/
| * Makefile: don't assume python is called `python3`Sean Cross2019-10-191-2/+2
| * Fix dffmux peepopt init handlingClifford Wolf2019-10-162-27/+113