Merge pull request #829 from abdelrahmanhosny/master
[yosys.git] / passes / techmap / alumacc.cc
2019-03-28 Benedikt TutzerMerge remote-tracking branch 'origin/master' into featu...
2018-09-17 Udi FinkelsteinMerge branch 'master' into pr_reg_wire_error
2018-08-22 Jim LawsonMerge pull request #1 from YosysHQ/master
2018-08-18 Aman GoelMerge pull request #3 from YosysHQ/master
2018-08-15 Clifford WolfMerge pull request #573 from cr1901/msys-64
2018-08-15 Clifford WolfMerge pull request #591 from hzeller/virtual-override
2018-07-21 Henner ZellerConsistent use of 'override' for virtual methods in...
2017-09-01 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-09-01 Clifford WolfMerge branch 'ChipScan-master'
2017-09-01 Clifford WolfUpdate more stuff to use get_src_attribute() and set_sr...
2017-08-31 Jason Lowdermilkupdated to use get_src_attribute() and set_src_attribute().
2017-08-30 Jason LowdermilkMerge remote-tracking branch 'upstream/master'
2017-08-29 Jason LowdermilkAdd support for source line tracking through synthesis...
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-10-25 Clifford WolfImport more std:: stuff into Yosys namespace
2015-08-31 Clifford WolfUsing dict<> and pool<> in alumacc pass
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-12-24 Clifford WolfRenamed extend() to extend_xx(), changed most users...
2014-12-08 Clifford WolfAdded skeleton dff2dffe pass
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-15 Clifford WolfMore aggressive $macc merging in alumacc
2014-09-15 Clifford WolfAdded the obvious optimizations to alumacc $macc generator
2014-09-14 Clifford WolfVarious fixes/cleanups in alumacc and maccmap
2014-09-14 Clifford Wolfalumacc fix for $pos cells
2014-09-14 Clifford WolfExtract $alu cells in alumacc
2014-09-14 Clifford WolfMerge $macc cells in alumacc pass
2014-09-14 Clifford WolfBasic $macc extract in alumacc
2014-09-14 Clifford Wolfalumacc skeleton