Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Replaced ezDefaultSAT with ezSatPtr | Clifford Wolf | 2015-02-21 | 12 | -139/+186 |
* | Catch constants assigned to cell outputs in "flatten" | Clifford Wolf | 2015-02-21 | 1 | -0/+6 |
* | Added deep recursion warning to AST simplify | Clifford Wolf | 2015-02-20 | 1 | -1/+7 |
* | Parser support for complex delay expressions | Clifford Wolf | 2015-02-20 | 2 | -8/+21 |
* | YosysJS firefox fixes | Clifford Wolf | 2015-02-19 | 2 | -5/+5 |
* | YosysJS stuff | Clifford Wolf | 2015-02-19 | 7 | -16/+156 |
* | format fixes in "sat -dump_json" | Clifford Wolf | 2015-02-19 | 1 | -18/+17 |
* | Added "sat -dump_json" (WaveJSON format) | Clifford Wolf | 2015-02-19 | 1 | -4/+92 |
* | Changed "show" defaults for Win32 | Clifford Wolf | 2015-02-19 | 1 | -1/+4 |
* | Convert floating point cell parameters to strings | Clifford Wolf | 2015-02-18 | 1 | -9/+12 |
* | Fixed clang (svn trunk) warnings | Clifford Wolf | 2015-02-18 | 2 | -4/+2 |
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2015-02-18 | 2 | -1/+36 |
|\ | |||||
| * | wreduce help typo fix | Clifford Wolf | 2015-02-17 | 1 | -1/+1 |
| * | CodingReadme | Clifford Wolf | 2015-02-17 | 1 | -0/+35 |
* | | Added "select %xe %cie %coe" | Clifford Wolf | 2015-02-18 | 1 | -7/+28 |
|/ | |||||
* | YosysJS fixes for firefox | Clifford Wolf | 2015-02-16 | 2 | -23/+41 |
* | More YosysJS stuff | Clifford Wolf | 2015-02-16 | 5 | -105/+83 |
* | Added YosysJS wrapper | Clifford Wolf | 2015-02-16 | 6 | -5/+273 |
* | Bugfix in wreduce | Clifford Wolf | 2015-02-16 | 1 | -7/+14 |
* | More yosys.js improvements | Clifford Wolf | 2015-02-16 | 1 | -4/+29 |
* | Added Viz to yosys.js | Clifford Wolf | 2015-02-15 | 4 | -8/+87 |
* | Added yosys.js FS support | Clifford Wolf | 2015-02-15 | 1 | -2/+61 |
* | More emcc stuff | Clifford Wolf | 2015-02-15 | 3 | -17/+39 |
* | Improved yosys.js example | Clifford Wolf | 2015-02-15 | 1 | -60/+72 |
* | Added "stat" to "synth" and "synth_xilinx" | Clifford Wolf | 2015-02-15 | 2 | -0/+4 |
* | Added final checks to "synth" and "synth_xilinx" | Clifford Wolf | 2015-02-15 | 2 | -7/+24 |
* | Added "check -noinit" | Clifford Wolf | 2015-02-15 | 1 | -3/+19 |
* | Cosmetic fixes in "hierarchy" for blackbox modules | Clifford Wolf | 2015-02-15 | 1 | -2/+4 |
* | More emscripten stuff, Added example app | Clifford Wolf | 2015-02-15 | 5 | -4/+99 |
* | Fixed default EMCCFLAGS | Clifford Wolf | 2015-02-15 | 1 | -5/+8 |
* | Smaller default parameters in $mem simlib model | Clifford Wolf | 2015-02-15 | 1 | -2/+2 |
* | Fixed "stat" handling of blackbox modules | Clifford Wolf | 2015-02-14 | 1 | -9/+6 |
* | Various fixes for memories with offsets | Clifford Wolf | 2015-02-14 | 5 | -13/+24 |
* | Added $meminit support to "memory" command | Clifford Wolf | 2015-02-14 | 7 | -48/+98 |
* | Added $meminit test case | Clifford Wolf | 2015-02-14 | 1 | -0/+30 |
* | Added "read_verilog -nomeminit" and "nomeminit" attribute | Clifford Wolf | 2015-02-14 | 5 | -7/+34 |
* | Creating $meminit cells in verilog front-end | Clifford Wolf | 2015-02-14 | 4 | -33/+57 |
* | Added $meminit cell type | Clifford Wolf | 2015-02-14 | 4 | -1/+33 |
* | Fixed handling of "//" in filenames in verilog pre-processor | Clifford Wolf | 2015-02-14 | 2 | -1/+5 |
* | Fixed "write_verilog -attr2comment" handling of "*/" in strings | Clifford Wolf | 2015-02-13 | 1 | -2/+4 |
* | hotfix in "check" command | Clifford Wolf | 2015-02-13 | 1 | -1/+2 |
* | Added "check" command | Clifford Wolf | 2015-02-13 | 3 | -0/+131 |
* | Added AstNode::simplify() recursion counter | Clifford Wolf | 2015-02-13 | 1 | -2/+10 |
* | Added EMCCFLAGS | Clifford Wolf | 2015-02-13 | 1 | -0/+8 |
* | Some test related fixes | Clifford Wolf | 2015-02-12 | 6 | -156/+6 |
* | Added "proc_dlatch" | Clifford Wolf | 2015-02-12 | 3 | -1/+311 |
* | Less aggressive "share" defaults | Clifford Wolf | 2015-02-10 | 1 | -4/+6 |
* | Improved read_verilog support for empty behavioral statements | Clifford Wolf | 2015-02-10 | 1 | -6/+2 |