F
Flo
Guest
Hi everyone,
Here is the syntaxe you usually use to include packages:
use ieee.std_logic_arith.all
Now, if I only want the + function included, I know that you can
use
use ieee.std_logic_arith."+"
Is it possible to include a whole package without one particular
function like :
use ieee.std_logic_arith."all \+" to get the whole arith
but without plus?
thanks a lot.
Florent
Here is the syntaxe you usually use to include packages:
use ieee.std_logic_arith.all
Now, if I only want the + function included, I know that you can
use
use ieee.std_logic_arith."+"
Is it possible to include a whole package without one particular
function like :
use ieee.std_logic_arith."all \+" to get the whole arith
but without plus?
thanks a lot.
Florent