Commentary in docs/guide/connecting.rst (#3345)

This commit is contained in:
Chuxuan Wang 2022-03-09 16:57:55 +08:00 committed by GitHub
parent ae005434e4
commit a9cb9bac21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Alex Chadwick
Ameya Vikram Singh Ameya Vikram Singh
Andreas Kuster Andreas Kuster
Chris Randall Chris Randall
Chuxuan Wang
Conor McCullough Conor McCullough
Dan Petrisko Dan Petrisko
Daniel Bates Daniel Bates

View File

@ -422,7 +422,7 @@ accesses the above signal "readme" would be:
.. code-block:: bash .. code-block:: bash
cat >sim_main.cpp <<'<<EOF' cat >sim_main.cpp <<'EOF'
#include "Vour.h" #include "Vour.h"
#include "verilated.h" #include "verilated.h"
#include "verilated_vpi.h" // Required to get definitions #include "verilated_vpi.h" // Required to get definitions