shaiko
Advanced Member level 5
Hello,
Consider the following code before the entity section of a .vhd file:
As far as I understand the first line tells the compiler that 'x' is a library and the second line makes all the packages in this library visible for the entity to follow.
Am I correct?
Consider the following code before the entity section of a .vhd file:
Code:
library x;
use x.all ;
As far as I understand the first line tells the compiler that 'x' is a library and the second line makes all the packages in this library visible for the entity to follow.
Am I correct?