Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | msys2: launcher: fix warnings and errors under g++ | Sean Cross | 2019-09-08 | 1 | -4/+4 |
| | | | | | | | | | | When building under G++, certain C-isms no longer work. For example, we must now cast the return from `calloc()`. Fix `launcher.c` so that it builds under whatever $CXX is set to, which is usually a C++ compiler. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | Merge pull request #1112 from acw1251/pyosys_sigsig_issue | Clifford Wolf | 2019-08-25 | 1 | -16/+10 |
|\ | | | | | Fixed pyosys commands returning RTLIL::SigSig | ||||
| * | Fixed pyosys commands returning RTLIL::SigSig | acw1251 | 2019-06-19 | 1 | -16/+10 |
| | | |||||
* | | Fix formatting for msys2 mingw build using GetSize | Miodrag Milanovic | 2019-08-01 | 1 | -1/+2 |
| | | |||||
* | | Throw runtime exception when trying to convert a c++-pointer to a | Benedikt Tutzer | 2019-07-04 | 1 | -0/+3 |
|/ | | | | | | python-object in case the pointer is a nullptr to avoid a segfault. Fixes #1090 | ||||
* | remove boost/log/exceptions.hpp from wrapper generator | Stefan Biereigel | 2019-06-07 | 1 | -1/+0 |
| | |||||
* | Remove yosys_banner() from python wrapper init, fixes #1056 | Clifford Wolf | 2019-06-05 | 1 | -1/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Cleaned up root directory | Benedikt Tutzer | 2019-04-30 | 2 | -0/+2101 |
| | |||||
* | Install launcher executable when running yosys-smtbmc on Windows. | William D. Jones | 2019-03-13 | 1 | -0/+358 |
| | | | | Signed-off-by: William D. Jones <thor0505@comcast.net> | ||||
* | Reduce amount of trailing whitespace in code base | Larry Doolittle | 2019-02-28 | 1 | -6/+6 |
| | |||||
* | Update to v2 YosysVS template | Clifford Wolf | 2018-09-28 | 1 | -4/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Protobuf backend | Serge Bazanski | 2018-06-19 | 1 | -0/+175 |
| | | | | Signed-off-by: Serge Bazanski <q3k@symbioticeda.com> | ||||
* | Added examples/ top-level directory | Clifford Wolf | 2015-10-13 | 1 | -22/+0 |
| | |||||
* | Added ENABLE_LIBYOSYS Makefile option | Clifford Wolf | 2015-08-04 | 1 | -0/+1 |
| | |||||
* | Added libyosys.so build | Clifford Wolf | 2015-08-04 | 1 | -2/+2 |
| | |||||
* | Fixed YosysJS.create_worker() usage of this.url_prefix | Clifford Wolf | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | Improved YosysJS WebWorker API | Clifford Wolf | 2015-07-04 | 3 | -10/+51 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | Added YosysJS.create_worker() | Clifford Wolf | 2015-06-28 | 3 | -33/+145 |
| | |||||
* | Hotfix for yosysjs/demo03.html | Clifford Wolf | 2015-02-21 | 1 | -4/+4 |
| | |||||
* | YosysJS: Wait for Viz to load | Clifford Wolf | 2015-02-21 | 2 | -16/+33 |
| | |||||
* | YosysJS firefox fixes | Clifford Wolf | 2015-02-19 | 2 | -5/+5 |
| | |||||
* | YosysJS stuff | Clifford Wolf | 2015-02-19 | 2 | -2/+120 |
| | |||||
* | YosysJS fixes for firefox | Clifford Wolf | 2015-02-16 | 2 | -23/+41 |
| | |||||
* | More YosysJS stuff | Clifford Wolf | 2015-02-16 | 3 | -104/+78 |
| | |||||
* | Added YosysJS wrapper | Clifford Wolf | 2015-02-16 | 3 | -2/+263 |
| | |||||
* | More yosys.js improvements | Clifford Wolf | 2015-02-16 | 1 | -4/+29 |
| | |||||
* | Added Viz to yosys.js | Clifford Wolf | 2015-02-15 | 1 | -6/+75 |
| | |||||
* | Added yosys.js FS support | Clifford Wolf | 2015-02-15 | 1 | -2/+61 |
| | |||||
* | More emcc stuff | Clifford Wolf | 2015-02-15 | 1 | -13/+25 |
| | |||||
* | Improved yosys.js example | Clifford Wolf | 2015-02-15 | 1 | -60/+72 |
| | |||||
* | More emscripten stuff, Added example app | Clifford Wolf | 2015-02-15 | 1 | -0/+60 |
| | |||||
* | fixed typo | Clifford Wolf | 2015-02-08 | 1 | -1/+1 |
| | |||||
* | Added "yosys-config --build modname.so cppsources.." | Clifford Wolf | 2015-02-08 | 1 | -2/+12 |
| | |||||
* | Added "make mklibyosys", some minor API changes | Clifford Wolf | 2015-02-01 | 1 | -0/+21 |
| | |||||
* | Various improvements to version reporting on win32 | Clifford Wolf | 2014-10-18 | 1 | -4/+19 |
| | |||||
* | Create vcxsrc in mxe build "make dist" | Clifford Wolf | 2014-10-18 | 1 | -0/+39 |
| | |||||
* | Moved yosys-config.in to misc/ | Clifford Wolf | 2014-10-18 | 1 | -0/+97 |