modification dans le component buf_x2 de la sortie q en nq
et dans l'instanciation aussi
This commit is contained in:
parent
b340a42d3f
commit
cf7eb2fc37
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue