2019-08-07 |
Eddie Hung | RTLIL::S{0,1} -> State::S{0,1} for headers |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | RTLIL::S{0,1} -> State::S{0,1} |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Merge remote-tracking branch 'origin/master' into eddie... |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Remove std:: namespace |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | 'make clean' to not remove anything abc |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | stoi -> atoi |
commit | commitdiff | tree |
2019-08-07 |
David Shah | Merge pull request #1260 from YosysHQ/dave/ecp5_cell_fixes |
commit | commitdiff | tree |
2019-08-07 |
David Shah | ecp5: Make cells_sim.v consistent with nextpnr |
commit | commitdiff | tree |
2019-08-07 |
Clifford Wolf | Merge pull request #1213 from YosysHQ/eddie/wreduce_add |
commit | commitdiff | tree |
2019-08-07 |
Clifford Wolf | Merge pull request #1240 from ucb-bar/firrtl-properties... |
commit | commitdiff | tree |
2019-08-07 |
Clifford Wolf | Merge pull request #1249 from mmicko/anlogic_fix |
commit | commitdiff | tree |
2019-08-07 |
Clifford Wolf | Merge pull request #1252 from YosysHQ/clifford/fix1231 |
commit | commitdiff | tree |
2019-08-07 |
Clifford Wolf | Merge pull request #1253 from YosysHQ/clifford/check |
commit | commitdiff | tree |
2019-08-07 |
Clifford Wolf | Merge pull request #1257 from YosysHQ/clifford/cellcosts |
commit | commitdiff | tree |
2019-08-07 |
David Shah | Update CHANGELOG |
commit | commitdiff | tree |
2019-08-07 |
David Shah | Merge pull request #1241 from YosysHQ/clifford/jsonfix |
commit | commitdiff | tree |
2019-08-07 |
Clifford Wolf | Tweak default gate costs, cleanup "stat -tech cmos" |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | IdString::str().substr() -> IdString::substr() |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Fix typos |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Fix spacing |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Use std::stoi instead of atoi(<str>.c_str()) |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Use IdString::begins_with() |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | RTLIL::S{0,1} -> State::S{0,1} |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Use State::S{0,1} |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Make liberal use of IdString.in() |
commit | commitdiff | tree |
2019-08-06 |
Clifford Wolf | Redesign of cell cost API |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Cleanup opt_expr.cc |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Add signed opt_expr tests |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Add signed test |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Move LSB-trimming functionality from wreduce to opt_expr |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Add SigSpec::extract_end() convenience function |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Restore original SigSpec::extract() |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Move LSB tests from wreduce to opt_expr |
commit | commitdiff | tree |
2019-08-06 |
Eddie Hung | Merge remote-tracking branch 'origin/master' into eddie... |
commit | commitdiff | tree |
2019-08-06 |
David Shah | Merge pull request #1232 from YosysHQ/dave/write_gzip |
commit | commitdiff | tree |
2019-08-06 |
Clifford Wolf | Be less aggressive with running design->check() |
commit | commitdiff | tree |
2019-08-06 |
David Shah | Add test for writing gzip-compressed files |
commit | commitdiff | tree |
2019-08-06 |
David Shah | Add support for writing gzip-compressed files |
commit | commitdiff | tree |
2019-08-06 |
Clifford Wolf | Fix handling of functions/tasks without top-level begin... |
commit | commitdiff | tree |
2019-08-06 |
Clifford Wolf | Merge pull request #1251 from YosysHQ/clifford/nmux |
commit | commitdiff | tree |
2019-08-06 |
Clifford Wolf | Add $_NMUX_, add "abc -g cmos", add proper cmos cell... |
commit | commitdiff | tree |
2019-08-03 |
Miodrag Milanovic | anlogic : Fix alu mapping |
commit | commitdiff | tree |
2019-08-03 |
whitequark | Merge pull request #1242 from jfng/fix-proc_prune-partial |
commit | commitdiff | tree |
2019-08-02 |
Clifford Wolf | Merge pull request #1238 from mmicko/vsbuild_fix |
commit | commitdiff | tree |
2019-08-02 |
Clifford Wolf | Merge pull request #1239 from mmicko/mingw_fix |
commit | commitdiff | tree |
2019-08-01 |
Eddie Hung | Merge pull request #1236 from YosysHQ/eddie/xc6s_brams_map |
commit | commitdiff | tree |
2019-08-01 |
Miodrag Milanovic | Fix linking issue for new mxe and pthread |
commit | commitdiff | tree |
2019-08-01 |
Miodrag Milanovic | Fix yosys linking for mxe |
commit | commitdiff | tree |
2019-08-01 |
Miodrag Milanovic | New mxe hacks needed to support 2ca237e |
commit | commitdiff | tree |
2019-08-01 |
Miodrag Milanovic | Fix formatting for msys2 mingw build using GetSize |
commit | commitdiff | tree |
2019-08-01 |
Jean-François... | proc_prune: Promote partially redundant assignments. |
commit | commitdiff | tree |
2019-08-01 |
Clifford Wolf | Update JSON front-end to process new attr/param encoding |
commit | commitdiff | tree |
2019-08-01 |
Clifford Wolf | Implement improved JSON attr/param encoding |
commit | commitdiff | tree |
2019-07-31 |
Jim Lawson | Support explicit FIRRTL properties for better accommoda... |
commit | commitdiff | tree |
2019-07-31 |
Clifford Wolf | Merge pull request #1233 from YosysHQ/clifford/defer |
commit | commitdiff | tree |
2019-07-31 |
Miodrag Milanovic | Visual Studio build fix |
commit | commitdiff | tree |
2019-07-30 |
Jim Lawson | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree |
2019-07-29 |
Eddie Hung | RST -> RSTBRST for RAMB8BWER |
commit | commitdiff | tree |
2019-07-29 |
Eddie Hung | Merge pull request #1228 from YosysHQ/dave/yy_buf_size |
commit | commitdiff | tree |
2019-07-29 |
David Shah | Merge pull request #1234 from mmicko/fix_gzip_no_exist |
commit | commitdiff | tree |
2019-07-29 |
Miodrag Milanovic | Fix case when file does not exist |
commit | commitdiff | tree |
2019-07-29 |
Clifford Wolf | Update README to use "read" instead of "read_verilog" |
commit | commitdiff | tree |
2019-07-29 |
Clifford Wolf | Call "read_verilog" with -defer from "read" |
commit | commitdiff | tree |
2019-07-27 |
David Shah | Merge pull request #1226 from YosysHQ/dave/gzip |
commit | commitdiff | tree |
2019-07-26 |
David Shah | Update CHANGELOG |
commit | commitdiff | tree |
2019-07-26 |
David Shah | verilog_lexer: Increase YY_BUF_SIZE to 65536 |
commit | commitdiff | tree |
2019-07-26 |
David Shah | Fix frontend auto-detection for gzipped input |
commit | commitdiff | tree |
2019-07-26 |
David Shah | Add support for reading gzip'd input files |
commit | commitdiff | tree |
2019-07-25 |
Eddie Hung | Merge branch 'master' of github.com:YosysHQ/yosys |
commit | commitdiff | tree |
2019-07-25 |
Eddie Hung | Bump abc to fix &mfs bug |
commit | commitdiff | tree |
2019-07-25 |
Clifford Wolf | Merge branch 'ZirconiumX-synth_intel_m9k' |
commit | commitdiff | tree |
2019-07-25 |
Clifford Wolf | Merge pull request #1218 from ZirconiumX/synth_intel_iopads |
commit | commitdiff | tree |
2019-07-25 |
Clifford Wolf | Merge pull request #1219 from jakobwenzel/objIterator |
commit | commitdiff | tree |
2019-07-25 |
Eddie Hung | Merge pull request #1224 from YosysHQ/xilinx_fix_ff |
commit | commitdiff | tree |
2019-07-25 |
Jakob Wenzel | replaced std::iterator with using statements |
commit | commitdiff | tree |
2019-07-25 |
David Shah | xilinx: Fix missing cell name underscore in cells_map.v |
commit | commitdiff | tree |
2019-07-24 |
Eddie Hung | Merge pull request #1222 from koriakin/s6-example |
commit | commitdiff | tree |
2019-07-24 |
Jim Lawson | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree |
2019-07-24 |
Marcin Kościelnicki | Add a simple example for Spartan 6 |
commit | commitdiff | tree |
2019-07-24 |
Jakob Wenzel | made ObjectIterator extend std::iterator |
commit | commitdiff | tree |
2019-07-24 |
Dan Ravensloft | intel: Make -noiopads the default |
commit | commitdiff | tree |
2019-07-23 |
Dan Ravensloft | intel: Map M9K BRAM only on families that have it |
commit | commitdiff | tree |
2019-07-23 |
Eddie Hung | Merge pull request #1212 from YosysHQ/eddie/signed_ice4... |
commit | commitdiff | tree |
2019-07-22 |
Eddie Hung | Merge pull request #1214 from jakobwenzel/astmod_clone |
commit | commitdiff | tree |
2019-07-22 |
Jakob Wenzel | initialize noblackbox and nowb in AstModule::clone |
commit | commitdiff | tree |
2019-07-20 |
Clifford Wolf | Add "stat -tech cmos" |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Try and fix again |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Add another test |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Do not access beyond bounds |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Add an SigSpec::at(offset, defval) convenience method |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Wrap A and B in sigmap |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Remove "top" from message |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Also optimise MSB of $sub |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Add one more test with trimming Y_WIDTH of $sub |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Be more explicit |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | wreduce for $sub |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Add tests for sub too |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | Add test |
commit | commitdiff | tree |
2019-07-19 |
Eddie Hung | SigSpec::extract to take negative lengths |
commit | commitdiff | tree |
2019-07-19 |
David Shah | ice40: Fix test_dsp_model.sh |
commit | commitdiff | tree |
next |