OSVVM / OSVVM-Scripts

OSVVM project simulation scripts. Scripts are tedious. These scripts simplify the steps to compile your project for simulation
Other
10 stars 14 forks source link

Added missing 'else' keyword. #23

Closed Paebbels closed 2 years ago

Paebbels commented 2 years ago

This adds a missing else keyword in function EchoOsvvmCmd.

JimLewis commented 2 years ago

Good grief. Not sure how I missed that.

Hey look, you are writing TCL now. Awesome. 👍

Paebbels commented 2 years ago

I find it more strange that such a "syntax mistake" is allowed in TCL.

JimLewis commented 2 years ago

It is a problem with any language that allows compound statements to be used anywhere an ordinary statement may be used.

C would have this same issue