NAMA : PERDANA PRIN PUTRA.S
NPM : 22108302
KELAS : 3.KB.05
Tugas : FPGA
use IEEE.std_logic_1164.all;
use IEEE.std_logic_textio.all;
use IEEE.std_logic_arith.all;
use IEEE.numeric_bit.all;
use IEEE.numeric_std.all;
use IEEE.std_logic_signed.all;
use IEEE.std_logic_unsigned.all;
use IEEE.math_real.all;
use IEEE.math_complex.all;
use STD.standard.all;
use STD.textio.all;
Sebuah pendeklarasian yang implisit,dimana semua source codenya akan dimasukkan
ke library tersebut.
contoh:
use WORK.data_types.all;
dll.
NPM : 22108302
KELAS : 3.KB.05
Tugas : FPGA
- Library IEEE :
use IEEE.std_logic_1164.all;
use IEEE.std_logic_textio.all;
use IEEE.std_logic_arith.all;
use IEEE.numeric_bit.all;
use IEEE.numeric_std.all;
use IEEE.std_logic_signed.all;
use IEEE.std_logic_unsigned.all;
use IEEE.math_real.all;
use IEEE.math_complex.all;
- Library STD :
use STD.standard.all;
use STD.textio.all;
- Library WORK :
Sebuah pendeklarasian yang implisit,dimana semua source codenya akan dimasukkan
ke library tersebut.
contoh:
use WORK.data_types.all;
dll.
Tidak ada komentar:
Posting Komentar