F
Frank
Guest
Hi,
Is it possible to use generics is verilog?
In vhdl this would like this:
ENTITY timing IS
GENERIC (width_delayOSITIVE; -- delay adjustment bus width
);
PORT (
clock : IN STD_LOGIC;
reset : IN STD_LOGIC;
out : OUT STD_LOGIC
);
END timing;
So when the module is instantiated I would like to use a different
width_delay parameter for each instantiation
Regards,
Frank
So I want to instantiate the module multiple times but with a different
value of width_delay.
Thanks Frank
Is it possible to use generics is verilog?
In vhdl this would like this:
ENTITY timing IS
GENERIC (width_delayOSITIVE; -- delay adjustment bus width
);
PORT (
clock : IN STD_LOGIC;
reset : IN STD_LOGIC;
out : OUT STD_LOGIC
);
END timing;
So when the module is instantiated I would like to use a different
width_delay parameter for each instantiation
Regards,
Frank
So I want to instantiate the module multiple times but with a different
value of width_delay.
Thanks Frank