Bug
This commit is contained in:
parent
d975114bc4
commit
8c3c2b29c0
|
@ -20,13 +20,15 @@ Component inv_x1
|
||||||
);
|
);
|
||||||
end component;
|
end component;
|
||||||
|
|
||||||
Component sff1_x4
|
Component sff2_x4
|
||||||
port (
|
port (
|
||||||
i : in bit;
|
ck : in BIT;
|
||||||
ck : in bit;
|
cmd : in BIT;
|
||||||
q : out bit;
|
i0 : in BIT;
|
||||||
vdd : in bit;
|
i1 : in BIT;
|
||||||
vss : in bit
|
q : out BIT;
|
||||||
|
vdd : in BIT;
|
||||||
|
vss : in BIT
|
||||||
);
|
);
|
||||||
end component;
|
end component;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue