Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Automatic VHDL Generating

 
Thread Tools Search this Thread
Old 06-15-2006, 07:18 PM   #1
Default Automatic VHDL Generating


Hi all,

I am investigating programs that do automatic VHDL generating. Like there
are Matlab/Simulink and LabVIEW.

I have heard that there are some other tools/programs online (for free)
where you can generate for instance filters from a VB.NET program. Has
anyone got some links for this which he can share so I can see how those
persons are implementing this?

thanks in advance and Kind regards,
http://www.vhdl.eu




Vhdl.eu
  Reply With Quote
Old 06-16-2006, 12:51 AM   #2
Jeremy Ralph
 
Posts: n/a
Default Re: Automatic VHDL Generating
The company I represent, PDTi (http://www.productive-eda.com) provides
SpectaReg, a tool that generates code and docs for memory mapped
registers (MMR). It captures MMR specs then can generate:

* RTL implementation (verilog, vhdl)
* self checking verification platform (SystemVerilog, VHDL, e, ...)
* C/C++ to abstract registers/bitfields
* datasheet (HTML, DocBook, DITA, Framemaker, ...)
* System level C/C++ memory-map tests

This enables significant efficiency improvements, reducing errors and
allowing engineers to focus on value added development. Perhaps the
most value comes from SpectaReg's ability to synchronize the various
code and doc views with the golden spec. Certainly debugging a
datasheet or software driver that doesn't match the RTL can be
frustrating and time consuming-- SpectaReg eliminates this.

Best Regards,
Jeremy


---
PDTi [ http://www.productive-eda.com ]
SpectaReg -- Spec-down code and doc generation for register maps


Vhdl.eu wrote:
> Hi all,
>
> I am investigating programs that do automatic VHDL generating. Like there
> are Matlab/Simulink and LabVIEW.
>
> I have heard that there are some other tools/programs online (for free)
> where you can generate for instance filters from a VB.NET program. Has
> anyone got some links for this which he can share so I can see how those
> persons are implementing this?
>
> thanks in advance and Kind regards,
> http://www.vhdl.eu




Jeremy Ralph
  Reply With Quote
Old 06-16-2006, 02:40 PM   #3
Ralf Hildebrandt
 
Posts: n/a
Default Re: Automatic VHDL Generating
Vhdl.eu wrote:

> I am investigating programs that do automatic VHDL generating. Like there
> are Matlab/Simulink and LabVIEW.


The generation of VHDL code is not a real problem - the problem is the
purpose of the generator (in other words the problem you have to solve).
As you have mentioned digital filters are generated by some tools
(because their structure can be parameterised). Another purpose might be
the generation of state machines.

If you have a very special problem where no tool exists, that maps this
problem to VHDL you can "easily" write your own generator. You are
completely free, how to realize this generator. E.g. I have done a
generator, that modifies VHDL VITAL libraries for a special purpose.
This "generator" is nothing more than an ASCII text parser and ASCII
text generator. I have chosen ANSI C as base for my generator - just
because that's a language I know.

Ralf


Ralf Hildebrandt
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute an external software from VHDL? And how to interface VHDL with JAVA? becool_nikks Software 0 03-06-2009 07:08 PM
Vending machine using VHDL arie General Help Related Topics 0 03-05-2009 05:45 AM
reading mp3 file in binary format in vhdl latheesh General Help Related Topics 0 02-05-2008 05:40 AM
Help on auto conversion from Matlab to vhdl on filter design hardheart Hardware 0 12-07-2007 09:19 AM
ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL freitass Hardware 0 11-01-2007 03:44 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46