yosys.git
2019-08-28 Eddie HungMore cleanup
2019-08-28 Eddie HungDo not use default_params dict, hardcode default values...
2019-08-28 Eddie HungAdd .gitignore
2019-08-28 Eddie HungUse test_pmgen for xilinx_srl
2019-08-28 Eddie HungAlways generate if no match
2019-08-28 Eddie HungRename test_pmgen arg xilinx_srl.{fixed,variable}
2019-08-28 Eddie HungDo not simplemap for variable test
2019-08-28 Eddie HungAdd xilinx_srl test
2019-08-28 Eddie HungMerge remote-tracking branch 'origin/master' into eddie...
2019-08-28 David ShahMerge pull request #1332 from YosysHQ/dave/ecp5gsr
2019-08-28 Clifford WolfMerge pull request #1335 from YosysHQ/clifford/paramap
2019-08-28 Clifford WolfFix typo
2019-08-28 Clifford WolfAdd "paramap" pass
2019-08-27 Clifford WolfMerge pull request #1325 from YosysHQ/eddie/sat_init
2019-08-27 Marcin Kościelnickixilinx: Add SRLC16E primitive.
2019-08-27 Eddie HungMerge pull request #1292 from YosysHQ/mwk/xilinx_bufgmap
2019-08-27 Eddie HungIgnore all 1'bx in (* init *)
2019-08-27 Eddie HungRevert to using clean
2019-08-27 Marcin Kościelnickiimprove clkbuf_inhibit propagation upwards through...
2019-08-27 David Shahecp5: Add GSR support
2019-08-27 Clifford WolfAdd "make bumpversion"
2019-08-27 Eddie HungMissing close bracket
2019-08-27 Eddie HungRevert "In sat: 'x' in init attr should not override...
2019-08-27 Eddie HungRemove leftover header
2019-08-27 Eddie HungImprove xilinx_srl.fixed generate, add .variable generate
2019-08-27 Eddie HungAccount for maxsubcnt overflowing
2019-08-27 Eddie HungAdd xilinx_srl_pm.variable to test_pmgen
2019-08-26 Eddie HungPopulate generate for xilinx_srl.fixed pattern
2019-08-26 Eddie HungAdd xilinx_srl_fixed, fix typos
2019-08-26 Eddie HungMerge branch 'master' into eddie/xilinx_srl
2019-08-26 Eddie HungImprove tests to check that clkbuf is connected to...
2019-08-26 Eddie HungMerge branch 'master' into mwk/xilinx_bufgmap
2019-08-26 Eddie HungRemove dupe in CHANGELOG, missing end quote
2019-08-26 Clifford WolfMerge tag 'yosys-0.9'
2019-08-26 Clifford WolfYosys 0.9 yosys-0.9
2019-08-25 Clifford WolfMerge pull request #1112 from acw1251/pyosys_sigsig_issue
2019-08-24 Eddie HungWire with init on FF part, 1'bx on non-FF part
2019-08-24 Clifford WolfMerge pull request #1327 from YosysHQ/clifford/pmgen
2019-08-24 Eddie HungCreate new $__XILINX_SHREG_ cell for variable length too
2019-08-24 Eddie HungDo not allow Q of last cell of variable length SRL...
2019-08-24 Eddie HungAlso add first.Q to chain_bits since variable length
2019-08-24 Eddie HungDo not enforce !EN_POLARITY on $dffe
2019-08-24 Eddie HungCreate new cell for fixed length SRL
2019-08-24 Eddie HungCleanup FDRE matching
2019-08-23 Eddie HungAdd undocumented feature
2019-08-23 Eddie HungOops don't need a finally block
2019-08-23 Eddie HungKeep track of bits in variable length chain, to check...
2019-08-23 Eddie HungDon't forget $dff has no EN
2019-08-23 Eddie HungSame for variable length
2019-08-23 Eddie HungFilter on en_port for fixed length
2019-08-23 Eddie HungCheck clock is consistent
2019-08-23 Eddie HungFix last_cell.D
2019-08-23 Eddie HungRevert "Add a unique argument to pmgen's nusers()"
2019-08-23 Eddie HungRevert "Fix polarity"
2019-08-23 Eddie HungFix polarity
2019-08-23 Eddie HungCheck for non unique nusers/fanouts
2019-08-23 Eddie HungAdd a unique argument to pmgen's nusers()
2019-08-23 Eddie HungUpdate doc
2019-08-23 Eddie HungRemove (* init *) entry when consumed into SRL
2019-08-23 Eddie Hungindo -> into
2019-08-23 Eddie Hungindo -> into
2019-08-23 Eddie HungForgot to slice
2019-08-23 Eddie HungCope with possibility that D could connect to Q on...
2019-08-23 Eddie HungRevert earliest to gcc-4.8, compile iverilog with defau...
2019-08-23 Eddie HungRevert "Bump to gcc-5 as `__warn_memset_zero_len' symbo...
2019-08-23 Eddie HungRemove .0 from clang-8.0
2019-08-23 Eddie HungBump to gcc-5 as `__warn_memset_zero_len' symbol not...
2019-08-23 Eddie Hungbionic -> xenial as its on whitelist
2019-08-23 Eddie HungBump gcc from 4.8 to 4.9 as undefined reference
2019-08-23 Eddie HungMention shregmap -tech xilinx is superseded
2019-08-23 Eddie Hungxilinx_srl now copes with word-level flops $dff{,e}
2019-08-23 Eddie Hungxilinx_srl to use 'slice' features of pmgen for word...
2019-08-23 Eddie HungMerge remote-tracking branch 'origin/clifford/pmgen...
2019-08-23 Eddie HungMerge remote-tracking branch 'origin/master' into eddie...
2019-08-23 Eddie HungMerge branch 'master' into mwk/xilinx_bufgmap
2019-08-23 Eddie HungForgot one
2019-08-23 Eddie HungMerge branch 'master' into mwk/xilinx_bufgmap
2019-08-23 Eddie HungPut abc_* attributes above port
2019-08-23 Eddie HungCheck clkbuf_inhibit=1 is ignored for custom selection
2019-08-23 Eddie Hungclkbufmap to only check clkbuf_inhibit if no selection...
2019-08-23 Eddie HungAdd simple clkbufmap tests
2019-08-23 Eddie Hungtests/techmap/run-test.sh to cope with *.ys
2019-08-23 Eddie HungMention clkbuf_inhibit can be overridden
2019-08-23 Eddie HungReview comment from @cliffordwolf
2019-08-23 Eddie HungMerge remote-tracking branch 'origin/master' into mwk...
2019-08-23 Miodrag MilanovicMake macOS depenency clear
2019-08-23 Eddie HungMerge pull request #1326 from mmicko/doc-update
2019-08-23 Eddie HungBlocking assignment
2019-08-23 Clifford WolfFix port hanlding in pmgen
2019-08-23 Clifford WolfAdd pmgen slices and choices
2019-08-23 Miodrag MilanovicMake macOS depenency clear
2019-08-22 Eddie HungDo not propagate mem2reg attribute through to result
2019-08-22 Eddie HungIn sat: 'x' in init attr should not override constant
2019-08-22 Eddie HungIn sat: 'x' in init attr should not override constant
2019-08-22 Eddie HungRemove Xilinx test
2019-08-22 Eddie HungActually, there might not be any harm in updating sigmap...
2019-08-22 Eddie HungAdd comment as per @cliffordwolf
2019-08-22 Eddie HungAdd shregmap -tech xilinx test
2019-08-22 Eddie HungRevert "Try way that doesn't involve creating a new...
2019-08-22 Eddie HungTry way that doesn't involve creating a new wire
next