<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>The FPGA Programming Revolution Blog</title>
        <link>https://vhdplus.com/blog</link>
        <description>The FPGA Programming Revolution Blog</description>
        <lastBuildDate>Wed, 10 Jul 2024 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Check out OneWare!]]></title>
            <link>https://vhdplus.com/blog/2024/07/10/blog-post</link>
            <guid>/2024/07/10/blog-post</guid>
            <pubDate>Wed, 10 Jul 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[It has been some time since we posted an update here.]]></description>
            <content:encoded><![CDATA[<p>It has been some time since we posted an update here.</p><p>In the last years I worked on an rewrite for VHDPlus called OneWare. Its cleaner, faster, extensible and <strong>OPEN SOURCE</strong>!</p><p>You can check out the project on our website <a href="https://one-ware.com/studio" target="_blank" rel="noopener noreferrer">https://one-ware.com/studio</a>!</p><p><img loading="lazy" alt="New OneWare" src="/assets/images/simulator-d1569aa5b96e1d11941458526a047f40.png" width="1394" height="834" class="img_ev3q"></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Road to 1.0]]></title>
            <link>https://vhdplus.com/blog/2022/10/17/blog-post</link>
            <guid>/2022/10/17/blog-post</guid>
            <pubDate>Mon, 17 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[To go with the flow of modern IDEs, we decided to stick to a more minimalistic design.]]></description>
            <content:encoded><![CDATA[<p>To go with the flow of modern IDEs, we decided to stick to a more minimalistic design.
We reduced the shortcuts to those you only need in your daily workflow. Buttons, like the NIOS Control panel are only visible if you added a NIOS Processor to your project. This way, getting started should be even easier and more straight forward for beginners.</p><p><img loading="lazy" alt="New Design" src="/assets/images/VHDP-fc613d32e3b0800bda77208fc4bc8b3d.png" width="2956" height="1760" class="img_ev3q"></p><p>With lots of recent performance and bug fixes, we are getting closer to our first stable release.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="our-plans-for-10">Our plans for 1.0<a class="hash-link" href="#our-plans-for-10" title="Direct link to heading">​</a></h2><ul><li>Better usability and keyboard only usage by hotkeys, global finder</li><li>Improved VCD viewer to be on par with GTKWave</li><li>Graphical Editor for blockfiles</li><li>Package Manager for supported hardware</li><li>Improved VHDL and Verilog support</li></ul><p>If you find any bugs or want to suggest a change, feel free to do tell us on our <a href="https://vhdplus.com/discord" target="_blank" rel="noopener noreferrer">Discord</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[VHDPlus IDE 2022 Update]]></title>
            <link>https://vhdplus.com/blog/2022/01/08/blog-post</link>
            <guid>/2022/01/08/blog-post</guid>
            <pubDate>Sat, 08 Jan 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Huge VHDP Improvements!]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_LWe7" id="huge-vhdp-improvements">Huge VHDP Improvements!<a class="hash-link" href="#huge-vhdp-improvements" title="Direct link to heading">​</a></h3><p>In the last couple of months we spent a lot of time reworking our VHDP Language Service.
With VHDPlus IDE 0.10.6 we use a completely new Analyzer to help you writing your designs.</p><p>VHDP Support Changes:</p><ul><li>Greatly improved performance</li><li>Smarter error check</li><li>Type Checking</li><li>Function Insight</li><li>Better completion (especially for record types)</li></ul><p>Additional Changelog:</p><ul><li>Improved overall performance</li><li>Solution wide search (CTRL + Shift + F) now opens in a separate window (unless already docked)</li><li>Lots of small bug fixes</li></ul><p>Still, there is lots of room for improvement. If you find any bugs or want to suggest a change, feel free to do tell us on our <a href="https://vhdplus.com/discord" target="_blank" rel="noopener noreferrer">Discord</a> or create an issue in our <a href="https://github.com/HendrikMennen/VHDPlus.Analyzer" target="_blank" rel="noopener noreferrer">GitHub repository</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[New Integrated VCD Viewer]]></title>
            <link>https://vhdplus.com/blog/2021/11/15/blog-post</link>
            <guid>/2021/11/15/blog-post</guid>
            <pubDate>Mon, 15 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[GTKWave is no longer required!]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_LWe7" id="gtkwave-is-no-longer-required">GTKWave is no longer required!<a class="hash-link" href="#gtkwave-is-no-longer-required" title="Direct link to heading">​</a></h3><p>We want VHDPlus IDE to be a all in one Tool for all FPGA Programming needs.
