yosys/frontends/ast
Jannis Harder 510d137996 fmt: Allow non-constant $display calls in initial blocks
These are useful for formal verification with SBY where they can be used
to display solver chosen `rand const reg` signals and signals derived
from those.

The previous error message for non-constant initial $display statements
is downgraded to a log message. Constant initial $display statements
will be shown both during elaboration and become part of the RTLIL so
that the `sim` output is complete.
2024-01-11 13:01:28 +01:00
..
Makefile.inc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
ast.cc Assign from rvalue via temporary register in nowrshmsk CASE 2024-01-10 20:40:01 +01:00
ast.h fmt: Allow non-constant $display calls in initial blocks 2024-01-11 13:01:28 +01:00
ast_binding.cc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
ast_binding.h Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
dpicall.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
genrtlil.cc Respect the sign of the right operand of AST_SHIFT and AST_SHIFTX 2023-12-11 18:58:34 +01:00
simplify.cc fmt: Allow non-constant $display calls in initial blocks 2024-01-11 13:01:28 +01:00