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
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 }}
tux3
/
bubbly
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 20, 2025
test_rs: Use proc macro attribute to define trap handlers
Show description for c04dc9b
tux3
committed
c04dc9b
View commit details
Copy full SHA for c04dc9b
Browse repository at this point
Rust test for switching between M and U modes
tux3
committed
63e2be5
View commit details
Copy full SHA for 63e2be5
Browse repository at this point
exec_system: Fix missing checks for WFI in U mode
Show description for abc705b
tux3
committed
abc705b
View commit details
Copy full SHA for abc705b
Browse repository at this point
Makefile: Remove # commands for empty targets
tux3
committed
9567e6b
View commit details
Copy full SHA for 9567e6b
Browse repository at this point
Default test makefile target now also runs test_rs
tux3
committed
8797d0b
View commit details
Copy full SHA for 8797d0b
Browse repository at this point
Fix test_rs start files to use a naked start function
Show description for edb5edb
tux3
committed
edb5edb
View commit details
Copy full SHA for edb5edb
Browse repository at this point
test_rs: Save waveforms under different filename per test
tux3
committed
5322161
View commit details
Copy full SHA for 5322161
Browse repository at this point
axi4lite_tohost: Buffer and output line-by-line
Show description for 875d49f
tux3
committed
875d49f
View commit details
Copy full SHA for 875d49f
Browse repository at this point
Use test_soc in test_rs and add debug_println function
tux3
committed
2ea90b9
View commit details
Copy full SHA for 2ea90b9
Browse repository at this point
Add test_soc optimized for running C/Rust tests in simulator
Show description for 3efb074
tux3
committed
3efb074
View commit details
Copy full SHA for 3efb074
Browse repository at this point
Basic AXI4-Lite tohost device, implementing only text output
tux3
committed
c84a064
View commit details
Copy full SHA for c84a064
Browse repository at this point
Fix exec_div_log2 unique if QuestaSim warning
Show description for 04d6972
tux3
committed
04d6972
View commit details
Copy full SHA for 04d6972
Browse repository at this point
Update edalize build to use uv and pyproject
tux3
committed
675cc23
View commit details
Copy full SHA for 675cc23
Browse repository at this point
High-level Rust tests using fail/success GPIO signals
tux3
committed
d04a4f0
View commit details
Copy full SHA for d04a4f0
Browse repository at this point
Commits on Apr 15, 2025
Rename riscv-tests -> riscv_tests
tux3
committed
1812c7f
View commit details
Copy full SHA for 1812c7f
Browse repository at this point
Refactor xRET CSR update to be in csrs.sv, not exec_system.sv
Show description for c7493a4
tux3
committed
c7493a4
View commit details
Copy full SHA for c7493a4
Browse repository at this point
Set MPP to USER on xRET (USER is the smallest supported)
tux3
committed
98317ec
View commit details
Copy full SHA for 98317ec
Browse repository at this point
Allow MPP to hold values lower than MACHINE
Show description for e84e611
tux3
committed
e84e611
View commit details
Copy full SHA for e84e611
Browse repository at this point
Update current privilege mode (to M) on trap
tux3
committed
f639a7f
View commit details
Copy full SHA for f639a7f
Browse repository at this point
Check CSR access against current privilege level
Show description for 1e2cf98
tux3
committed
1e2cf98
View commit details
Copy full SHA for 1e2cf98
Browse repository at this point
Fix csr is_read_instr typo, condition was always true
tux3
committed
d51e618
View commit details
Copy full SHA for d51e618
Browse repository at this point
Set mstatus.TW=1 and raise exception on WFI instruction in U mode
Show description for 8cd87fc
tux3
committed
8cd87fc
View commit details
Copy full SHA for 8cd87fc
Browse repository at this point
Commits on Apr 13, 2025
Update Rust code for new nightly changes, enable Zba target-feature
tux3
committed
93c46a9
View commit details
Copy full SHA for 93c46a9
Browse repository at this point
Implement Zba, completing our support for the Bitmanip B extension
tux3
committed
4bc565c
View commit details
Copy full SHA for 4bc565c
Browse repository at this point
Makefile to run the RISC-V Compatibility Framework riscv-arch-tests
Show description for bc53760
tux3
committed
bc53760
View commit details
Copy full SHA for bc53760
Browse repository at this point
EBREAK should set mtval to the instruction virtual address
tux3
committed
542729c
View commit details
Copy full SHA for 542729c
Browse repository at this point
Fix AMO .W instructions to properly ignore high bits
tux3
committed
264a6de
View commit details
Copy full SHA for 264a6de
Browse repository at this point
Fix rs1_mul_sign/rs2_mul_sign ignoring exec bypass
Show description for f688e1c
tux3
committed
f688e1c
View commit details
Copy full SHA for f688e1c
Browse repository at this point
Decompress: Fix handling of C.ADD HINT (rd = 0)
Show description for c4b153e
tux3
committed
c4b153e
View commit details
Copy full SHA for c4b153e
Browse repository at this point
SRLW/SRLIW: Fix edge-case of sign-extending zero-shifted signed input
Show description for 0a44424
tux3
committed
0a44424
View commit details
Copy full SHA for 0a44424
Browse repository at this point
exec_div: Turn unique if into unique0, since it fallbacks into 'x
Show description for b79052f
tux3
committed
b79052f
View commit details
Copy full SHA for b79052f
Browse repository at this point
Plugin to run riscv-arch-tests through a QuestaSim testbench
tux3
committed
f019883
View commit details
Copy full SHA for f019883
Browse repository at this point
basic_cache: Fix typo that made cache 2x smaller than intended
tux3
committed
3a74dc8
View commit details
Copy full SHA for 3a74dc8
Browse repository at this point
Take memory init file for axi4lite_sram in testbenches
tux3
committed
bc9eedb
View commit details
Copy full SHA for bc9eedb
Browse repository at this point
basic_soc: Parametrize axi4lite SRAM size
tux3
committed
102a39f
View commit details
Copy full SHA for 102a39f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.