Re: FPGA: Model-SIm XE problem
- From: Duane Clark <dclark@xxxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 16:42:12 GMT
Duane Clark wrote:
bijoy wrote:Hi I have made a generic component like below
entity fifo is generic( AW : integer; PROG_EMPTY_THD :
std_logic_vector(AW downto 0);...
The problem is that you are using AW within the generic declaration area. The way you are doing that is a bit unusual too. Make PROG_EMPTY_THD a signal instead of a generic, and the problem should go away.
Oops, and of course also PROG_FULL_THD.
.
- References:
- Re: FPGA: Model-SIm XE problem
- From: Duane Clark
- Re: FPGA: Model-SIm XE problem
- Prev by Date: Re: Combinatorial Division?
- Next by Date: Re: tricks to make large PLAs fast?
- Previous by thread: Re: FPGA: Model-SIm XE problem
- Next by thread: Re: FPGA: Model-SIm XE problem
- Index(es):