aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Progress in presentationClifford Wolf2014-05-061-8/+63
| | |
| * | Improved ezsat stand-alone testsClifford Wolf2014-05-064-106/+24
| | |
* | | Updated ABC to 67c84cdd49e4Clifford Wolf2014-05-091-1/+1
|/ /
* | workaround for OpenBSD 'stdout' implementationClifford Wolf2014-05-031-1/+2
| |
* | workaround for OpenBSD 'stdin' implementationClifford Wolf2014-05-021-1/+2
| |
* | Merge pull request #35 from bentley/doxClifford Wolf2014-05-022-32/+32
|\ \ | | | | | | Typos and grammar fixes through chapter 4.
| * | Typos and grammar fixes through chapter 4.Anthony J. Bentley2014-05-022-32/+32
|/ /
* | Fixed clang -Wdeprecated-register warningsClifford Wolf2014-04-202-0/+12
| |
* | Replaced depricated %name-prefix= bison directiveClifford Wolf2014-04-202-2/+2
| |
* | minisat compile fixClifford Wolf2014-04-203-2/+25
| |
* | Updated READMEClifford Wolf2014-04-181-18/+11
| |
* | Merge pull request #33 from bentley/doxClifford Wolf2014-04-113-21/+21
|\ \ | | | | | | Typos and grammar fixes through chapter 2.
| * | Typos and grammar fixes through chapter 2.Anthony J. Bentley2014-04-113-21/+21
|/ /
* | Merge pull request #31 from bentley/posix-rmClifford Wolf2014-04-053-6/+6
|\ \ | | | | | | Remove non-POSIX 'rm -v'.
| * | POSIX find requires a path argument.Anthony J. Bentley2014-04-042-2/+2
| | |
| * | Remove non-POSIX 'rm -v'.Anthony J. Bentley2014-04-041-4/+4
|/ /
* | Added SIMLIB_NOLUT to simlib.vClifford Wolf2014-04-021-0/+2
| |
* | Added SIMLIB_NOSR to simlib.vClifford Wolf2014-04-021-0/+6
| |
* | Added support for dlatchsr cellsClifford Wolf2014-03-315-1/+207
| |
* | Fixed mapping of Verific WIDE_DFFRS operatorClifford Wolf2014-03-201-2/+2
| |
* | Fixed mapping of Verific FADD primitive with unconnected outputsClifford Wolf2014-03-201-4/+5
| |
* | Fixed performance problem in opt_mux with nets driven by many conflicting ↵Clifford Wolf2014-03-191-1/+6
| | | | | | | | drivers
* | Progress in Verific bindingsClifford Wolf2014-03-171-8/+51
| |
* | Fixed typo in RTLIL::Module::addAdff()Clifford Wolf2014-03-171-1/+1
| |
* | Progress in Verific bindingsClifford Wolf2014-03-171-5/+50
| |
* | Progress in Verific bindingsClifford Wolf2014-03-174-2/+15
| |
* | Added support for memories to verific bindingsClifford Wolf2014-03-162-1/+86
| |
* | Use Verific Net::{IsGnd,IsPwr} API in Verific bindingsClifford Wolf2014-03-161-27/+11
| |
* | Fixed typo in RTLIL::Module::{addSshl,addSshr}Clifford Wolf2014-03-151-2/+2
| |
* | Progress in Verific bindingsClifford Wolf2014-03-151-39/+16
| |
* | Progress in Verific bindingsClifford Wolf2014-03-151-7/+15
| |
* | Progress in Verific bindingsClifford Wolf2014-03-151-31/+31
| |
* | Added RTLIL::Module::add{Dff,Dffsr,Adff,Dlatch}Gate() APIClifford Wolf2014-03-152-1/+61
| |
* | Progress in Verific bindingsClifford Wolf2014-03-141-13/+38
| |
* | Added log_dump() support for generic pointersClifford Wolf2014-03-141-0/+3
| |
* | Progress in Verific bindingsClifford Wolf2014-03-143-228/+348
| |
* | Added RTLIL::Module::Add{Inv,And,Or,Xor,Mux}Gate APIClifford Wolf2014-03-142-0/+48
| |
* | Progress in Verific bindingsClifford Wolf2014-03-131-10/+65
| |
* | Copy Verific vdbs files to Yosys "share" data directoryClifford Wolf2014-03-133-9/+24
| |
* | Small improvement in SAT log messagesClifford Wolf2014-03-131-3/+3
| |
* | Added test_navre.ys for verific frontendClifford Wolf2014-03-131-0/+17
| |
* | Hotfix for kernel/compatibility.hClifford Wolf2014-03-131-1/+2
| |
* | Merge branch 'master' of https://github.com/Siesh1oo/yosysClifford Wolf2014-03-130-0/+0
|\ \
| * | - Makefile, kernel/posix_compatibility.h/.cc: replay isolated ↵Siesh1oo2014-03-133-9/+194
| | | | | | | | | | | | OSX/POSIX.2008 compatibility patch.
| * | Merge branch 'master' of https://github.com/Siesh1oo/yosysSiesh1oo2014-03-132-24/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile libs/minisat/System.cc
| | * | - kernel/register.h, kernel/driver.cc: refactor ↵Siesh1oo2014-03-126-39/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics. - Makefile: no need to add $(PWD) to $(PATH) anymore.
| | * | - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if ↵Siesh1oo2014-03-121-2/+0
| | | | | | | | | | | | | | | | we link minisat objects instead of library
| | * | - .gitignore: ignore qmake/OSX package libs/svgviewer/svgviewer.appSiesh1oo2014-03-121-0/+1
| | | |
| | * | - Makefile: follow changes in https://github.com/cliffordwolf/yosysSiesh1oo2014-03-121-16/+3
| | | |
| | * | - libs/minisat/Solver.cc: insert spaces between string and PRIu64 literal, ↵Siesh1oo2014-03-121-5/+5
| | | | | | | | | | | | | | | | otherwise c++11-compliant compilers will bail out due to user-defined literals (minisat bug tracker #13).