Since GTKWave was not reliable on some platforms, we decided to create our own VCD viewer.</p><p><img loading="lazy" alt="VHDPlus VCD Viewer" src="/assets/images/vcdviewer-6d78f9a14c5cb4ea02b5d32db4645974.png" width="2732" height="1592" class="img_ev3q"></p><p>The VCDViewer in it's current state works with great performance.
Still, there are some features missing that will we added with the next updates.
<strong>If you prefer GTKWave</strong>, it is still possible to use it by setting the option <code>Use GTKWave</code> located in <code>Extras -&gt; Settings -&gt; Simulator</code></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[MacOS Support]]></title>
            <link>https://vhdplus.com/blog/2021/11/01/blog-post</link>
            <guid>/2021/11/01/blog-post</guid>
            <pubDate>Mon, 01 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[VHDPlus IDE for MacOS is coming soon]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_LWe7" id="vhdplus-ide-for-macos-is-coming-soon">VHDPlus IDE for MacOS is coming soon<a class="hash-link" href="#vhdplus-ide-for-macos-is-coming-soon" title="Direct link to heading">​</a></h3><p><img loading="lazy" alt="VHDPlus Mac" src="/assets/images/MacOS-b779aea345d1c3b241f801bb45773903.png" width="3360" height="2100" class="img_ev3q"></p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="reasons-to-use-the-macos-version">Reasons to use the MacOS version<a class="hash-link" href="#reasons-to-use-the-macos-version" title="Direct link to heading">​</a></h3><p>As you might know, there is no official Quartus for MacOS, so sadly it is not possible to use this version to program our hardware directly.
Still, we wanted to publish a version for MacOS, so you can still use your Apple computer to work on your projects.</p><p>You can expect the following features:</p><ul><li>Full VHDP and VHDL support</li><li>Simulation with GHDL</li><li>All of our IDE features that are not dependent on Quartus</li></ul><h4 class="anchor anchorWithStickyNavbar_LWe7" id="we-will-support-both-x64-and-arm64-architecture-so-you-can-expect-a-smooth-experience-on-your-new-macos-hardware">We will support both x64 and arm64 architecture, so you can expect a smooth experience on your new MacOS hardware.<a class="hash-link" href="#we-will-support-both-x64-and-arm64-architecture-so-you-can-expect-a-smooth-experience-on-your-new-macos-hardware" title="Direct link to heading">​</a></h4>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[NIOS II Debugging Preview]]></title>
            <link>https://vhdplus.com/blog/2021/04/06/blog-post</link>
            <guid>/2021/04/06/blog-post</guid>
            <pubDate>Tue, 06 Apr 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[Update 0.9.9.8 adds C++ debugging to VHDPlus IDE]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_LWe7" id="update-0998-adds-c-debugging-to-vhdplus-ide">Update 0.9.9.8 adds C++ debugging to VHDPlus IDE<a class="hash-link" href="#update-0998-adds-c-debugging-to-vhdplus-ide" title="Direct link to heading">​</a></h3><p><img loading="lazy" alt="VHDPlus NIOS" src="/assets/images/Debugging-d2ceb130648f22a12ca60ef38de9ee08.png" width="1386" height="823" class="img_ev3q"></p><h4 class="anchor anchorWithStickyNavbar_LWe7" id="programming-software-for-your-fpga-was-never-as-convenient-as-today">Programming Software for your FPGA was never as convenient as today!<a class="hash-link" href="#programming-software-for-your-fpga-was-never-as-convenient-as-today" title="Direct link to heading">​</a></h4><p>With update 0.9.9.8 you can now conveniently debug your C++ Software inside VHDPlus IDE.
