Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' of https://github.com/Martoni/yosys | Clifford Wolf | 2014-12-07 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | manual/presentation.tex: bg option is unknown with beamer 3.3 in beamercolorbox | Fabien Marteau | 2014-12-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #43 from Martoni/master | Clifford Wolf | 2014-12-06 | 19 | -19/+19 | |
|\| | | | | | | | | suppressing semi-colon at the end of dot files | |||||
| * | | suppressing semi-colon at the end of dot files | Fabien Marteau | 2014-12-05 | 19 | -19/+19 | |
|/ / | ||||||
* | | Added some missing .gitignore in manual/ | Clifford Wolf | 2014-12-04 | 2 | -0/+4 | |
| | | ||||||
* | | Fixed bug in "hierarchy -top" with array of instances | Clifford Wolf | 2014-11-27 | 1 | -3/+10 | |
| | | ||||||
* | | Fixed minor bug in parsing delays | Clifford Wolf | 2014-11-24 | 1 | -1/+4 | |
| | | ||||||
* | | Fixed two minor bugs in constant parsing | Clifford Wolf | 2014-11-24 | 2 | -3/+7 | |
| | | ||||||
* | | Some fixes in stubnets example | Clifford Wolf | 2014-11-24 | 1 | -3/+5 | |
| | | ||||||
* | | Merge pull request #42 from slowriot/master | Clifford Wolf | 2014-11-20 | 2 | -76/+77 | |
|\ \ | | | | | | | SHA1 library: fixing incorrect buffer size allocation, and unsafe integer size type | |||||
| * | | switching from unreliable typedefs to precisely sized uint32_t and uint64_t | SlowRiot | 2014-11-20 | 2 | -19/+16 | |
| | | | ||||||
| * | | fixing incorrect buffer size allocation, and unsafe integer size type | SlowRiot | 2014-11-20 | 2 | -60/+64 | |
|/ / | ||||||
* | | Added warning for use of 'z' constants in HDL | Clifford Wolf | 2014-11-14 | 3 | -6/+14 | |
| | | ||||||
* | | Fixed parsing of nested verilog concatenation and replicate | Clifford Wolf | 2014-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | Another 'make vcxsrc' | Clifford Wolf | 2014-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | Some fixed in "make vcxsrc" srcfiles.txt creation | Clifford Wolf | 2014-11-12 | 1 | -2/+2 | |
| | | ||||||
* | | Split MXE "make dist" into MXE "make mxebin" and non-MXE "make vcxsrc" | Clifford Wolf | 2014-11-12 | 1 | -9/+12 | |
| | | ||||||
* | | Added "yosys -qq" to also quiet warning messages | Clifford Wolf | 2014-11-09 | 4 | -4/+9 | |
| | | ||||||
* | | Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN | Clifford Wolf | 2014-11-09 | 5 | -26/+30 | |
| | | ||||||
* | | Added log_warning() API | Clifford Wolf | 2014-11-09 | 15 | -34/+57 | |
| | | ||||||
* | | Added automatic "make clean" to abc "hg pull" make rules | Clifford Wolf | 2014-11-08 | 1 | -2/+2 | |
| | | ||||||
* | | Some fixes in presentation | Clifford Wolf | 2014-11-08 | 2 | -2/+2 | |
| | | ||||||
* | | Added missing fixup_ports() calls to "rename" command | Clifford Wolf | 2014-11-08 | 1 | -0/+4 | |
| | | ||||||
* | | Use a cache for log_id() memory management | Clifford Wolf | 2014-11-08 | 1 | -1/+4 | |
| | | ||||||
* | | Now we are in Yoys 0.4+ development | Clifford Wolf | 2014-11-08 | 2 | -2/+8 | |
| | | ||||||
* | | Yosys 0.4 | Clifford Wolf | 2014-11-08 | 1 | -1/+1 | |
| | | ||||||
* | | Added "ENABLE_PLUGINS := 0" to verific amd64 build instructions | Clifford Wolf | 2014-11-08 | 1 | -0/+1 | |
| | | ||||||
* | | Various documentation updates | Clifford Wolf | 2014-11-08 | 13 | -108/+1277 | |
| | | ||||||
* | | Added "Nx" syntax to "show" command for repeating SigChunks | Clifford Wolf | 2014-11-08 | 1 | -6/+8 | |
| | | ||||||
* | | Added "used" attribute to entries in yosys_cover_list | Clifford Wolf | 2014-11-07 | 1 | -1/+1 | |
| | | | | | | | | | | http://www.reddit.com/r/yosys/comments/2kw479/fyi_clang_350_build_error/cltgwyc http://llvm.org/bugs/show_bug.cgi?id=19474 | |||||
* | | Minor corrections in CodingReadme | Clifford Wolf | 2014-11-07 | 1 | -4/+3 | |
| | | ||||||
* | | Improved TopoSort determinism | Clifford Wolf | 2014-11-07 | 5 | -14/+16 | |
| | | ||||||
* | | Fixed generation of temp names in verilog backend | Clifford Wolf | 2014-11-07 | 1 | -4/+5 | |
| | | ||||||
* | | Updated ABC to 5b5af75f1dda | Clifford Wolf | 2014-11-07 | 2 | -2/+2 | |
| | | ||||||
* | | Changelog for Yosys 0.4 | Clifford Wolf | 2014-11-07 | 1 | -9/+78 | |
| | | ||||||
* | | Fixed typo in "log_cmd_error_exception" | Clifford Wolf | 2014-11-07 | 5 | -9/+9 | |
| | | ||||||
* | | Made "cover" a compile-time option (disabled by default) | Clifford Wolf | 2014-11-06 | 5 | -6/+10 | |
| | | ||||||
* | | Removed QMAKE variable from Makefile | Clifford Wolf | 2014-11-05 | 1 | -2/+0 | |
| | | ||||||
* | | Added "abc" label in synth script | Clifford Wolf | 2014-10-31 | 1 | -6/+12 | |
| | | ||||||
* | | Added "opt -full" alias for all more aggressive optimizations | Clifford Wolf | 2014-10-31 | 4 | -9/+35 | |
| | | ||||||
* | | Fixed parsing of "module mymod #( parameter foo = 1, bar = 2 ..." | Clifford Wolf | 2014-10-30 | 1 | -4/+5 | |
| | | ||||||
* | | Improved nomem2reg documentation | Clifford Wolf | 2014-10-30 | 1 | -1/+4 | |
| | | ||||||
* | | Added support for empty lines to here documents | Clifford Wolf | 2014-10-29 | 1 | -2/+2 | |
| | | ||||||
* | | AST simplifier: optimize constant AST_CASE nodes before recursively descending | Clifford Wolf | 2014-10-29 | 1 | -31/+35 | |
| | | ||||||
* | | Added support for task and function args in parentheses | Clifford Wolf | 2014-10-27 | 2 | -7/+80 | |
| | | ||||||
* | | Improvements in $readmem[bh] implementation | Clifford Wolf | 2014-10-26 | 1 | -8/+13 | |
| | | ||||||
* | | Added support for $readmemh/$readmemb | Clifford Wolf | 2014-10-26 | 4 | -2/+114 | |
| | | ||||||
* | | Fixed constant "cond ? string1 : string2" with strings of different size | Clifford Wolf | 2014-10-25 | 1 | -0/+2 | |
| | | ||||||
* | | Re-introduced Yosys::readsome() helper function | Clifford Wolf | 2014-10-23 | 6 | -21/+25 | |
| | | | | | | | | (f.read() + f.gcount() made problems with lines > 16kB) | |||||
* | | minor indenting corrections | Clifford Wolf | 2014-10-19 | 1 | -2/+2 | |
| | |