V
Valentin Tihomirov
Guest
I want to extend behaviour(architecture) of an entity (interface).
architecture EXTENDING_ARCH of SOME_ENTITY is
begin
base: entity work.SOME_ENTITY(BASIC_ARCH) PORT MAP(
Error message: "Entity 'SOME_ENTITY' is exactly the same as instance (same
ports and generics)."
architecture EXTENDING_ARCH of SOME_ENTITY is
begin
base: entity work.SOME_ENTITY(BASIC_ARCH) PORT MAP(
Error message: "Entity 'SOME_ENTITY' is exactly the same as instance (same
ports and generics)."