| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
To avoid confusion with the C++ source files that are a part of
the simulation itself and not a part of Yosys build.
|
|
|
|
| |
This C API is fully featured.
|
|
|
|
|
| |
On a representative design (Minerva SoC) this reduces VCD file size
by ~20× and runtime by ~3×.
|
| |
|
|
|
|
|
|
| |
Compared to the C++ API, the C API currently has two limitations:
1. Memories cannot be updated in a race-free way.
2. Black boxes cannot be implemented in C.
|
|
|
|
|
|
|
|
|
|
| |
Debug information describes values, wires, and memories with a simple
C-compatible layout. It can be emitted on demand into a map, which
has no runtime cost when it is unused, and allows late bound designs.
The `hdlname` attribute is used as the lookup key such that original
names, as emitted by the frontend, can be used for debugging and
introspection.
|
|\
| |
| | |
MacOS has even stricter stack limits in catalina.
|
| | |
|
| |
| |
| | |
Invoking sby in macOS Catalina fails because of bizarre stack limits in Catalina.
|
|\ \
| | |
| | | |
cxxrtl: fix implementation of $sshr cell
|
| | |
| | |
| | |
| | | |
Fixes #2111.
|
|\ \ \
| |_|/
|/| | |
btor backend: make not printing internal names default
|
| | | |
|
|\ \ \
| |/ /
|/| | |
abc9: -dff improvements
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
|
| | | |
|
|\ \ \
| | | |
| | | | |
Preserve 'signed'-ness of a verilog wire through RTLIL
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As per suggestion made in https://github.com/YosysHQ/yosys/pull/1987, now:
RTLIL::wire holds an is_signed field.
This is exported in JSON backend
This is exported via dump_rtlil command
This is read in via ilang_parser
|
|\ \ \ \
| |_|_|/
|/| | | |
abc9: fixes around handling combinatorial loops
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
smtbmc and qbfsat: Add timeout option to set solver timeouts for Z3, Yices, and CVC4.
|
| | | |
| | | |
| | | |
| | | | |
Co-Authored-By: clairexen <claire@symbioticeda.com>
|
| | | |
| | | |
| | | |
| | | | |
and CVC4.
|
|\ \ \ \
| | | | |
| | | | | |
Fix modulo/remainder semantics
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The $div and $mod cells use truncating division semantics (rounding
towards 0), as defined by e.g. Verilog. Another rounding mode, flooring
(rounding towards negative infinity), can be used in e.g. VHDL. The
new $divfloor cell provides this flooring division.
This commit also fixes the handling of $div in opt_expr, which was
previously optimized as if it was $divfloor.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The $div and $mod cells use truncating division semantics (rounding
towards 0), as defined by e.g. Verilog. Another rounding mode, flooring
(rounding towards negative infinity), can be used in e.g. VHDL. The
new $modfloor cell provides this flooring modulo (also known as "remainder"
in several languages, but this name is ambiguous).
This commit also fixes the handling of $mod in opt_expr, which was
previously optimized as if it was $modfloor.
|
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
qbfsat: Add `-solver` option and allow choice of Z3 or Yices, making Yices the default.
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
the default.
Ensures that "BV" is the logic whenever solving an exists-forall problem with Yices, moves the "(set-logic ...)" directive above any non-info line, sets the `ef-max-iters` parameter to a very high number when using Yices in exists-forall mode so as not to prematurely abandon difficult problems, and does not provide the incompatible "--incremental" Yices argument when in exists-forall mode.
|
|\ \ \
| | | |
| | | | |
Add extmodule support to firrtl backend
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The current firrtl backend emits blackboxes as standard modules
with an empty body, but this causes the firrtl compiler to
optimize out entire circuits due to the absence of any drivers.
Yosys already tags blackboxes with a (*blackbox*) attribute, so this
commit just propagates this change to firrtl's syntax for blackboxes.
|
|\ \ \ \
| | | | |
| | | | | |
firrtl: Accept techmapped cell types in FIRRTL backend.
|
| | | | | |
|
| | | | | |
|
| |_|/ /
|/| | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This isn't actually necessary anymore after scheduling was improved,
and `clean -purge` disrupts the mapping between wires in the input
RTLIL netlist and the output CXXRTL code.
|
|\ \ \ \
| | | | |
| | | | | |
smtbmc: Fix return status handling.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Co-Authored-By: N. Engelhardt <nak@symbioticeda.com>
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
instead of moving them to $__ prefix
|
| | | |
| | | |
| | | |
| | | | |
replacing _all_ (* abc9_box *) instantiations with their derived types
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 759283fa65b1195ebe3a5bc6890ec622febca0eb, reversing
changes made to f41c7ccfff4bf104c646ca4b85e079a0f91c9151.
|