la sortie doit etre out (bien que ce soit en realite un inout)

This commit is contained in:
Franck Wajsburt 1999-09-24 12:07:50 +00:00
parent a1dfd0ea3f
commit 1cd6006e24
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ GENERIC (
PORT ( PORT (
ck : in BIT; ck : in BIT;
i : in BIT; i : in BIT;
q : inout BIT; q : out BIT;
vdd : in BIT; vdd : in BIT;
vss : in BIT vss : in BIT
); );