Entity name:

Architecture name:


component, row number:

Port name:

Port direction:

Port type:

range from: to:


VHDL generator Version 1.0 ©1999
Test newer versions!

message box:
   

1:
2:
3:
4:
5:
6:
7:
8:
9:

-- Created with web VHDL generator.
-- Please mark code, copy and paste
-- to your VHDL file.
library IEEE;
use IEEE.std_logic_1164.all;
use work.all;
 
ENTITY IS
      PORT(









      );
END;

ARCHITECTURE OF IS
-- SIGNAL
BEGIN
 
      -- Write your code here.
 
END ;