aboutsummaryrefslogtreecommitdiffstats
path: root/manual
Commit message (Collapse)AuthorAgeFilesLines
* Remove nonportable "-r" option from xargsMicah Elizabeth Scott2015-12-151-1/+1
| |
emove this option entirely, and it's a step toward fixing the Mac build. * Added read-enable to memory modelClifford Wolf2015-09-251-2/+6 | * Another block of spelling fixesLarry Doolittle2015-08-142-5/+5 | | | | Smaller this time * Re-created command-reference-manual.tex, copied some doc fixes to online helpClifford Wolf2015-08-141-36/+652 | * Spell check (by Larry Doolittle)Clifford Wolf2015-08-1425-140/+140 | * More ASCII encoding fixesClifford Wolf2015-08-131-1/+1 | * Fixed CRLF line endingsClifford Wolf2015-08-132-297/+297 | * Some ASCII encoding fixes (comments and docs) by Larry DoolittleClifford Wolf2015-08-131-3/+3 | * Fixed trailing whitespacesClifford Wolf2015-07-0222-179/+179 | * appnote 012 fixClifford Wolf2015-04-041-2/+2 | * Appnote 012Clifford Wolf2015-04-042-115/+115 | * Merge branch 'master' of https://github.com/cliffordwolf/yosysAhmed Irfan2015-04-0337-194/+1757 |\ | * Added blif reference to appnote 010Clifford Wolf2015-03-221-1/+5 | | | * Added $assume cell typeClifford Wolf2015-02-261-1/+1 | | | * Fixed creation of command reference in manualClifford Wolf2015-02-091-5/+5 | | | * Updated command reference in manualClifford Wolf2015-02-091-75/+440 | | | * Various presentation fixesClifford Wolf2015-02-092-8/+15 | | | * Added $equiv cell typeClifford Wolf2015-01-191-1/+1 | | | * Improvements in CodingReadmeClifford Wolf2014-12-311-8/+13 | | | * Added more documentation fixmes for nontrivial register cellsClifford Wolf2014-12-081-1/+9 | | | * manual/presentation.tex: bg option is unknown with beamer 3.3 in beamercolorboxFabien Marteau2014-12-071-1/+1 | | | * suppressing semi-colon at the end of dot filesFabien Marteau2014-12-0519-19/+19 | | | * Added some missing .gitignore in manual/Clifford Wolf2014-12-042-0/+4 | | | * Some fixes in stubnets exampleClifford Wolf2014-11-241-3/+5 | | | * Some fixes in presentationClifford Wolf2014-11-082-2/+2 | | | * Various documentation updatesClifford Wolf2014-11-0812-108/+1276 | | | * Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-102-3/+3 | | * | appnote for verilog to btorAhmed Irfan2015-04-031-0/+435 |/ * Added $lcu cell typeClifford Wolf2014-09-081-1/+1 | * Corrected spelling mistakes found by lintianRuben Undheim2014-09-065-13/+13 | * Removed $bu0 cell typeClifford Wolf2014-09-043-8/+2 | * Removed references to yosys-svgviewer from docsClifford Wolf2014-09-022-21/+10 | * Added $alu cell typeClifford Wolf2014-08-301-0/+4 | * Added additional gate types: $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ ↵Clifford Wolf2014-08-161-0/+4 | | | | $_OAI4_ * Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-154-6/+6 | * Removed old doc references to $safe_pmuxClifford Wolf2014-08-152-5/+1 | * RIP $safe_pmuxClifford Wolf2014-08-141-1/+1 | * Replaced sha1 implementationClifford Wolf2014-08-012-9/+3 | * Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-312-24/+17 | * Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-311-1/+1 | * Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-272-5/+5 | * Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-272-2/+2 | * Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-272-4/+4 | * Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-1/+1 | | | | | | | | | 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-261-1/+1 | * Fixed manual/CHAPTER_Prog/stubnets.ccClifford Wolf2014-07-231-2/+2 | * Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-231-12/+7 | * Changed the $mem/$memwr WR_EN input to a per-data-bit enable signalClifford Wolf2014-07-161-3/+4 | * small changes in presentationClifford Wolf2014-07-021-5/+2 | * Tiny fix in presentationClifford Wolf2014-06-291-1/+1 |