aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/macc.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* Use (and ignore) the expression provided to log_assert in NDEBUG builds.whitequark2020-06-191-2/+0
| | | | | This avoids warnings in NDEBUG builds emitted when a variable is only used in log_assert, but is always defined.
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-6/+6
|
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-4/+4
|
* Use ID() in kernel/*, add simple ID:: hack (to be improved upon later)Clifford Wolf2019-08-111-10/+10
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* RTLIL::S{0,1} -> State::S{0,1} for headersEddie Hung2019-08-071-21/+21
|
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-2/+2
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
|
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-241-1/+3
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-29/+29
|
* added resource sharing of $macc cellsClifford Wolf2014-10-031-0/+9
|
* Added the obvious optimizations to alumacc $macc generatorClifford Wolf2014-09-151-0/+60
|
* Added $macc cell typeClifford Wolf2014-09-061-0/+171