aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.cc
Commit message (Expand)AuthorAgeFilesLines
* Add $aldff and $aldffe: flip-flops with async load.Marcelina Kościelnicka2021-10-021-0/+110
* Add additional check to SigSpecClaire Xenia Wolf2021-09-101-4/+12
* Generate an RTLIL representation of bind constructsRupert Swarbrick2021-08-131-0/+17
* Add v2 memory cells.Marcelina Kościelnicka2021-08-111-2/+68
* memory: Introduce $meminit_v2 cell, with EN input.Marcelina Kościelnicka2021-07-281-1/+11
* rtlil: Make Process handling more uniform with Cell and Wire.Marcelina Kościelnicka2021-07-121-1/+31
* Simplify some RTLIL destructorsRupert Swarbrick2021-06-141-10/+10
* opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits.Marcelina Kościelnicka2021-06-091-0/+33
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* kernel/rtlil: Extract some helpers for checking memory cell types.Marcelina Kościelnicka2021-05-221-0/+10
* rtlil: add const accessors for modules, wires, and cellsZachary Snow2021-03-251-0/+5
* blackbox: Include whiteboxed modulesgatecat2021-03-171-2/+2
* rtlil: Disallow 0-width chunks in SigSpec.Marcelina Kościelnicka2021-03-151-18/+49
* Add support for memory writes in processes.Marcelina Kościelnicka2021-03-081-0/+1
* Replace assert in addModule with more useful error messageDan Ravensloft2021-03-061-1/+2
* bugpoint: add -wires option.whitequark2020-12-071-1/+1
* Replace "ILANG" with "RTLIL" everywhere.whitequark2020-08-261-2/+2
* Ensure \A_SIGNED is never used with $shiftxXiretza2020-08-181-1/+5
* Add add* functions for the new FF typesMarcelina Kościelnicka2020-06-231-0/+193
* Add new builtin FF typesMarcelina Kościelnicka2020-06-231-47/+224
* RTLIL: add Module::addProcess, use it in Module::cloneInto. NFC.whitequark2020-06-091-2/+10
* flatten: preserve original object names via hdlname attribute.whitequark2020-06-081-0/+16
* RTLIL: use {get,set}_string_attribute in {get,set}_strpool_attribute.whitequark2020-06-081-2/+2
* Merge pull request #2105 from whitequark/split-flatten-off-techmapclairexen2020-06-081-0/+12
|\
| * RTLIL: factor out RTLIL::Module::addMemory. NFC.whitequark2020-06-041-0/+12
* | Merge pull request #2006 from jersey99/signed-in-rtlil-wirewhitequark2020-06-041-0/+2
|\ \ | |/ |/|
| * Preserve 'signed'-ness of a verilog wire through RTLILVamsi K Vytla2020-04-271-0/+2
* | Add flooring division operatorXiretza2020-05-281-1/+2
* | Add flooring modulo operatorXiretza2020-05-281-1/+2
|/
* kernel: Cell::getParam() to throw exception again if not foundEddie Hung2020-04-221-3/+2
* Use default parameter value in getParamMarcelina Kościelnicka2020-04-211-1/+10
* ilang, ast: Store parameter order and default value information.Marcelina Kościelnicka2020-04-211-1/+2
* rtlil: add AttrObject::has_attribute.whitequark2020-04-161-0/+5
* rtlil: add AttrObject::{get,set}_string_attribute.whitequark2020-04-161-17/+17
* Merge pull request #1927 from YosysHQ/eddie/design_remove_assertEddie Hung2020-04-161-0/+1
|\
| * kernel: Design::remove(RTLIL::Module *) to check refcount_modules_Eddie Hung2020-04-141-0/+1
* | kernel: Module::makeblackbox() to clear connections tooEddie Hung2020-04-131-0/+2
|/
* Merge pull request #1858 from YosysHQ/eddie/fix1856Eddie Hung2020-04-091-1/+1
|\
| * kernel: include "kernel/constids.inc" instead of "constids.inc"Eddie Hung2020-04-091-1/+1
* | [NFCI] Deduplicate builtin FF cell types listMarcelina Kościelnicka2020-04-091-0/+47
|/
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-410/+410
* kernel: Use constids.inc for global/constant IdStringsEddie Hung2020-04-021-6/+4
* Merge pull request #1845 from YosysHQ/eddie/kernel_speedupEddie Hung2020-04-021-288/+244
|\
| * kernel: pass-by-value into Design::scratchpad_set_string() tooEddie Hung2020-03-271-2/+2
| * kernel: Cell::set{Port,Param}() to pass by value, but use std::moveEddie Hung2020-03-261-5/+5
| * kernel: SigSpec copies to not trigger pack()Eddie Hung2020-03-181-33/+4
| * kernel: more pass by const ref, more speedupsEddie Hung2020-03-181-180/+174
| * kernel: speedupEddie Hung2020-03-181-30/+23
| * kernel: fix DeleteWireWorkerEddie Hung2020-03-171-9/+4
| * kernel: SigSpec use more const& + overloads to prevent implicit SigSpecEddie Hung2020-03-131-31/+39