From a972230b3aee32fe4f13a22c22e8172b5f13cc92 Mon Sep 17 00:00:00 2001 From: Iztok Jeras Date: Sat, 8 Oct 2022 08:50:15 +0200 Subject: [PATCH] Commentary: example_binary does not uses SystemC code (#3662) --- docs/guide/example_binary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/example_binary.rst b/docs/guide/example_binary.rst index 974471c7a..0cb1514be 100644 --- a/docs/guide/example_binary.rst +++ b/docs/guide/example_binary.rst @@ -6,7 +6,7 @@ Example Create-Binary Execution =============================== -We'll compile this SystemC example into a Verilated simulation binary. For +We'll compile this SystemVerilog example into a Verilated simulation binary. For an example that discusses the next level of detail see :ref:`Example C++ Execution`.