Skip to content

Commit

Permalink
make exit an alias for finish at the VVP command line
Browse files Browse the repository at this point in the history
  • Loading branch information
caryr committed Jun 17, 2024
1 parent adb5731 commit dc6f9f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vvp/stop.cc
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ static struct {
"Synonym for push."},
{ "cont", &cmd_cont,
"Resume (continue) the simulation"},
{ "exit", &cmd_finish,
"Synonym for finish."},
{ "finish", &cmd_finish,
"Finish the simulation."},
{ "help", &cmd_help,
Expand Down

0 comments on commit dc6f9f2

Please sign in to comment.