2019-08-09 |
Clifford Wolf | Disable NMUX, AOI3, OAI3, AOI4, OAI4 in ABC default... |
commit | commitdiff | tree |
2019-08-08 |
Eddie Hung | Merge pull request #1264 from YosysHQ/eddie/fix_1254 |
commit | commitdiff | tree |
2019-08-08 |
Eddie Hung | Merge pull request #1266 from YosysHQ/eddie/ice40_full_... |
commit | commitdiff | tree |
2019-08-08 |
Eddie Hung | Remove dump call |
commit | commitdiff | tree |
2019-08-08 |
Eddie Hung | Move tests/various/opt* into tests/opt/ |
commit | commitdiff | tree |
2019-08-08 |
Eddie Hung | Remove ice40_unlut call, simply do equiv_opt on synth_ice40 |
commit | commitdiff | tree |
2019-08-08 |
Eddie Hung | Add testcase from removed opt_ff.{v,ys} |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Remove tests/opt/opt_ff.{v,ys} as they don't seem to... |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Allow whitebox modules to be overwritten |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Update CHANGELOG |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Add ice40_wrapcarry pass, rename $__ICE40_FULL_ADDER... |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Add test |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Remove ice40_unlut |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Wrap SB_CARRY+SB_LUT into $__ICE40_FULL_ADDER |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | opt_lut to ignore LUT cells, or those that drive bits... |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Merge pull request #1248 from YosysHQ/eddie/abc9_speedup |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Add comment |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Revert "Add TODO" |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Add TODO |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Compute box_lookup just once |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Run "clean" on mapped_mod in its own design |
commit | commitdiff | tree |
2019-08-07 |
Eddie Hung | Run "clean -purge" on holes_module in its own design |
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-06 |
Clifford Wolf | Redesign of cell cost API |
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 |
next |