Regular Expression for VHDL compiler.

Usage tips, posted by users. No questions here please.

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
helios
Posts: 716
Joined: Sun Mar 02, 2003 5:52 pm
Location: Helios Software Solutions
Contact:

Regular Expression for VHDL compiler.

Post by helios »

The output from the VHDL complier VSIM returns this type of error:

** Error: C:\data\Projects\Havasu\ProgDev\CPLD_DLC12\top.vhd(37): near "-": syntax error

The correct tool regex settings should be:

Expression to match output:
^\*\* \(Error\|Warning\): \(.+\)(\([0-9]+\)

File:
Register 2

Line:
Register 3

This tip contributed by Paul McGary.
Post Reply