Skip to content

Commit

Permalink
update 392a0c7
Browse files Browse the repository at this point in the history
  • Loading branch information
GHA committed Oct 18, 2024
0 parents commit 2683427
Show file tree
Hide file tree
Showing 290 changed files with 43,155 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
198 changes: 198 additions & 0 deletions articles/10/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
<!DOCTYPE html>
<html lang="en">





<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
VHDL News

|

Learning FPGA programming, key points for a software developer


</title>
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css">
<link rel="stylesheet" href='https://vhdl.github.io/news/css/site.min.16a629ea56c3ee808789953755273e5473351c8e106c78b293ea8d3c52b863f34b141720880a8d90e1f3ae7e144c0d783408f3c34ea51aabdadcd1da566e657b.css' integrity='sha512-FqYp6lbD7oCHiZU3VSc&#43;VHM1HI4QbHiyk&#43;qNPFK4Y/NLFBcgiAqNkOHzrn4UTA14NAjzw06lGqva3NHaVm5lew=='>
<link rel="canonical" href="https://vhdl.github.io/news/articles/10/">
<link rel="alternate" type="application/rss&#43;xml" href="https://vhdl.github.io/news/index.xml" title="VHDL News">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="author" content="Open Source VHDL">
<meta name="description" content=" dev.to/targeted Learning FPGA programming, key points for a software developer (part 1, the time) Learning FPGA programming, key points for a software developer (part 2, registered logic) Learning FPGA programming, key points for a software developer (part 3, code patterns and inferred behavior) ">

<meta property="og:title" content="Learning FPGA programming, key points for a software developer" />
<meta property="og:description" content=" dev.to/targeted Learning FPGA programming, key points for a software developer (part 1, the time) Learning FPGA programming, key points for a software developer (part 2, registered logic) Learning FPGA programming, key points for a software developer (part 3, code patterns and inferred behavior) " />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://vhdl.github.io/news/articles/10/" />
<meta property="article:published_time" content="2020-09-01T16:45:34+00:00" />
<meta property="article:modified_time" content="2020-09-01T16:45:34+00:00" />


<link rel="apple-touch-icon" sizes="180x180" href="https://vhdl.github.io/news//img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://vhdl.github.io/news//img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://vhdl.github.io/news//img/favicon/favicon-16x16.png">
<link rel="manifest" href="https://vhdl.github.io/news//img/favicon/site.webmanifest">
<link rel="mask-icon" href="https://vhdl.github.io/news//img/favicon/safari-pinned-tab.svg" color="#000000">
<link rel="shortcut icon" href="https://vhdl.github.io/news//img/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="https://vhdl.github.io/news//img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body><nav class="navbar is-info" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="https://vhdl.github.io/news/">
<figure class="image">
<img alt="" title="VHDL News" src="https://vhdl.github.io/news//img/logo.svg">
</figure>&nbsp;
<b>VHDL News</b>
</a>

<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>

<div class="navbar-menu">
<div class="navbar-start">


<a class="navbar-item " href="/news/welcome/">
Welcome
</a>

<a class="navbar-item " href="/news/past/">
Past
</a>

<a class="navbar-item " href="/news/show/">
Show
</a>

<a class="navbar-item " href="/news/articles/">
Articles
</a>

<a class="navbar-item " href="/news/tools/">
Tools
</a>

<a class="navbar-item " href="/news/cores/">
Cores
</a>

</div>

<div class="navbar-end">

<a class="navbar-item " href="https://github.com/VHDL/news/issues/new/choose">
Submit
</a>



<a class="navbar-item" href="https://github.com/VHDL/news" rel="noopener" target="_blank">
<span class="icon">
<i class="mdi mdi-github mdi-18px"></i>
</span>
</a>


<a class="navbar-item" href="https://vhdl.github.io/news/index.xml" target="_blank">
<span class="icon">
<i class="mdi mdi-rss mdi-18px"></i>
</span>
</a>

</div>
</div>
</nav>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script>
$(document).ready(function() {
$(".navbar-burger").click(function() {
$(".navbar-burger").toggleClass("is-active");
$(".navbar-menu").toggleClass("is-active");
});
});
</script>

<section class="section" style="flex-grow: 1">
<div class="container is-fluid">
<div class="section">


<div class="entry">
<div>
<a
title="See details"
href="https://vhdl.github.io/news/articles/10/"
><i class="mdi mdi-magnify"></i></a>

<a href="https://dev.to/targeted/learning-fpga-programming-key-points-for-a-software-developer-18bf" class="title is-size-6">Learning FPGA programming, key points for a software developer</a>

<span>@eine</span>
</div>
<div class="is-7">
<a
title="Go to GitHub Issue"
href="https://github.com/VHDL/news/issues/10">
#10
<i class="mdi mdi-thumb-up"></i> 1
<i class="mdi mdi-comment-multiple"></i> 0
</a>
·
2020/09/01


·
<i>tags:</i> <a href="https://vhdl.github.io/news/tags/learning/">learning</a>, <a href="https://vhdl.github.io/news/tags/fpga/">fpga</a>, <a href="https://vhdl.github.io/news/tags/programming/">programming</a>

</div>

</div>



<div class="content is-medium">
<ul>
<li><a href="https://dev.to/targeted/">dev.to/targeted</a>
<ul>
<li><a href="https://dev.to/targeted/learning-fpga-programming-key-points-for-a-software-developer-18bf">Learning FPGA programming, key points for a software developer (part 1, the time) </a></li>
<li><a href="https://dev.to/targeted/learning-fpga-programming-key-points-for-a-software-developer-part-2-registered-logic-j3k">Learning FPGA programming, key points for a software developer (part 2, registered logic)</a></li>
<li><a href="https://dev.to/targeted/learning-fpga-programming-key-points-for-a-software-developer-part-3-code-patterns-and-inferred-behavior-1j28">Learning FPGA programming, key points for a software developer (part 3, code patterns and inferred behavior) </a></li>
</ul>
</li>
</ul>

