yosys.git
2019-08-20 Eddie HungRemove mapping rules
2019-08-20 Eddie HungRemove -icells
2019-08-20 Eddie HungUse abc_{map,unmap,model}.v
2019-08-20 Eddie HungMerge remote-tracking branch 'origin/master' into xaig_dff
2019-08-20 Eddie HungMerge pull request #1304 from YosysHQ/eddie/abc9_refactor
2019-08-20 Clifford WolfMerge pull request #1298 from YosysHQ/clifford/pmgen
2019-08-20 Clifford WolfMerge branch 'master' into clifford/pmgen
2019-08-20 Clifford WolfAdd test case for real parameters
2019-08-20 Clifford WolfMerge pull request #1308 from jakobwenzel/real_params
2019-08-20 whitequarkMerge pull request #1309 from whitequark/proc_clean...
2019-08-19 Eddie HungMerge remote-tracking branch 'origin/master' into xaig_dff
2019-08-19 Eddie HungAdd arrival times for SRL outputs
2019-08-19 Eddie HungOutput i/o/h extensions even if no boxes or flops
2019-08-19 Eddie HungAdd BRAM arrival times
2019-08-19 Eddie HungRemove debug
2019-08-19 Eddie HungAdd reference to source of Tclktoq timing
2019-08-19 Eddie HungAdd (* abc_arrival *) attribute
2019-08-19 Eddie Hung Add 'abc_arrival' attribute for flop outputs
2019-08-19 Eddie HungUpdate box timings
2019-08-19 Eddie HungMove from cell attr to module attr
2019-08-19 Eddie HungFix typo
2019-08-19 Eddie HungFix typo
2019-08-19 Eddie HungID({A,B,Y}) -> ID::{A,B,Y} for opt_share.cc
2019-08-19 Eddie HungMerge remote-tracking branch 'origin/master' into xaig_dff
2019-08-19 Eddie HungClarify with 'only'
2019-08-19 Eddie HungUpdate doc
2019-08-19 Eddie HungUnify abc_carry_{in,out} into abc_carry and use port...
2019-08-19 Eddie HungUse attributes instead of params
2019-08-19 whitequarkproc_clean: fix order of switch insertion.
2019-08-19 Eddie HungSet abc_flop and use it in toposort
2019-08-19 Eddie HungUse %d
2019-08-19 Jakob Wenzelhandle real values when deriving ast modules
2019-08-19 Clifford WolfMerge pull request #1306 from mmicko/gitignore_fix
2019-08-19 Clifford WolfAdd *.sv to tests/simple_abc9/.gitignore
2019-08-19 Clifford WolfMerge branch 'master' of github.com:YosysHQ/yosys into...
2019-08-19 Clifford WolfMerge pull request #1305 from YosysHQ/clifford/testfast
2019-08-19 Eddie HungMerge remote-tracking branch 'origin/master' into cliff...
2019-08-19 Eddie HungRemoval of more `stat` calls from tests
2019-08-18 Miodrag MilanovicIgnore all generated headers for pmgen pass
2019-08-18 whitequarkMerge pull request #1290 from YosysHQ/eddie/pr1266_again
2019-08-18 whitequarkMerge branch 'master' into eddie/pr1266_again
2019-08-17 Clifford WolfMerge pull request #1283 from YosysHQ/clifford/fix1255
2019-08-17 Clifford WolfMerge pull request #1303 from YosysHQ/bogdanvuk/opt_share
2019-08-17 Clifford WolfMerge pull request #1300 from YosysHQ/eddie/cleanup2
2019-08-17 Clifford WolfFix erroneous ifndef-NDEBUG in verific.cc
2019-08-17 Clifford WolfSpeed up "make test" and related cleanups
2019-08-17 Clifford WolfAdd test for pmtest_test "reduce" demo pattern
2019-08-17 Clifford WolfRefactor pmgen rollback mechanism
2019-08-17 Clifford WolfImprovements in "test_pmgen -generate"
2019-08-17 Clifford WolfAdd pmgen "fallthrough" statement
2019-08-16 Eddie HungMerge branch 'eddie/abc9_refactor' into xaig_dff
2019-08-16 Eddie HungUse ID()
2019-08-16 Eddie HungAdd doc for abc_* attributes
2019-08-16 Eddie HungUpdate abc_* attr in ecp5 and ice40
2019-08-16 Eddie HungCompute abc_scc_break and move CI/CO outside of each...
2019-08-16 Eddie HungAttach abc_scc_break, abc_carry_{in,out} attr to ports...
2019-08-16 Eddie HungMerge pull request #1250 from bwidawsk/master
2019-08-16 Eddie HungUse ID() macro
2019-08-16 Eddie HungAdd 'opt_share' to CHANGELOG
2019-08-16 Eddie HungAdd 'opt_share' to 'opt -full'
2019-08-16 Eddie HungMerge https://github.com/bogdanvuk/yosys into bogdanvuk...
2019-08-16 Eddie HungRemove unused variable
2019-08-16 Eddie HungAdd help() call
2019-08-16 Eddie HungMove namespace alias
2019-08-16 Eddie HungRemove `using namespace RTLIL;`
2019-08-16 Clifford WolfMinor bugfix in "test_pmgen -generate"
2019-08-16 Clifford WolfMerge pull request #1302 from mmicko/dfflibmap_regression
2019-08-16 Clifford WolfDo not use Verific in tests/various/write_gzip.ys
2019-08-16 Clifford WolfAdd pmgen finish statement, return number of matches
2019-08-16 Clifford WolfRedesign pmgen backtracking for recursive matching
2019-08-16 Clifford WolfAdd pmgen "generate" feature
2019-08-16 Miodrag MilanovicRegression in abc9
2019-08-16 Miodrag MilanovicJust needed IDs to be IdString
2019-08-16 Clifford WolfRefactor demo_reduce into test_pmgen
2019-08-16 Clifford WolfAdd missing NMUX to "abc -g" handling
2019-08-15 Eddie HungTry this for gcc-4.8?
2019-08-15 Eddie HungFix spacing
2019-08-15 Eddie HungUse ID::keep more liberally too
2019-08-15 Eddie HungUse more ID::{A,B,Y,blackbox,whitebox}
2019-08-15 Clifford WolfAdd doc for pmgen semioptional statement, Add pmgen...
2019-08-15 Clifford WolfMerge pull request #1299 from YosysHQ/eddie/cleanup2
2019-08-15 Clifford WolfUpdate pmgen documentation
2019-08-15 Clifford WolfChange pmgen default rule to reject, switch peepopt...
2019-08-15 Clifford WolfMerge branch 'master' into clifford/fix1255
2019-08-15 Eddie HungFix
2019-08-15 Eddie HungChange signature of parse_blif to take IdString
2019-08-15 Eddie HungID(\\.*) -> ID(.*)
2019-08-15 Eddie HungConvert a few more to ID
2019-08-15 Eddie HungTransform all "\\*" identifiers into ID()
2019-08-15 Eddie HungTransform "$.*" to ID("$.*") in passes/techmap
2019-08-15 Clifford WolfAdd demo_reduce pass to demonstrace recursive pattern...
2019-08-15 Clifford WolfImprovements in pmgen for recursive patterns
2019-08-15 Eddie HungMore use of IdString::in()
2019-08-15 Eddie HungMerge pull request #1297 from YosysHQ/eddie/fix_1284_again
2019-08-15 Eddie HungMerge remote-tracking branch 'origin/master' into eddie...
2019-08-15 Clifford WolfMerge pull request #1275 from YosysHQ/clifford/ids
2019-08-15 Clifford WolfMerge branch 'master' into clifford/ids
2019-08-15 Clifford WolfMerge pull request #1295 from YosysHQ/eddie/fix_travis
2019-08-14 Eddie HungAND with an inverted input, causes X{,N}OR output to...
2019-08-14 Eddie HungRevert "Only sort leaves on non-ANDNOT/ORNOT cells"
next