Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
OpenVAF
/
OpenVAF-Reloaded
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
31
Code
Issues
6
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
scorecard 9/9: arrays, laplace_nd, genvar/bus nodes, events, and indirect branch assignments (#80)
- #16
#16
Merged
Kreijstal
merged 20 commits into
mob
OpenVAF/OpenVAF-Reloaded:mob
from
scorecard
OpenVAF/OpenVAF-Reloaded:scorecard
Copy head branch name to clipboard
Jun 29, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
scorecard 9/9: arrays, laplace_nd, genvar/bus nodes, events, and indirect branch assignments (#80)
#16
Kreijstal
merged 20 commits into
mob
OpenVAF/OpenVAF-Reloaded:mob
from
scorecard
OpenVAF/OpenVAF-Reloaded:scorecard
Copy head branch name to clipboard
Commits
Commits on Jun 24, 2026
Add standalone VerilogA runner (openvaf-r --run)
Show description for 8bb27f4
Kreijstal
committed
8bb27f4
View commit details
Copy full SHA for 8bb27f4
Browse repository at this point
runner: also execute the analog body so @(initial_step) $strobe prints
Show description for 51e8654
Kreijstal
committed
51e8654
View commit details
Copy full SHA for 51e8654
Browse repository at this point
Point issue/crash-report URLs at the maintained fork (arpadbuermen/OpenVAF)
Show description for 7b40cdc
Kreijstal
committed
7b40cdc
View commit details
Copy full SHA for 7b40cdc
Browse repository at this point
Implement digital gate features: @(cross/timer) events + transition()
Show description for fee06b5
Kreijstal
committed
fee06b5
View commit details
Copy full SHA for fee06b5
Browse repository at this point
parser: don't panic on unsupported module-port syntax
Show description for 3b32c8d
Kreijstal
committed
3b32c8d
View commit details
Copy full SHA for 3b32c8d
Browse repository at this point
Arrays/indexing: grammar + HIR plumbing (foundation for scorecard 9/9)
Show description for c73a4ee
Kreijstal
committed
c73a4ee
View commit details
Copy full SHA for c73a4ee
Browse repository at this point
Arrays: const-eval array dimensions (real x[a:b] -> Type::Array)
Show description for 811752e
Kreijstal
committed
811752e
View commit details
Copy full SHA for 811752e
Browse repository at this point
Arrays: element read/write lowering (const + runtime index) + two bug fixes
Show description for 32f9d5c
Kreijstal
committed
32f9d5c
View commit details
Copy full SHA for 32f9d5c
Browse repository at this point
laplace_nd: state-space realization -> Butterworth filter compiles (8/9)
Show description for 6d64803
Kreijstal
committed
6d64803
View commit details
Copy full SHA for 6d64803
Browse repository at this point
genvar + bus nodes: RC ladder compiles -> scorecard 9/9
Show description for 31c632e
Kreijstal
committed
31c632e
View commit details
Copy full SHA for 31c632e
Browse repository at this point
transition(): continuous slew-limited realization (Level-2)
Show description for 1eb16da
Kreijstal
committed
1eb16da
View commit details
Copy full SHA for 1eb16da
Browse repository at this point
@(cross) state retention: cross-timestep latch state via prev_state/next_state
Show description for 39c657f
Kreijstal
committed
39c657f
View commit details
Copy full SHA for 39c657f
Browse repository at this point
transition(): accept real first argument
Show description for b3bc1ef
Kreijstal
committed
b3bc1ef
View commit details
Copy full SHA for b3bc1ef
Browse repository at this point
Commits on Jun 25, 2026
tests: behavioral regression tests for arrays and @(cross) retention
Show description for df8ea39
Kreijstal
committed
df8ea39
View commit details
Copy full SHA for df8ea39
Browse repository at this point
laplace_nd: widen integer coefficient literals to real (fixes compiler panic)
Show description for 86ae31d
Kreijstal
committed
86ae31d
View commit details
Copy full SHA for 86ae31d
Browse repository at this point
vector ports: support ranged port declarations (input [0:3] in)
Show description for 47c97a9
Kreijstal
committed
47c97a9
View commit details
Copy full SHA for 47c97a9
Browse repository at this point
retained @(cross): support real-typed and array variables
Show description for 9015777
Kreijstal
committed
9015777
View commit details
Copy full SHA for 9015777
Browse repository at this point
indirect branch assignments (V(out) : f(...) == 0)
Show description for 942eeb7
Kreijstal
committed
942eeb7
View commit details
Copy full SHA for 942eeb7
Browse repository at this point
Commits on Jun 26, 2026
sim_back: skip None outputs in compute_outputs (fixes #10)
Show description for d10dd4e
Kreijstal
committed
d10dd4e
View commit details
Copy full SHA for d10dd4e
Browse repository at this point
Commits on Jun 28, 2026
Implement absdelay support
Kreijstal
committed
eb8ec72
View commit details
Copy full SHA for eb8ec72
Browse repository at this point
You can’t perform that action at this time.