Library
// Some code
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.math_real.all;// Some code
library mylib;
use mylib.mypackage.all;// Some code
myresult := mysubprogram(myinput);Last updated
// Some code
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.math_real.all;// Some code
library mylib;
use mylib.mypackage.all;// Some code
myresult := mysubprogram(myinput);Last updated