I have an IP core made up of verilog files as well as vhdl files. How
do I set my mpd file for the bitstream generation in XPS?
I tried putting
OPTION HDL =MIXED
OPTION STLYE = HDL
but it doesnt work .
Anyone done this before.
Thanks,
Nitesh
|
|
0
|
|
|
|
Reply
|
nitesh.guinde (17)
|
8/2/2006 1:52:24 PM |
|
Nitesh wrote:
> I have an IP core made up of verilog files as well as vhdl files. How
> do I set my mpd file for the bitstream generation in XPS?
> I tried putting
> OPTION HDL =MIXED
> OPTION STLYE = HDL
> but it doesnt work .
> Anyone done this before.
> Thanks,
> Nitesh
MPD file can be generated by XPS. You just need to tell XPS which HDL
file you need when import peripheral ...
Wayne
|
|
0
|
|
|
|
Reply
|
quickwayne
|
8/2/2006 8:17:36 PM
|
|
What did you mean "it doesn't work"?
I do not see a problem in your options.
-Felix
Nitesh wrote:
> I have an IP core made up of verilog files as well as vhdl files. How
> do I set my mpd file for the bitstream generation in XPS?
> I tried putting
> OPTION HDL =MIXED
> OPTION STLYE = HDL
> but it doesnt work .
> Anyone done this before.
> Thanks,
> Nitesh
|
|
0
|
|
|
|
Reply
|
Felix
|
8/3/2006 9:47:05 AM
|
|
sorry for not being clear about my question. The ip core I had
designed was a mix of verilog and vhdl files as well as ngc files. So I
was having problem with the synthesis and the ngdbuild in XPS.
Finally I discovered that the mpd file should have the following
options to make it work.
OPTIONS HDL = MIXED
OPTION STYLE =MIX
I was assigning STYLE =HDL and was getting errors in the ngdbuild
process.
Thanks a lot for your responses.
Felix Pang wrote:
> What did you mean "it doesn't work"?
>
> I do not see a problem in your options.
>
> -Felix
> Nitesh wrote:
> > I have an IP core made up of verilog files as well as vhdl files. How
> > do I set my mpd file for the bitstream generation in XPS?
> > I tried putting
> > OPTION HDL =MIXED
> > OPTION STLYE = HDL
> > but it doesnt work .
> > Anyone done this before.
> > Thanks,
> > Nitesh
|
|
0
|
|
|
|
Reply
|
Nitesh
|
8/4/2006 11:55:30 PM
|
|