</div>
</section>

</div>
</section><footer class="footer">
<div class="content has-text-centered">

<p class="is-size-7">

Generated with <a href="https://gohugo.io" target="_blank">Hugo</a>, with a theme based on <a href="https://github.com/orf/bare-hugo-theme" target="_blank">Bare Hugo</a> (built on top of <a href="https://bulma.io" target="_blank">Bulma</a>).


Site source code <a href="https://github.com/VHDL/news" target="_blank">available on Github</a>.

</p>
</div>
</footer>


</body>
</html>
186 changes: 186 additions & 0 deletions articles/13/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
<!DOCTYPE html>
<html lang="en">





<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
VHDL News

|

Open Source Formal Verification in VHDL


</title>
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css">
<link rel="stylesheet" href='https://vhdl.github.io/news/css/site.min.16a629ea56c3ee808789953755273e5473351c8e106c78b293ea8d3c52b863f34b141720880a8d90e1f3ae7e144c0d783408f3c34ea51aabdadcd1da566e657b.css' integrity='sha512-FqYp6lbD7oCHiZU3VSc&#43;VHM1HI4QbHiyk&#43;qNPFK4Y/NLFBcgiAqNkOHzrn4UTA14NAjzw06lGqva3NHaVm5lew=='>
<link rel="canonical" href="https://vhdl.github.io/news/articles/13/">
<link rel="alternate" type="application/rss&#43;xml" href="https://vhdl.github.io/news/index.xml" title="VHDL News">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="author" content="Open Source VHDL">
<meta name="description" content="">

<meta property="og:title" content="Open Source Formal Verification in VHDL" />
<meta property="og:description" content="" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://vhdl.github.io/news/articles/13/" />
<meta property="article:published_time" content="2020-09-07T09:57:20+00:00" />
<meta property="article:modified_time" content="2020-09-07T09:57:20+00:00" />


<link rel="apple-touch-icon" sizes="180x180" href="https://vhdl.github.io/news//img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://vhdl.github.io/news//img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://vhdl.github.io/news//img/favicon/favicon-16x16.png">
<link rel="manifest" href="https://vhdl.github.io/news//img/favicon/site.webmanifest">
<link rel="mask-icon" href="https://vhdl.github.io/news//img/favicon/safari-pinned-tab.svg" color="#000000">
<link rel="shortcut icon" href="https://vhdl.github.io/news//img/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="https://vhdl.github.io/news//img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body><nav class="navbar is-info" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="https://vhdl.github.io/news/">
<figure class="image">
<img alt="" title="VHDL News" src="https://vhdl.github.io/news//img/logo.svg">
</figure>&nbsp;
<b>VHDL News</b>
</a>

<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>

<div class="navbar-menu">
<div class="navbar-start">


<a class="navbar-item " href="/news/welcome/">
Welcome
</a>

<a class="navbar-item " href="/news/past/">
Past
</a>

<a class="navbar-item " href="/news/show/">
Show
</a>

<a class="navbar-item " href="/news/articles/">
Articles
</a>

<a class="navbar-item " href="/news/tools/">
Tools
</a>

<a class="navbar-item " href="/news/cores/">
Cores
</a>

</div>

<div class="navbar-end">

<a class="navbar-item " href="https://github.com/VHDL/news/issues/new/choose">
Submit
</a>



<a class="navbar-item" href="https://github.com/VHDL/news" rel="noopener" target="_blank">
<span class="icon">
<i class="mdi mdi-github mdi-18px"></i>
</span>
</a>


<a class="navbar-item" href="https://vhdl.github.io/news/index.xml" target="_blank">
<span class="icon">
<i class="mdi mdi-rss mdi-18px"></i>
</span>
</a>

</div>
</div>
</nav>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script>
$(document).ready(function() {
$(".navbar-burger").click(function() {
$(".navbar-burger").toggleClass("is-active");
$(".navbar-menu").toggleClass("is-active");
});
});
</script>

<section class="section" style="flex-grow: 1">
<div class="container is-fluid">
<div class="section">


<div class="entry">
<div>
<a
title="See details"
href="https://vhdl.github.io/news/articles/13/"
><i class="mdi mdi-magnify"></i></a>

<a href="http://pepijndevos.nl/2019/08/15/open-source-formal-verification-in-vhdl.html" class="title is-size-6">Open Source Formal Verification in VHDL</a>

<span>@Ahmad-Zaklouta</span>
</div>
<div class="is-7">
<a
title="Go to GitHub Issue"
href="https://github.com/VHDL/news/issues/13">
#13
<i class="mdi mdi-thumb-up"></i> 1
<i class="mdi mdi-comment-multiple"></i> 0
</a>
·
2020/09/07


</div>

</div>



<div class="content is-medium">

</div>
</section>

</div>
</section><footer class="footer">
<div class="content has-text-centered">

<p class="is-size-7">

Generated with <a href="https://gohugo.io" target="_blank">Hugo</a>, with a theme based on <a href="https://github.com/orf/bare-hugo-theme" target="_blank">Bare Hugo</a> (built on top of <a href="https://bulma.io" target="_blank">Bulma</a>).


Site source code <a href="https://github.com/VHDL/news" target="_blank">available on Github</a>.

</p>
</div>
</footer>


</body>
</html>
Loading

0 comments on commit 2683427

Please sign in to comment.