[yosys] branch master updated (8d82d77 -> ededa7b)

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Nov 8 21:49:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a change to branch master
in repository yosys.

      from  8d82d77   Added pkg-config as build dependency
      adds  37aa2e0   AST simplifier: optimize constant AST_CASE nodes before recursively descending
      adds  269e37e   Added support for empty lines to here documents
      adds  ac8f4d2   Improved nomem2reg documentation
      adds  a21481b   Fixed parsing of "module mymod #( parameter foo = 1, bar = 2 ..."
      adds  ab28491   Added "opt -full" alias for all more aggressive optimizations
      adds  74ef92b   Added "abc" label in synth script
      adds  8086953   Removed QMAKE variable from Makefile
      adds  a346c0b   Made "cover" a compile-time option (disabled by default)
      adds  99cdfb3   Fixed typo in "log_cmd_error_exception"
      adds  c529d4f   Changelog for Yosys 0.4
      adds  4f4d729   Updated ABC to 5b5af75f1dda
      adds  461594b   Fixed generation of temp names in verilog backend
      adds  546e8b5   Improved TopoSort determinism
      adds  c5dbb1a   Minor corrections in CodingReadme
      adds  89be7bf   Added "used" attribute to entries in yosys_cover_list
      adds  420bc05   Added "Nx" syntax to "show" command for repeating SigChunks
      adds  b9f2127   Various documentation updates
      adds  acf010d   Added "ENABLE_PLUGINS := 0" to verific amd64 build instructions
      adds  d5aa0ee   Yosys 0.4
       new  65bab01   Merge tag 'upstream/0.4.0'
       new  b1ca9e0   Updated changelog
       new  ededa7b   Refreshed patches for version 0.4.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG                               |   87 ++-
 CodingReadme                            |    8 +-
 Makefile                                |   11 +-
 README                                  |    5 +-
 backends/verilog/verilog_backend.cc     |    9 +-
 debian/changelog                        |    4 +-
 debian/patches/01_gitrevision.patch     |   10 +-
 debian/patches/02_removeabc.patch       |    6 +-
 debian/patches/03_notruntests.patch     |   41 +-
 debian/patches/04_installpath.patch     |    8 +-
 debian/patches/06_cflags_ldflags.patch  |   12 +-
 frontends/ast/simplify.cc               |   66 +-
 frontends/verific/build_amd64.txt       |    1 +
 frontends/verilog/verilog_parser.y      |    9 +-
 kernel/driver.cc                        |    2 +-
 kernel/log.cc                           |    4 +-
 kernel/log.h                            |    7 +-
 kernel/register.cc                      |    4 +-
 kernel/rtlil.h                          |    2 +-
 kernel/utils.h                          |   16 +-
 kernel/yosys.cc                         |    6 +-
 manual/CHAPTER_Appnotes.tex             |   25 +-
 manual/CHAPTER_Auxprogs.tex             |    6 +
 manual/PRESENTATION_ExAdv.tex           |    2 +-
 manual/PRESENTATION_ExOth/axis_master.v |    2 +-
 manual/PRESENTATION_ExSyn.tex           |    6 +-
 manual/PRESENTATION_Intro.tex           |   65 +-
 manual/PRESENTATION_Prog.tex            |   79 ++-
 manual/PRESENTATION_Prog/my_cmd.cc      |    7 +-
 manual/command-reference-manual.tex     | 1183 +++++++++++++++++++++++++++++--
 manual/manual.tex                       |    5 +-
 manual/presentation.sh                  |    2 +
 manual/presentation.tex                 |    2 +-
 passes/cmds/cover.cc                    |    4 +-
 passes/cmds/show.cc                     |   14 +-
 passes/cmds/tee.cc                      |    4 +-
 passes/cmds/trace.cc                    |    4 +-
 passes/opt/opt.cc                       |   13 +-
 passes/opt/opt_const.cc                 |   18 +-
 passes/opt/opt_reduce.cc                |    7 +
 passes/opt/share.cc                     |    8 +-
 passes/techmap/techmap.cc               |    2 +-
 techlibs/common/synth.cc                |   18 +-
 43 files changed, 1522 insertions(+), 272 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git



More information about the debian-science-commits mailing list