Simply set a breakpoint like you would with any other first class C++ IDE, click on the debug icon and wait until the program reaches the selected line of code. The tools allow you to view variables live while you run your program.</p><p><strong>Even though not all planned debugger features are implemented, it is already very useful.</strong></p><p>A detailed <a href="/docs/guides/nios2/#debugging">beginner guide</a> on how to use the NIOS II Debugger aswell as an video tutorial will be uploaded soon!</p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="additional-changelog">Additional Changelog<a class="hash-link" href="#additional-changelog" title="Direct link to heading">​</a></h3><ul><li>Added global-search to search for variables inside all open projects</li><li>Added a new, convenient way of changing your active FPGA in case you connected multiple to your Computer</li><li>Lot's of bugfixes &amp; performance improvements</li></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[MAX10 Shield now available!]]></title>
            <link>https://vhdplus.com/blog/2021/01/13/blog-post</link>
            <guid>/2021/01/13/blog-post</guid>
            <pubDate>Wed, 13 Jan 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[The MAX10 Shield is now available in our shop.]]></description>
            <content:encoded><![CDATA[<p><strong>The MAX10 Shield is now available in our <a href="https://shop.vhdplus.com/product/vhdplus-shield-max10/" target="_blank" rel="noopener noreferrer">shop</a>.</strong></p><p><img loading="lazy" alt="Max10 Shield" src="/assets/images/shield-5017d2d45989519290fa65f86e859520.jpg" width="2560" height="1751" class="img_ev3q"></p><p>This shield for the <a href="/blog/2021/01/13/blog-post/docs/components/vhdpcore_max10/">Core MAX10</a> adds three more CRUVI connectors aswell as thee PMOD interaces, which makes it easy to connect camera, motors and ultrasonic sensors at once while powering the FPGA with the same supply as the motors.</p><p>The VHDPlus IDE makes it easy to connect pins and extensions.</p><p><img loading="lazy" alt="VHDPlus IDE" src="/assets/images/ideconnect-6f1a7547468d39a23149c9bb6f52e008.png" width="821" height="805" class="img_ev3q"></p><p>Detailed specs of the MAX10 Shield can be found <a href="/docs/components/shield_max10/">here</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[First Hardware]]></title>
            <link>https://vhdplus.com/blog/2020/09/19/blog-post</link>
            <guid>/2020/09/19/blog-post</guid>
            <pubDate>Sat, 19 Sep 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[First Hardware]]></description>
            <content:encoded><![CDATA[<p><img loading="lazy" alt="First Hardware" src="/assets/images/P1000531-527af536ff557b33334d280c0286397d.JPG" width="4592" height="2584" class="img_ev3q"></p><p>The first hardware arrived! This includes the Motor Extension, Camera Extension, Core MAX10 and the Level Shifter Extension.</p><p>We now test the hardware and package them to ensure the best experience you can get with FPGA development boards.</p><p>You can buy the hardware soon in our <a href="https://shop.vhdplus.com/" target="_blank" rel="noopener noreferrer">shop</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Major Update 0.9.7]]></title>
            <link>https://vhdplus.com/blog/2020/09/18/blog-post</link>
            <guid>/2020/09/18/blog-post</guid>
            <pubDate>Fri, 18 Sep 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[0.9.7 is by far the biggest update we have ever made. It contains huge improvements, bugfixes and a bunch of new features.]]></description>
            <content:encoded><![CDATA[<p>0.9.7 is <strong>by far the biggest update we have ever made</strong>. It contains huge improvements, bugfixes and a bunch of new features.
We have made great strides in making FPGA programming more user-friendly for beginners and advanced users.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-ide-features">New IDE Features<a class="hash-link" href="#new-ide-features" title="Direct link to heading">​</a></h2><h3 class="anchor anchorWithStickyNavbar_LWe7" id="team-explorer">Team Explorer<a class="hash-link" href="#team-explorer" title="Direct link to heading">​</a></h3><p>The Team Explorer features an integrated source control using Git. It helps you keeping track of changes in your project, comparing and syncing them with Git providers like GitHub, Azure or others. This new feature makes working on projects together with a team much easier and anyone who used git with other IDEs knows how useful it is to have it integrated.</p><p>You can find more information on how the Team Explorer works <a href="/docs/ide/teamexplorer/">here</a>.</p><p><img loading="lazy" alt="Team Explorer" src="/assets/images/TeamExplorer-217186406d421541bc141cf0f603039e.PNG" width="1707" height="960" class="img_ev3q"></p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="c-support">C++ Support<a class="hash-link" href="#c-support" title="Direct link to heading">​</a></h3><p>We already have made a <a href="/docs/guides/nios2/">guide</a> on how to use the NIOS II Softcore processor and how to program it using the Arduino libraries in the past.
This process was not very smooth as you had to use a secondary IDE to be able to create, build and program your processor.
VHDPlus IDE now supports C++ by using <a href="https://clangd.llvm.org/" target="_blank" rel="noopener noreferrer">CLANGD</a>, a language server from the LLVM compiler infrastructure project.
This means that you now have first class C++ support directly inside our IDE (which in my opinion is a lot better than the old eclipse version used by Intel 😉).</p><p>Additionally we have greatly simplified the process of adding a NIOS processor to your project which now works by just a few clicks.
Everything works in just three simple steps.</p><ol><li>Add the Processor to your project using the assistant, compile and download it to your FPGA.</li><li>Add a software project. This has Arduino libraries included by default. The IDE will setup everything for you so you can start programming immediately.</li><li>Try out your software by pressing on the green run button which compiles the project and downloads it to your FPGA.
You will find a new tutorial for this <a href="/docs/guides/nios2/">here</a> in the coming days.</li></ol><p><img loading="lazy" alt="C++Support" src="/assets/images/C++-f60d95a8ba217fcdd582d711b10de1ad.png" width="1366" height="768" class="img_ev3q"></p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="package-manager">Package Manager<a class="hash-link" href="#package-manager" title="Direct link to heading">​</a></h3><p>The Package Manager implements a convenient way of adding features to VHDPlus IDE by just one click.
As of version <strong>0.9.7.1</strong> you are able to download and install language support for c++, VHDL, and System-Verilog.</p><p>We have <strong>big plans with this for the future</strong>. You will be able to install libraries, drivers, device supports, custom toolchains for different implementations of softcore processors and other useful stuff just by a few clicks without the need to leave the IDE.</p><p><img loading="lazy" alt="Package Manger" src="/assets/images/PackageManager-1a9c9e143cb4cc77fa6df4a6f4b10428.png" width="1366" height="768" class="img_ev3q"></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Current Status and Future Plans]]></title>
            <link>https://vhdplus.com/blog/2020/02/11/blog-post</link>
            <guid>/2020/02/11/blog-post</guid>
            <pubDate>Tue, 11 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[It has been a few months since our last blog post so I decided to inform you about our current status and plans. Currently we are doing this project unpaid in our free time so please forgive us if some updates take a bit longer than expected. This project is alive and we are getting closer to our first stable release, but we still have some things to do. Our goal is to deliver a clean and stable IDE on all platforms for our first official release 🐞.]]></description>
            <content:encoded><![CDATA[<p>It has been a few months since our last blog post so I decided to inform you about our current status and plans. Currently we are doing this project unpaid in our free time so please forgive us if some updates take a bit longer than expected. This project is alive and we are getting closer to our first stable release, but we still have some things to do. Our goal is to deliver a clean and stable IDE on all platforms for our first official release 🐞.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="hardware">Hardware<a class="hash-link" href="#hardware" title="Direct link to heading">​</a></h2><video muted="" autoplay="" loop=""><source src="/img/vhdpshield/Shield.webm" type="video/webm">Your browser does not support the video tag. You can download the video anyway.</video><p>We are getting closer to releasing our official VHDPlus Hardware. You can have a look on what will be available very soon <a href="/docs/components/overview/">here</a>.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-ide-features">Upcoming IDE Features<a class="hash-link" href="#upcoming-ide-features" title="Direct link to heading">​</a></h2><h3 class="anchor anchorWithStickyNavbar_LWe7" id="features-we-are-currently-working-on">Features we are currently working on<a class="hash-link" href="#features-we-are-currently-working-on" title="Direct link to heading">​</a></h3><ul><li>A new graphical user interface that will help you connect your hardware with your FPGA.</li><li>An Implementation of <a href="https://github.com/ghdl/ghdl" target="_blank" rel="noopener noreferrer">GHDL</a> for our IDE which will be called GHDP for better simulation.</li><li>Overall stability and performance improvements</li></ul><h3 class="anchor anchorWithStickyNavbar_LWe7" id="planned-features">Planned features<a class="hash-link" href="#planned-features" title="Direct link to heading">​</a></h3><ul><li>Full Git support similar to Visual Studio Code.</li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="documentation--tutorials">Documentation &amp; Tutorials<a class="hash-link" href="#documentation--tutorials" title="Direct link to heading">​</a></h2><p>We started to produce a few step-by-step guides that will show you how easy it is to program with VHDPlus and can help you understand how everything works.
They can be found <a href="/docs/community/overview/">here</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Serial Monitor]]></title>
            <link>https://vhdplus.com/blog/2019/10/22/blog-post</link>
            <guid>/2019/10/22/blog-post</guid>
            <pubDate>Tue, 22 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[Arriving with update 0.9.2.9 the VHDPlus IDE features a built-in Serial Monitor that allows to communicate with your hardware.]]></description>
            <content:encoded><![CDATA[<p>Arriving with update 0.9.2.9 the VHDPlus IDE features a built-in Serial Monitor that allows to communicate with your hardware.</p><p><img loading="lazy" alt="Serial Monitor" src="/assets/images/SerialMonitor-291645b15d59d078647654e45b7fee0a.PNG" width="1279" height="265" class="img_ev3q"></p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-use-it">How to use it<a class="hash-link" href="#how-to-use-it" title="Direct link to heading">​</a></h3><ol><li>Use <code>View</code> -&gt; <code>Serial Monitor</code> to activate it.</li></ol><p><img loading="lazy" alt="Show Serial Monitor" src="/assets/images/ShowSerialMonitor-1bc0a1b83e321e4b22e37575a9252e5f.png" width="372" height="229" class="img_ev3q"></p><ol start="2"><li>Select Baud Rate and Serial Port. The Baud Rate should match the one you are using in your <a href="#">UART Interface</a> (Documentation coming soon).</li></ol><p><img loading="lazy" alt="Select Baud Rate and Serial Port" src="data:image/png;base64,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" width="1272" height="234" class="img_ev3q"></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[IDE Light Theme]]></title>
            <link>https://vhdplus.com/blog/2019/10/17/blog.post</link>
            <guid>/2019/10/17/blog.post</guid>
            <pubDate>Thu, 17 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[Not everyone likes the dark theme that is selected as the default theme for VHDPlus IDE.]]></description>
            <content:encoded><![CDATA[<p>Not everyone likes the dark theme that is selected as the default theme for VHDPlus IDE.
Update 0.9.2.6 gives you the ability to chose a alternative theme with brighter colors.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="light-theme">Light Theme<a class="hash-link" href="#light-theme" title="Direct link to heading">​</a></h2><p><img loading="lazy" alt="Light theme" src="/assets/images/LightMode-891ae92b2d87b2713c8197c2075cc594.png" width="1280" height="720" class="img_ev3q"></p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-use-it">How to use it<a class="hash-link" href="#how-to-use-it" title="Direct link to heading">​</a></h3><ol><li><p>Navigate to <code>Extras</code> -&gt; <code>Settings</code></p></li><li><p>In the <code>General</code> category, go to <code>Theme</code> and select <code>Light</code></p></li></ol><p><img loading="lazy" alt="Light theme select" src="/assets/images/LightModeSelect-4eb0f94758bf671950216d78e3cac2aa.PNG" width="550" height="400" class="img_ev3q"></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="future-plans">Future plans<a class="hash-link" href="#future-plans" title="Direct link to heading">​</a></h2><ul><li>Implement a cross-platform ClearType to improve readability.</li><li>Support custom themes</li></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Compiler 2.0]]></title>
            <link>https://vhdplus.com/blog/2019/10/01/blog-post</link>
            <guid>/2019/10/01/blog-post</guid>
            <pubDate>Tue, 01 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[Since the built-in updater was broken in the last version for some systems we strongly recommend downloading this update using your browser.]]></description>
            <content:encoded><![CDATA[<p><strong>Since the built-in updater was broken in the last version for some systems we strongly recommend downloading this update using your browser.</strong></p><p>With update <strong>0.9.1</strong> we are confident that the new compiler is stable enough to be used as default.
We also fixed some issues and improved the overall editor performance.
The built-in updater is much faster now (twice as fast) and should work for all systems without problems.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="select-the-new-compiler">Select the new compiler<a class="hash-link" href="#select-the-new-compiler" title="Direct link to heading">​</a></h2><p>To select it just navigate to <code>Extras -&gt; Options -&gt; General</code> and change <code>CompilerVersion</code> to <code>2</code></p><p><img loading="lazy" alt="IDE Screenshot" src="/assets/images/SelectCompiler-ffd16253c8e0b62db90f713a9fa19412.png" width="550" height="400" class="img_ev3q"></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="install">Install<a class="hash-link" href="#install" title="Direct link to heading">​</a></h2><p>You can try the new update by using the built-in update manager or manually installing it from <a href="/docs/getstarted/#install-vhdp-ide">here</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Simulator Update]]></title>
            <link>https://vhdplus.com/blog/2019/09/27/blog-post</link>
            <guid>/2019/09/27/blog-post</guid>
            <pubDate>Fri, 27 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[This update makes it much easier to simulate your projects.]]></description>
            <content:encoded><![CDATA[<p>This update makes it much easier to simulate your projects.
Compiling with quartus can take a long time, so it is very useful to simulate programs in order to capture errors and check if everything works as expected.</p><p>Also it is possible to make signals visible that you wouldn't be able to see by just trying your program on your FPGA because of quickly changing signal states.
The VHDP IDE assists you creating .do files that you can load with ModelSim.</p><p>You can learn how to use it <a href="/docs/getstarted/modelsim/">here</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="simulator">Simulator<a class="hash-link" href="#simulator" title="Direct link to heading">​</a></h2><p><img loading="lazy" alt="IDE Screenshot" src="/assets/images/Simulator-86e4ebd9e95f3f71236f7cb539c2df64.PNG" width="1279" height="719" class="img_ev3q"></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="install">Install<a class="hash-link" href="#install" title="Direct link to heading">​</a></h2><p>You can try the new update by using the built-in update manager or manually installing it from <a href="/docs/getstarted/#install-vhdp-ide">here</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[IDE Progress update]]></title>
            <link>https://vhdplus.com/blog/2019/08/15/blog-post</link>
            <guid>/2019/08/15/blog-post</guid>
            <pubDate>Thu, 15 Aug 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[Today is the day we finished all important features for our cross platform IDE.]]></description>
            <content:encoded><![CDATA[<p>Today is the day we finished all important features for our cross platform IDE.</p><p>This completely redesigned version has many technical improvements over the old "Windows only" version, improved usability and support for opening multiple projects at once, making it easy to switch between your projects.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="vhdp-ide-design">VHDP IDE Design<a class="hash-link" href="#vhdp-ide-design" title="Direct link to heading">​</a></h2><p><img loading="lazy" alt="IDE Screenshot" src="/assets/images/CrossIDEUpdate-004726953cb18cc0f7c2ca74c1b2d175.PNG" width="1593" height="890" class="img_ev3q"></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="release-date">Release date<a class="hash-link" href="#release-date" title="Direct link to heading">​</a></h2><p>We are planning to release the first version for both Windows and Linux in September 2019.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[IDE cross-platform]]></title>
            <link>https://vhdplus.com/blog/2019/06/12/blog-post</link>
            <guid>/2019/06/12/blog-post</guid>
            <pubDate>Wed, 12 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[We are currently working on a cross platform version of the VHDPlus IDE which was recently windows only.]]></description>
            <content:encoded><![CDATA[<p>We are currently working on a cross platform version of the VHDPlus IDE which was recently windows only.
It will feature a visual studio like docking system, real time error checking, programming suggestions, simulation assist and much more useful features.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="vhdp-ide-preview">VHDP IDE Preview<a class="hash-link" href="#vhdp-ide-preview" title="Direct link to heading">​</a></h2><p><img loading="lazy" alt="IDE Screenshot" src="/assets/images/IDE-82dead82b659e313e82c60d395eac5ab.PNG" width="1920" height="1035" class="img_ev3q"></p><p>We are planning on releasing the first BETA for Windows and Linux soon.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="mac-os-support">MAC OS Support<a class="hash-link" href="#mac-os-support" title="Direct link to heading">​</a></h2><p>Since the VHDPlus IDE is created with <a href="https://github.com/AvaloniaUI/Avalonia" target="_blank" rel="noopener noreferrer">Avalonia</a>, it could run on MAC OS. But in order to compile and program our boards we rely on <a href="https://www.intel.com/content/www/us/en/programmable/downloads/download-center.html" target="_blank" rel="noopener noreferrer">Quartus</a> from Intel. Sadly, there is no support for MAC OS at the moment.</p><p>We could potentially release a version for MAC OS, which would allow programming VHDP and translating to VHDL but not compiling to bitstream.
If you are interested in a restricted MAC OS version of our IDE, please write a mail to <a href="mailto:info@vhdplus.com" target="_blank" rel="noopener noreferrer"></a><a href="mailto:info@vhdplus.com" target="_blank" rel="noopener noreferrer">info@vhdplus.com</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[VHDP Website]]></title>
            <link>https://vhdplus.com/blog/2019/04/23/blog-post</link>
            <guid>/2019/04/23/blog-post</guid>
            <pubDate>Tue, 23 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[Welcome! This area will be used for release notes, updates and other important stuff in the future!]]></description>
            <content:encoded><![CDATA[<p>Welcome! This area will be used for release notes, updates and other important stuff in the future!</p>]]></content:encoded>
        </item>
    </channel>
</rss>