##// END OF EJS Templates
Correction bug driver FFT+MATRIX
Correction bug driver FFT+MATRIX

File last commit:

r100:fc97c34d69e3 martin
r112:a9f68d121779 martin
Show More
version.vhd
10 lines | 270 B | text/x-vhdl | VhdlLexer
-- pragma translate_off
use std.textio.all;
-- pragma translate_on
package version is
constant grlib_version : integer := 1100;
-- pragma translate_off
constant grlib_date : string := "20110628";
-- pragma translate_on
constant grlib_build : integer := 4108;
end;