Claim PoC Library

Prove you control https://github.com/VHDL/PoC by committing a libfpga.yaml file to its default branch. That file then becomes your listing: edit it, and the registry re-syncs. No account required.

Quickest: sign in with GitHub

If this is a GitHub repo you can push to, sign in and we will confirm your write access, no file needed.

Claim with GitHub

We request read-only access to your public profile and check your permission on this one repository. We store neither a token nor your email.

Or: add a manifest file

Prefer not to sign in, or want the file to also drive your listing's metadata? Use the manifest method:

Create libfpga.yaml in the repository root on your default branch (main or master) with your verification token and your listing metadata:

libfpga.yaml
# --- your one-time verification token (keep this line) ---
libfpga_claim: lfpga-verify-fe6cd75e4abb558786f4412475893426

# --- your listing (all fields optional; edit freely later) ---
name: PoC Library
tagline: A VHDL IP library with arithmetic units: dividers, square root and prefix adders.
category: maths
license: Apache-2.0
languages: [vhdl]
interfaces: []
targets: [device-agnostic]
maturity: stable
tags: [arithmetic, divider, sqrt, vhdl, maths]
top: rtl/top.v            # optional: lets us run synthesis checks
testbench: tb/tb_top.v    # optional: lets us run your testbench
description: >
  A longer description of what your core does.

Your token is unique to this claim and unguessable. Anyone who can push to the repo can add it, which is exactly the proof we need. The verification badges cannot be set from the manifest: those are earned only by our toolchain actually running your code.

Verify

Once libfpga.yaml is committed and visible on your default branch, verify the claim:

After you claim

Your listing is marked claimed by you, and its metadata comes from your manifest from then on. Change a field, we pick it up on the next sync. A later phase runs our open toolchain against the top and testbench you declared and turns the pending markers into earned badges. Questions or trouble? Get in touch.