Qt compatibility with VHDL source codes??
-
Please allow at least 24 to 72 hours before bumping your own thread. Not all forum users live in the same timezone as you or have an answer to your question.
That said, you will need to have a look at the XML module, QFile for reading, QString and maybe QRegExp for parsing your VHDL text file.
Looking at Qt's demos and example is also always a good idea.
-
If you are new to C++, I recommend learning from examples and tutorials, such as:
- Widget tutorial: http://qt-project.org/doc/qt-5.1/qtwidgets/widgets-tutorial.html
- Regex example: http://qt-project.org/doc/qt-5.1/qtwidgets/tools-regexp.html
When you are comfortable with C++, here is a more advanced example for writing XML files: http://qt-project.org/doc/qt-5.1/qtxml/streambookmarks.html
What other programming languages have you used? Are you experienced with VHDL?
[quote author="Pallu" date="1377702630"]2. I want the qt to read the XML data and create a structure.[/quote]Sorry, I don't quite understand. Can you explain further?
-
[quote author="Pallu" date="1377702630"]2. I want the qt to read the XML data and create a structure.[/quote]Sorry, I don't quite understand. Can you explain further?
-
@Pallu said in Qt compatibility with VHDL source codes??:
Can Qt read a Hardware description Language??
There is now VerilogCreator, a Qt Creator plugin which turns the latter into a Verilog IDE. See https://github.com/rochus-keller/VerilogCreator/blob/master/README.md. It includes a full Verilog 05 parser.
-
@Rochus Amazing!
You should probably add your plugin to https://wiki.qt.io/Qt_Creator_Plug-in_Gallery to give it more attention ;)