[docs] Match existing filename (#704)

This commit is contained in:
stnolting 2023-10-13 16:13:24 +02:00 committed by GitHub
commit b55307c5bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ For example the simulation time can be set to 20ms using `--stop-time=20ms` as a
[source, bash]
----
neorv32/sim/simple$ sh ghdl_sim.sh --stop-time=20ms
neorv32/sim/simple$ sh ghdl.sh --stop-time=20ms
----