summaryrefslogtreecommitdiff
path: root/manual
Commit message (Collapse)AuthorAge
* Added additional gate types: $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ ↵Clifford Wolf2014-08-16
| | | | $_OAI4_
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-15
|
* Removed old doc references to $safe_pmuxClifford Wolf2014-08-15
|
* RIP $safe_pmuxClifford Wolf2014-08-14
|
* Replaced sha1 implementationClifford Wolf2014-08-01
|
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-31
|
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-31
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-27
|
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-27
|
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-27
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-26
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-26
|
* Fixed manual/CHAPTER_Prog/stubnets.ccClifford Wolf2014-07-23
|
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-23
|
* Changed the $mem/$memwr WR_EN input to a per-data-bit enable signalClifford Wolf2014-07-16
|
* small changes in presentationClifford Wolf2014-07-02
|
* Tiny fix in presentationClifford Wolf2014-06-29
|
* Progress in presentationClifford Wolf2014-06-29
|
* Progress in presentationClifford Wolf2014-06-26
|
* Progress in presentationClifford Wolf2014-06-22
|
* fixed typoClifford Wolf2014-06-21
|
* Progress in presentationClifford Wolf2014-06-21
|
* Progress in presentationClifford Wolf2014-06-14
|
* Progress in presentationClifford Wolf2014-05-06
|
* Typos and grammar fixes through chapter 4.Anthony J. Bentley2014-05-02
|
* Typos and grammar fixes through chapter 2.Anthony J. Bentley2014-04-11
|
* POSIX find requires a path argument.Anthony J. Bentley2014-04-04
|
* Progress in presentationClifford Wolf2014-02-21
|
* Progress in presentationClifford Wolf2014-02-21
|
* Progress in presentationClifford Wolf2014-02-20
|
* Progress in presentationClifford Wolf2014-02-20
|
* Progress in presentationClifford Wolf2014-02-20
|
* Progress in presentationClifford Wolf2014-02-18
|
* Progress in presentationClifford Wolf2014-02-17
|
* Progress in presentationClifford Wolf2014-02-16
|
* Progress in presentationClifford Wolf2014-02-16
|
* Progress in presentationClifford Wolf2014-02-16
|
* Progress in presentationClifford Wolf2014-02-16
|
* Improved "make manual" and "make clean"Clifford Wolf2014-02-11
|
* Added $slice and $concat cell typesClifford Wolf2014-02-07
|
* presentation progressClifford Wolf2014-02-06
|
* presentation progressClifford Wolf2014-02-05
|
* presentation progressClifford Wolf2014-02-05
|
* presentation progressClifford Wolf2014-02-05
|
* presentation progressClifford Wolf2014-02-04
|
* presentation progressClifford Wolf2014-02-04
|
* presentation progressClifford Wolf2014-02-04
|
* presentation progressClifford Wolf2014-02-03
|
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-03
|
* presentation progressClifford Wolf2014-02-02
|