Yosys Open SYnthesis Suite
Yosys is a framework for Verilog RTL synthesis. It currently has extensive
Verilog-2005 support and provides a basic set of synthesis algorithms for
various application domains. Selected features and typical applications:
- Process almost any synthesizable Verilog-2005 design
- Converting Verilog to BLIF / EDIF/ BTOR / SMT-LIB / simple RTL Verilog / etc.
- Built-in formal methods for checking properties and equivalence
- Mapping to ASIC standard cell libraries (in Liberty File Format)
- Mapping to Xilinx 7-Series and Lattice iCE40 FPGAs
- Foundation and/or front-end for custom flows
Yosys can be adapted to perform any synthesis job by combining the existing
passes (algorithms) using synthesis scripts and adding additional passes as
needed by extending the Yosys C++ code base.
clic is a text based gopher client. It uses navigation through numbering
and use colours for the selectors. It has a kiosk mode which prevent
using any other external software and prevent downloading files.
ok jca@ bcallah@ sthen@
Ninja. For the time being, build openclonk without Ninja--I've spent all
day running and rerunning builds with USE_NINJA=No and haven't hit any
failures. I will track this down and figure it out, but for now add a
USE_NINJA=No line so that I'm not bothering the bulk builders. While here,
add myself as MAINTAINER (oversight) and bump.
Build failure spotted by naddy@, thanks.
Mini-AMF provides Action Message Format (AMF) serialization and
deserialization support for Python, compatible with the Adobe Flash
Player. It supports Python 2.7 and 3.4+.
The goal of pathlib2 is to provide a backport of standard pathlib
module which tracks the standard library module, so all the newest
features of the standard pathlib can be used also on older Python
versions.
scandir() is a directory iteration function like os.listdir(), except that
instead of returning a list of bare filenames, it yields DirEntry objects that
include file type and stat information along with the name. Using scandir()
increases the speed of os.walk() by 2-20 times (depending on the platform and
file system) by avoiding unnecessary calls to os.stat() in most cases.
- adjust default configuration to log /var/log/grafana as already suggested by PLIST
- fix default provisioning location and scripts
- adjust grafana-cli to use the correct plugin installation path by default
community-maintained version at LibVNC), including some buffer overleak and
memory leak fixes. From semarie with a few changes to autoconf handling from me.