Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

help regarding the mixed design where we have VHDL and Veril

Status
Not open for further replies.

haneet

Full Member level 3
Joined
Nov 7, 2006
Messages
160
Helped
14
Reputation
28
Reaction score
1
Trophy points
1,298
Activity points
2,219
Guyz does any1 know anythng about mixed coding where both VHDL and Verilog is used for designing....

I am supposed to use but don't have any idea..

Haneet
 

Re: help regarding the mixed design where we have VHDL and V

In a Mixed design methodology, where you have designs or modules written in
both VHDL and Verilog, the first step you should take is to decide which language
you are going to use for the top-level module.

For example - If you plan to use VHDL for the top-level modules then you can use Verilog for the lower level modules, ie, you can start the design from the bottom-up (design the lowest module and then proceed upwards towards the top).

Verilog can be used for the lowest (leaf) modules and for few other modules of the
next hierarchy levels. You can then use VHDL for the top-level module where you
instantiate the lower level modules. This ofcourse depends on which language you
are good at and are comfortable with. You can also do the reverse... use VHDL for
the lower leaf modules and Verilog for the top-level modules.

You have to be careful about the parameters & Generics used in the design and
also how you are going to instantiate them so that the ports do not get mixed
up.
 

    haneet

    Points: 2
    Helpful Answer Positive Rating
Re: help regarding the mixed design where we have VHDL and V

thnkx dude!!!

I got the clear picture... and im able run the code successfully but i dont understand whtz the use of this kind of design
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top