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.

is there any prgram for converting schematic into vhdl code?

Status
Not open for further replies.

fahim1

Member level 4
Member level 4
Joined
Jun 4, 2015
Messages
75
Helped
2
Reputation
4
Reaction score
2
Trophy points
8
Visit site
Activity points
517
hi
is there any program for converting schematic into vhdl code?
tnx
 

It depends on which schematic tool you are using. Most schematics are just connections of blocks and can be easily converted to any Hardware Description Language as a list of networks. Mentor has a tool called HDL designer that lets you draw blocks as a schematic and produces a the module/entities, but it's up to you do to fill in the RTL contents.
 

It depends on which schematic tool you are using. Most schematics are just connections of blocks and can be easily converted to any Hardware Description Language as a list of networks. Mentor has a tool called HDL designer that lets you draw blocks as a schematic and produces a the module/entities, but it's up to you do to fill in the RTL contents.
tnx,that schematic can be converted ???
hgg.PNG
 

Yep, no clocks, no resets, no idea about the timing constraints....

Seriously this sort of thing is easier to just write then it is to define well enough to convert automatically, looks to me like registers and whatever DSP block your device implements if you want the naive implementation.

Regards, Dan.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top