Problem loading VerilogFindPair
Bert Wesarg
bert.wesarg at googlemail.com
Tue Mar 30 08:18:49 CEST 2010
On Tue, Mar 30, 2010 at 00:51, Bruce Nepple <bnepple at avnera.com> wrote:
> from http://nedit.hackvalue.nl/niki/index.php/Macro_Collection
>
> If I paste it in a macro creation window, it fails syntax check at the
> first d in the first define.
>
> If I read it in as a macro file, nothing happens.
That's 'normal'. Macro files normally only provide functionality.
Using this functionality is normally done by creating an Macro menu
entry which calls functions from the macro file.
>
> define token_start_right {
> <snip>
>
> I'm using 5.5. Is that the issue?
You can't define functions in the macro creation window, only in macro
files. You need to load the macro file with the File>Load Macro
File... dialog.
Bert
>
> B
More information about the Discuss
mailing list