2019-06-06 |
Eddie Hung | Add a few more special case tests |
commit | commitdiff | tree |
2019-06-06 |
Eddie Hung | Add tests, fix for != |
commit | commitdiff | tree |
2019-06-06 |
Eddie Hung | Missing file |
commit | commitdiff | tree |
2019-06-06 |
Eddie Hung | Initial adaptation of muxpack from shregmap |
commit | commitdiff | tree |
2019-06-06 |
Clifford Wolf | Merge pull request #1060 from antmicro/parsing_attr_on_... |
commit | commitdiff | tree |
2019-06-06 |
David Shah | Merge pull request #1073 from whitequark/ecp5-diamond-iob |
commit | commitdiff | tree |
2019-06-06 |
whitequark | ECP5: implement all Diamond I/O buffer primitives. |
commit | commitdiff | tree |
2019-06-06 |
Clifford Wolf | Merge pull request #1071 from YosysHQ/eddie/fix_1070 |
commit | commitdiff | tree |
2019-06-06 |
Clifford Wolf | Merge pull request #1072 from YosysHQ/eddie/fix_1069 |
commit | commitdiff | tree |
2019-06-05 |
Eddie Hung | Missing doc for -tech xilinx in shregmap |
commit | commitdiff | tree |
2019-06-05 |
Eddie Hung | Error out if no top module given before 'sim' |
commit | commitdiff | tree |
2019-06-05 |
Eddie Hung | Fix typo in opt_rmdff |
commit | commitdiff | tree |
2019-06-05 |
Eddie Hung | Merge pull request #1067 from YosysHQ/clifford/fix1065 |
commit | commitdiff | tree |
2019-06-05 |
Maciej Kurc | Fixed memory leak. |
commit | commitdiff | tree |
2019-06-05 |
Clifford Wolf | Merge pull request #1066 from YosysHQ/clifford/fix1056 |
commit | commitdiff | tree |
2019-06-05 |
Clifford Wolf | Major rewrite of wire selection in setundef -init |
commit | commitdiff | tree |
2019-06-05 |
Clifford Wolf | Indent fix |
commit | commitdiff | tree |
2019-06-05 |
Clifford Wolf | Merge pull request #999 from jakobwenzel/setundefInitFix |
commit | commitdiff | tree |
2019-06-05 |
Clifford Wolf | Fix typo in fmcombine log message, fixes #1063 |
commit | commitdiff | tree |
2019-06-05 |
Clifford Wolf | Suppress driver-driver conflict warning for unknown... |
commit | commitdiff | tree |
2019-06-05 |
Clifford Wolf | Remove yosys_banner() from python wrapper init, fixes... |
commit | commitdiff | tree |
2019-06-04 |
Clifford Wolf | Merge pull request #1062 from tux3/patch-1 |
commit | commitdiff | tree |
2019-06-04 |
Tux3 | README.md: Missing formatting for <tag> |
commit | commitdiff | tree |
2019-06-04 |
Maciej Kurc | Moved tests that fail with Icarus Verilog to /tests... |
commit | commitdiff | tree |
2019-06-04 |
Eddie Hung | Merge pull request #1061 from YosysHQ/eddie/techmap_and... |
commit | commitdiff | tree |
2019-06-04 |
Eddie Hung | Remove extra newline |
commit | commitdiff | tree |
2019-06-04 |
Eddie Hung | Execute techmap and arith_map simultaneously |
commit | commitdiff | tree |
2019-06-03 |
Maciej Kurc | Added tests for attributes |
commit | commitdiff | tree |
2019-06-02 |
Clifford Wolf | Only support Symbiotic EDA flavored Verific |
commit | commitdiff | tree |
2019-05-31 |
Maciej Kurc | Added support for parsing attributes on port connections. |
commit | commitdiff | tree |
2019-05-31 |
Clifford Wolf | Fix "tee" handling of log_streams |
commit | commitdiff | tree |
2019-05-30 |
Clifford Wolf | Enable Verific flag veri_elaborate_top_level_modules_ha... |
commit | commitdiff | tree |
2019-05-30 |
Clifford Wolf | Merge pull request #1057 from mmicko/fix_478 |
commit | commitdiff | tree |
2019-05-29 |
Miodrag Milanovic | Aded one more load of .conf to support change of prefix |
commit | commitdiff | tree |
2019-05-28 |
Clifford Wolf | Merge pull request #1049 from YosysHQ/clifford/fix1047 |
commit | commitdiff | tree |
2019-05-28 |
Clifford Wolf | Merge pull request #1050 from YosysHQ/clifford/wandwor |
commit | commitdiff | tree |
2019-05-28 |
Clifford Wolf | Do not use shiftmul peepopt pattern when mul result... |
commit | commitdiff | tree |
2019-05-28 |
Clifford Wolf | Merge pull request #1048 from mmicko/fix_enable_pyosys |
commit | commitdiff | tree |
2019-05-28 |
Clifford Wolf | Refactor hierarchy wand/wor handling |
commit | commitdiff | tree |
2019-05-28 |
Clifford Wolf | Add actual wandwor test that is part of "make test" |
commit | commitdiff | tree |
2019-05-28 |
Clifford Wolf | Merge branch 'wandwor' of https://github.com/thasti... |
commit | commitdiff | tree |
2019-05-28 |
Miodrag Milanovic | Remove info line in 2nd load of conf file |
commit | commitdiff | tree |
2019-05-28 |
Miodrag Milanovic | Moved pyosys block in Makefile |
commit | commitdiff | tree |
2019-05-28 |
Clifford Wolf | Merge pull request #1045 from mmicko/afl-gcc-target |
commit | commitdiff | tree |
2019-05-27 |
Miodrag Milanovic | make config-afl-gcc to help creating conf file |
commit | commitdiff | tree |
2019-05-27 |
Miodrag Milanovic | Added afl-gcc as target for fuzzer |
commit | commitdiff | tree |
2019-05-27 |
Stefan Biereigel | Merge branch 'master' into wandwor |
commit | commitdiff | tree |
2019-05-27 |
Stefan Biereigel | reformat wand/wor test |
commit | commitdiff | tree |
2019-05-27 |
Stefan Biereigel | remove port direction workaround from test case |
commit | commitdiff | tree |
2019-05-27 |
Stefan Biereigel | update README.md with wand/wor information |
commit | commitdiff | tree |
2019-05-27 |
Stefan Biereigel | remove leftovers from ast data structures |
commit | commitdiff | tree |
2019-05-27 |
Stefan Biereigel | move wand/wor resolution into hierarchy pass |
commit | commitdiff | tree |
2019-05-27 |
Clifford Wolf | Merge pull request #1044 from mmicko/invalid_width_range |
commit | commitdiff | tree |
2019-05-27 |
Clifford Wolf | Merge pull request #1043 from mmicko/unsized_constant |
commit | commitdiff | tree |
2019-05-27 |
Clifford Wolf | Merge pull request #1026 from YosysHQ/clifford/fix1023 |
commit | commitdiff | tree |
2019-05-27 |
Clifford Wolf | Merge pull request #1030 from Kmanfi/makefile_osx |
commit | commitdiff | tree |
2019-05-27 |
Miodrag Milanovic | Give error instead of asserting for invalid range,... |
commit | commitdiff | tree |
2019-05-27 |
Miodrag Milanovic | Added support for unsized constants, fixes #1022 |
commit | commitdiff | tree |
2019-05-27 |
Kaj Tuomi | Guard all Python-api related items. |
commit | commitdiff | tree |
2019-05-26 |
Clifford Wolf | Merge pull request #1035 from YosysHQ/eddie/opt_rmdff |
commit | commitdiff | tree |
2019-05-26 |
Clifford Wolf | Merge pull request #1042 from mmicko/git_ignore_python |
commit | commitdiff | tree |
2019-05-26 |
Miodrag Milanovic | Add files to ignore for python build |
commit | commitdiff | tree |
2019-05-25 |
Eddie Hung | Revert enable check |
commit | commitdiff | tree |
2019-05-25 |
Clifford Wolf | Merge pull request #1041 from YosysHQ/clifford/fix1040 |
commit | commitdiff | tree |
2019-05-25 |
Clifford Wolf | Fix handling of offset and upto module ports in write_b... |
commit | commitdiff | tree |
2019-05-25 |
Eddie Hung | Fix init |
commit | commitdiff | tree |
2019-05-25 |
Eddie Hung | Fix typos |
commit | commitdiff | tree |
2019-05-25 |
Eddie Hung | Add more tests |
commit | commitdiff | tree |
2019-05-25 |
Eddie Hung | Call proc |
commit | commitdiff | tree |
2019-05-25 |
Eddie Hung | opt_rmdff to optimise even in presence of enable signal... |
commit | commitdiff | tree |
2019-05-25 |
Eddie Hung | Fix duplicate driver |
commit | commitdiff | tree |
2019-05-24 |
Eddie Hung | Add comments |
commit | commitdiff | tree |
2019-05-24 |
Eddie Hung | Resolve @cliffordwolf review, set even if !has_init |
commit | commitdiff | tree |
2019-05-24 |
Clifford Wolf | Add proper error message for btor recursion_guard |
commit | commitdiff | tree |
2019-05-23 |
Eddie Hung | Merge pull request #1036 from YosysHQ/eddie/xilinx_dram |
commit | commitdiff | tree |
2019-05-23 |
Eddie Hung | Fix spacing |
commit | commitdiff | tree |
2019-05-23 |
Eddie Hung | Add "min bits" and "min wports" to xilinx dram rules |
commit | commitdiff | tree |
2019-05-23 |
Eddie Hung | Add opt_rmdff tests |
commit | commitdiff | tree |
2019-05-23 |
Eddie Hung | opt_rmdff to work on $dffe and $_DFFE_* |
commit | commitdiff | tree |
2019-05-23 |
Stefan Biereigel | fix assignment of non-wires |
commit | commitdiff | tree |
2019-05-23 |
Stefan Biereigel | add simple test case for wand/wor |
commit | commitdiff | tree |
2019-05-23 |
Stefan Biereigel | fix indentation across files |
commit | commitdiff | tree |
2019-05-23 |
Stefan Biereigel | implementation for assignments working |
commit | commitdiff | tree |
2019-05-23 |
Stefan Biereigel | make lexer/parser aware of wand/wor net types |
commit | commitdiff | tree |
2019-05-23 |
Clifford Wolf | Merge pull request #1031 from mdaiter/optimizeLookupTab... |
commit | commitdiff | tree |
2019-05-22 |
Matthew Daiter | Optimize numberOfPermutations |
commit | commitdiff | tree |
2019-05-22 |
Kaj Tuomi | OS X related fixes. |
commit | commitdiff | tree |
2019-05-22 |
Clifford Wolf | Keep zero-width wires in opt_clean if and only if they... |
commit | commitdiff | tree |
2019-05-22 |
Clifford Wolf | Fix handling of warning and error messages within log_m... |
commit | commitdiff | tree |
2019-05-22 |
Clifford Wolf | Merge pull request #1019 from YosysHQ/clifford/fix1016 |
commit | commitdiff | tree |
2019-05-22 |
Clifford Wolf | Merge pull request #1021 from ucb-bar/fixfirrtl_shr,neg |
commit | commitdiff | tree |
2019-05-22 |
Eddie Hung | Merge pull request #1024 from YosysHQ/eddie/fix_Wmissin... |
commit | commitdiff | tree |
2019-05-22 |
Eddie Hung | Rename label |
commit | commitdiff | tree |
2019-05-22 |
Eddie Hung | Try again |
commit | commitdiff | tree |
2019-05-21 |
Eddie Hung | Fix warning |
commit | commitdiff | tree |
2019-05-21 |
Jim Lawson | Fix static shift operands, neg result type, minor forma... |
commit | commitdiff | tree |
2019-05-21 |
Jim Lawson | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree |
2019-05-20 |
Clifford Wolf | Add "wreduce -keepdc", fixes #1016 |
commit | commitdiff | tree |
2019-05-18 |
Clifford Wolf | Merge pull request #1017 from Kmanfi/bigger_verilog_files |
commit | commitdiff | tree |
2019-05-18 |
Kaj Tuomi | Read bigger Verilog files. |
commit | commitdiff | tree |
next |