TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: VHDL arbiters tutorial – Three parts

1 pointsby chclauover 2 years ago
https:&#x2F;&#x2F;fpgaer.tech&#x2F;?p=533 - Part 1, what is an arbiter?<p>https:&#x2F;&#x2F;fpgaer.tech&#x2F;?p=542 - Part 2, implementing and testing a fixed-priority arbiter<p>https:&#x2F;&#x2F;fpgaer.tech&#x2F;?p=622 - Part 3, Round-robin VHDL arbiter, code and testbench

1 comment

chclauover 2 years ago
All the sources for the designs and testbenches were tested on Vivado and are available at GitHub. For the generic implementations I used unconstrained ports, which gives much simpler and compact code than using generic parameters.<p>The implementation of the round-robin arbiter uses a very clever and (again) compact algorithm.