Skip to content

Commit

Permalink
docs/rosette: Fix tenses
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Mar 6, 2025
1 parent b56e3ec commit c978558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/yosys_internals/extending_yosys/functional_ir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,14 @@ semantics/syntax of the language.

The major changes from the SMT-LIB backend are as follows:

- all of the ``Smt`` prefixes in names are replace with ``Smtr`` to mean
- all of the ``Smt`` prefixes in names are replaced with ``Smtr`` to mean
``smtlib_rosette``;
- syntax is adjusted for Racket;
- data structures for input/output/state are changed from using
``declare-datatype`` with statically typed fields, to using ``struct`` with no
static typing;
- the transfer function also loses its static typing;
- sign/zero extension in Rosette uses the output width instead of the number of
- sign/zero extension in Rosette use the output width instead of the number of
extra bits, gaining static typing;
- the single scope is traded for a global scope with local scope for each
struct;
Expand Down

0 comments on commit c978558

Please # to comment.