<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blogs on 32954&#39;s Blog</title>
    <link>https://32954.digital/blog/</link>
    <description>Recent content in Blogs on 32954&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>email@32954.digital (32954)</managingEditor>
    <webMaster>email@32954.digital (32954)</webMaster>
    <lastBuildDate>Tue, 04 Nov 2025 16:05:54 +0200</lastBuildDate>
    <atom:link href="https://32954.digital/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>VHDL Environment Setup</title>
      <link>https://32954.digital/blog/2025/11/04/vhdl-environment-setup/</link>
      <pubDate>Tue, 04 Nov 2025 16:05:54 +0200</pubDate><author>email@32954.digital (32954)</author>
      <guid>https://32954.digital/blog/2025/11/04/vhdl-environment-setup/</guid>
      <description>&lt;h1 id=&#34;setting-up-a-vhdl-development-environment-on-ubuntu--windows&#34;&gt;Setting Up a VHDL Development Environment on Ubuntu &amp;amp; Windows&lt;/h1&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In this blog, I&amp;rsquo;m going to show how to set up a VHDL development environment on both Ubuntu and Windows.&lt;br&gt;&#xA;I&amp;rsquo;m going to use only open-source software. Of course, for synthesis and uploading to actual hardware, you&amp;rsquo;ll need to use the corresponding proprietary tools.&lt;br&gt;&#xA;The purpose of this blog is to help beginners, but also to serve as my own reference so that when I&amp;rsquo;m setting up a new environment, I don&amp;rsquo;t have to figure out the process all over again.&lt;br&gt;&#xA;I&amp;rsquo;ll update this post with new or better tools and configurations as I find them. You can find the last update date at the bottom of this page.&lt;br&gt;&#xA;This is the setup I personally use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Binary to 7segment</title>
      <link>https://32954.digital/blog/2021/06/19/binary-to-7segment/</link>
      <pubDate>Sat, 19 Jun 2021 16:20:51 +0200</pubDate><author>email@32954.digital (32954)</author>
      <guid>https://32954.digital/blog/2021/06/19/binary-to-7segment/</guid>
      <description>&lt;h2 id=&#34;generic-binary-to-7segment&#34;&gt;Generic binary to 7segment&lt;/h2&gt;&#xA;&lt;p&gt;This post is about my GitLab project &lt;a href=&#34;https://gitlab.com/32954/binary-to-7segment&#34; target=&#34;_blank&#34; rel=&#34;noopener noreffer &#34;&gt;Binary to 7segment&lt;/a&gt;.&#xA;It&amp;rsquo;s a generic 7-segment display driver constructed like image below, as its name implies it&amp;rsquo;s going to take N-bit binary and output 7-segment equivalent numbers by multiplexing each segment automatically.&lt;/p&gt;&#xA;&lt;p&gt;You must set number of bits in binary input (&lt;code&gt;BINARY_WIDTH&lt;/code&gt;) and number of 7-segment display digits (&lt;code&gt;DISPLAY_NUMBER&lt;/code&gt;) and whether it is common anode or not (&lt;code&gt;COMMON_ANODE&lt;/code&gt;).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
