pulp-platform / redmule

Other
32 stars 12 forks source link

Update Makefile to properly exit when build fails! #12

Closed FrancescoConti closed 1 year ago

FrancescoConti commented 1 year ago

The hw-compile rule was wrong: it exits without error code even when the compilation fails. With this one-line change, the exit code of QuestaSim should correspond to the error code of the internal vlog command, crashing the simulation (as appropriate) instead of triggering silent errors.