modification dans le component buf_x2 de la sortie q en nq

et dans l'instanciation aussi
This commit is contained in:
Christophe Alexandre 2001-03-05 11:13:01 +00:00
parent b340a42d3f
commit cf7eb2fc37
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ architecture structural of p1_y is
Component buf_x2
port (
i : in bit;
nq : out bit;
q : out bit;
vdd : in bit;
vss : in bit
);
@ -23,7 +23,7 @@ begin
u4 : buf_x2
port map (
i => i,
nq => t,
q => t,
vdd => vdd,
vss => vss
);