aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Collapse)AuthorAgeFilesLines
* Changed "show" defaults for Win32Clifford Wolf2015-02-191-1/+4
|
* Added "select %xe %cie %coe"Clifford Wolf2015-02-181-7/+28
|
* Added Viz to yosys.jsClifford Wolf2015-02-151-1/+6
|
* Added "check -noinit"Clifford Wolf2015-02-151-3/+19
|
* Fixed "stat" handling of blackbox modulesClifford Wolf2015-02-141-9/+6
|
* hotfix in "check" commandClifford Wolf2015-02-131-1/+2
|
* Added "check" commandClifford Wolf2015-02-132-0/+127
|
* Added "scc -expect <N> -nofeedback"Clifford Wolf2015-02-101-7/+48
|
* Fixed iterator invalidation bug in "rename" commandClifford Wolf2015-02-091-3/+4
|
* Fixed bug in "show -format .."Clifford Wolf2015-02-081-1/+1
|
* Fixed eval_select_op() apiClifford Wolf2015-02-081-1/+1
|
* Added eval_select_args() and eval_select_op()Clifford Wolf2015-02-081-4/+27
|
* Added "select -read"Clifford Wolf2015-02-061-5/+39
|
* Using selections in "ls" commandClifford Wolf2015-02-011-34/+30
|
* Rethrow with "catch(...) throw;"Clifford Wolf2015-01-252-4/+4
|
* Improved xdot callingClifford Wolf2015-01-221-2/+2
|
* Only enable code coverage counters on linuxClifford Wolf2015-01-091-2/+2
|
* Fixed a bug in "select %ci %co %x"Clifford Wolf2014-12-301-4/+5
|
* Fixed memory corruption in "splice" commandClifford Wolf2014-12-291-13/+16
|
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-282-3/+3
|
* More hashtable finetuningClifford Wolf2014-12-272-3/+3
|
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-262-5/+5
|
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-265-12/+12
|
* Indenting fix in show.ccClifford Wolf2014-12-231-2/+2
|
* Added "show -colorattr"Clifford Wolf2014-12-231-4/+35
|
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-091-6/+6
|
* Added log_warning() APIClifford Wolf2014-11-091-1/+1
|
* Added missing fixup_ports() calls to "rename" commandClifford Wolf2014-11-081-0/+4
|
* Added "Nx" syntax to "show" command for repeating SigChunksClifford Wolf2014-11-081-6/+8
|
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-072-4/+4
|
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-061-2/+2
|
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-231-6/+3
| | | | (f.read() + f.gcount() made problems with lines > 16kB)
* Various win32 / vs build fixesClifford Wolf2014-10-171-5/+5
|
* Various MXE build fixesClifford Wolf2014-10-171-2/+5
|
* Header changes so it will compile on VSWilliam Speirs2014-10-172-3/+15
|
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-151-3/+6
|
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-121-3/+3
|
* Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source treeClifford Wolf2014-10-112-1/+1
|
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-111-1/+1
|
* Disabled "cover -d" on win32Clifford Wolf2014-10-111-0/+4
|
* Moved patmatch() to yosys.ccClifford Wolf2014-10-102-3/+0
|
* Replaced fnmatch() with patmatch()Clifford Wolf2014-10-102-13/+10
|
* Added format __attribute__ to stringf()Clifford Wolf2014-10-101-1/+1
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-103-7/+7
|
* sort cell types in "stat" output by nameClifford Wolf2014-10-031-2/+2
|
* namespace YosysClifford Wolf2014-09-2720-119/+195
|
* Alphabetically sort port names in "show" outputClifford Wolf2014-09-191-0/+3
|
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-064-6/+6
|
* Removed $bu0 cell typeClifford Wolf2014-09-041-1/+1
|
* Removed references to yosys-svgviewer from docsClifford Wolf2014-09-021-2/+2
|