is there any prgram for converting schematic into vhdl code?

Status
Not open for further replies.

fahim1

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.
 

tnx,that schematic can be converted ???
 

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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…