aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/driver.cc
Commit message (Expand)AuthorAgeFilesLines
* Added echo commandClifford Wolf2014-02-071-1/+1
* Added support for backslash continuation in script filesClifford Wolf2014-02-061-2/+13
* Added yosys -H for command listClifford Wolf2014-01-301-1/+7
* Added -h command line optionClifford Wolf2014-01-291-2/+8
* Added "history" commandClifford Wolf2013-12-021-0/+18
* Using RTLIL::id2cstr for prompt printingClifford Wolf2013-11-291-1/+1
* Some driver changes/fixesClifford Wolf2013-11-221-5/+5
* Added -v<level> option and some minor driver cleanupsClifford Wolf2013-11-171-5/+13
* Call internal checker more oftenClifford Wolf2013-11-101-9/+2
* Write yosys version to output filesClifford Wolf2013-11-031-3/+0
* Fixed get_share_file_name() for installed yosysClifford Wolf2013-10-271-2/+3
* Added API and Makefile rules for share/ filesClifford Wolf2013-10-271-0/+21
* Added version info to yosys command and added -V optionClifford Wolf2013-08-201-2/+13
* Added proper deallocation of history bufferClifford Wolf2013-08-061-0/+5
* Added history file read/write to driverClifford Wolf2013-06-101-0/+16
* Set rl_basic_word_break_characters in shellClifford Wolf2013-06-091-0/+1
* Improved readline tab completionClifford Wolf2013-06-091-24/+74
* Look for yosys-abc and yosys-svgviewer where the main exe isClifford Wolf2013-06-091-0/+17
* Only initialize TCL interpreter when neededClifford Wolf2013-05-231-32/+48
* Added tcl "yosys -import" commandClifford Wolf2013-05-021-3/+29
* Improved/simplified TCL bindingsClifford Wolf2013-05-011-14/+57
* Removed 4096 bytes limit for size of command from script fileClifford Wolf2013-04-011-3/+20
* Added "script" commandClifford Wolf2013-03-311-0/+16
* Implemented TCL support (only via -c option at the moment)Clifford Wolf2013-03-281-7/+41
* Added -S option for simple synthesis to gate logicClifford Wolf2013-03-211-2/+17
* Disabled the per-default dumping of ILANG codeClifford Wolf2013-03-211-1/+6
* fixed typosJohann Glaser2013-03-181-1/+1
* Improved error message on failed module loadClifford Wolf2013-03-061-1/+1
* Added support for loadable modules (aka plugins)Clifford Wolf2013-03-061-8/+23
* Implemented general handler for selection argumentsClifford Wolf2013-03-031-1/+2
* Added more help messagesClifford Wolf2013-03-011-0/+2
* Improved help message for "shell" commandClifford Wolf2013-02-281-0/+30
* Added help for command line optionsClifford Wolf2013-02-281-2/+68
* Changed default frontend for "-" to "script" (was: "ilang")Clifford Wolf2013-02-271-4/+7
* Improvements in command shellClifford Wolf2013-01-061-25/+40
* initial importClifford Wolf2013-01-051-0/+253
#n363'>363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432