S
Stefan Schwärzler
Guest
in my code i wan' to use the alias
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.std_logic_textio.ALL;
use STD.textio.all;
alias swrite is write [line, string, side, width] ;
swrite(my_line, "divs=");
ERROR MESSAGE:
ERROR:HDLParsers:3246 - "D:/projekte/lemos/divide/testdiv.vhd" Line 46.
ALIAS
declarations without subtype specified are not supported
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.std_logic_textio.ALL;
use STD.textio.all;
alias swrite is write [line, string, side, width] ;
swrite(my_line, "divs=");
ERROR MESSAGE:
ERROR:HDLParsers:3246 - "D:/projekte/lemos/divide/testdiv.vhd" Line 46.
ALIAS
declarations without subtype specified are not supported