G
glen herrmannsfeldt
Guest
I have a design that gets errors from Xilinx ISE, which looks
fine to me. It connects IN and OUT ports together:
signal y105: std_logic;
a105: entity work.N109(COLL, open, y105, vcc, xLDRESET, vcc, xTCLK,
y105, open, OUTON, vcc, OUTON, vcc, y108e);
The first y105 is an IN to N109, the second is OUT.
ISE says: "Line 531: Formal <j1> has no actual or default value."
and <j1> is the port of the first y105.
There is a similar error when another instantiation also uses
IN and OUT ports, but not exactly the same way.
It seems to me a strange restriction. Is it supposed to do that?
-- glen
fine to me. It connects IN and OUT ports together:
signal y105: std_logic;
a105: entity work.N109(COLL, open, y105, vcc, xLDRESET, vcc, xTCLK,
y105, open, OUTON, vcc, OUTON, vcc, y108e);
The first y105 is an IN to N109, the second is OUT.
ISE says: "Line 531: Formal <j1> has no actual or default value."
and <j1> is the port of the first y105.
There is a similar error when another instantiation also uses
IN and OUT ports, but not exactly the same way.
It seems to me a strange restriction. Is it supposed to do that?
-- glen