1
0

Initial commit

This commit is contained in:
2024-03-22 13:16:48 +01:00
commit 8b2f630f7b
499 changed files with 87136 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
-- VHDL Entity VHD.ex_19_1_4.symbol
--
-- Created:
-- by - francois.francois (Aphelia)
-- at - 12:57:27 03/27/19
--
-- Generated by Mentor Graphics' HDL Designer(TM) 2018.1 (Build 12)
--
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
ENTITY ex_19_1_4 IS
PORT(
A : IN std_ulogic;
B : IN std_ulogic;
clock : IN std_ulogic;
reset : IN std_ulogic;
en : OUT std_ulogic;
dir : OUT std_ulogic
);
-- Declarations
END ex_19_1_4 ;