Re: [myhdl-list] GeSHi version; was blocking and non-blocking assignments in toVerilog code.
Brought to you by:
jandecaluwe
|
From: Günter D. <dan...@we...> - 2008-06-06 21:49:04
|
Jan Decaluwe wrote:
>>
>> Do you know what version of GeSHi you are using?
>
> I read this in the dokuwiki files I'm using:
>
> /** The version of this GeSHi file */
> define('GESHI_VERSION', '1.0.7.21');
I got this reply from the GeSHi mailing list:
>> The myhdl page does use a different color scheme. Like keywords are
>some type of sand color, comments are gray. Now what is even more
>strange is that the myhdl page suddenly in the line:
>>
>> if ((goRight == 0)) begin
>> dir <= 1'b0|>;
>The | is a bug with 1.0.7.21 trz updating that version to the latest
>SVN
>version and that bug should disappear. Mazbe it|s also the reason for
>the misinterpretation of that char there.
So it seems like that this is a bug with 1.0.7.21. They are in code
freeze now and plan to release a new version soon. So maybe we can try
that again then.
But maybe the Verilog syntax highlighter will already be part of that
next release.
Guenter
|