Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | Update more stuff to use get_src_attribute() and set_src_attribute() | Clifford Wolf | 2017-09-01 | 1 | -4/+4 |
| | |||||
* | updated to use get_src_attribute() and set_src_attribute(). | Jason Lowdermilk | 2017-08-31 | 1 | -4/+3 |
| | |||||
* | Add support for source line tracking through synthesis phase | Jason Lowdermilk | 2017-08-29 | 1 | -4/+12 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 1 | -3/+3 |
| | |||||
* | Using dict<> and pool<> in alumacc pass | Clifford Wolf | 2015-08-31 | 1 | -5/+5 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -3/+3 |
| | |||||
* | Renamed extend() to extend_xx(), changed most users to extend_u0() | Clifford Wolf | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | Added skeleton dff2dffe pass | Clifford Wolf | 2014-12-08 | 1 | -2/+2 |
| | |||||
* | Renamed SIZE() to GetSize() because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 1 | -42/+42 |
| | |||||
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -0/+4 |
| | |||||
* | More aggressive $macc merging in alumacc | Clifford Wolf | 2014-09-15 | 1 | -1/+37 |
| | |||||
* | Added the obvious optimizations to alumacc $macc generator | Clifford Wolf | 2014-09-15 | 1 | -0/+1 |
| | |||||
* | Various fixes/cleanups in alumacc and maccmap | Clifford Wolf | 2014-09-14 | 1 | -1/+0 |
| | |||||
* | alumacc fix for $pos cells | Clifford Wolf | 2014-09-14 | 1 | -13/+24 |
| | |||||
* | Extract $alu cells in alumacc | Clifford Wolf | 2014-09-14 | 1 | -1/+296 |
| | |||||
* | Merge $macc cells in alumacc pass | Clifford Wolf | 2014-09-14 | 1 | -1/+59 |
| | |||||
* | Basic $macc extract in alumacc | Clifford Wolf | 2014-09-14 | 1 | -4/+104 |
| | |||||
* | alumacc skeleton | Clifford Wolf | 2014-09-14 | 1 | -0/+63 |