I was wondering if its possible to generate vhdl code from a schematic in xilinx. I know that the reverse is feasible. I want this to be done cause i am curious how the code will be like after i have completed the datapath of a mips R2000 and also its an easy way to modify large schematics by changing key lines in the code. I have used both schematics and vhdl but i d like to see the whole datapath written in a vhdl. I use Xilinx 12.3. Thanks!

link|improve this question

I do not know the answer to your question - but in my experience schematic to HDL conversion is typically very messy... Just as a warning. For your purposes (just modifying some key parts), it may work OK. But finding those "key parts" in the generated code could be difficult. – Josh Jan 25 at 23:26
1  
Have you looked at Active-HDL? I've not used this personally, another engineer at work mentioned it. aldec.com/en/products/fpga_simulation/active-hdl – David Pointer Jan 26 at 21:16
@DavidPointer Nop i havent tried it. I think that what i ask is not possible at least from what i ve found. Aldec seems to have nice editor vhdl combined with schematic. hmmm Does this mean that u can transform from code to schematic and vice versa? – Geo Papas Jan 26 at 22:22
@GeoPapas I do not know, I've only heard about the product. Let us know what you find out if you decide to contact Aldec. – David Pointer Jan 26 at 22:41
1  
ActiveHDL allows the creation of block diagrams, which can automatically be turned into HDL code. A block diagram allows you to insert symbols, state machines (draw using state machine editor), etc and wire them together. I am not sure what you mean by "schematic" but this could be close to what you are looking for. – Josh Jan 27 at 16:29
feedback

1 Answer

up vote 0 down vote accepted

The option is in the design menu -> select a .sch file in the implementation window and then click the "View HDL functional model". This will generate the vhdl code for the selected schematic. :o

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.