This website requires JavaScript.
Explore
Help
Register
Sign in
libre-chip
/
fayalite
Watch
3
Star
0
Fork
You've already forked fayalite
3
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Labels
Milestones
New pull request
0 Open
70 Closed
70 All
Label
Show archived labels
Use
alt
+
click/enter
to exclude labels
All labels
No label
Milestone
All milestones
No milestones
Project
All projects
No project
Author
All authors
Assignee
All assignees
No assignee
HaeckseAlex
cesar
postmaster
programmerjake
Sort
Relevance
Newest
Oldest
Recently updated
Least recently updated
Most commented
Least commented
Nearest due date
Farthest due date
0 Open
70 Closed
70 All
Label
Clear labels
Milestone
No milestone
Projects
Clear projects
Assignee
Clear assignees
No assignee
HaeckseAlex
cesar
postmaster
programmerjake
sim: properly update all VCD wires when they share simulation state
All checks were successful
/ test (pull_request)
Successful in 4m8s
Details
/ test (push)
Successful in 4m42s
Details
#73
by
programmerjake
was merged
2026-05-06 04:22:21 +00:00
master
redo
#[hdl(sim)]
match/let destructuring to support matching values of type
Type::SimValue
All checks were successful
/ test (pull_request)
Successful in 7m17s
Details
/ test (push)
Successful in 4m42s
Details
#72
by
programmerjake
was merged
2026-05-04 06:33:29 +00:00
master
implement
#[hdl(cmp_eq)]
for enums and use it for
HdlOption
, also implement conversions <->
Option
All checks were successful
/ test (pull_request)
Successful in 4m6s
Details
/ test (push)
Successful in 4m40s
Details
#71
by
programmerjake
was merged
2026-05-02 01:55:41 +00:00
master
add support for custom debug/display formatting of #[hdl] structs/enums
All checks were successful
/ test (pull_request)
Successful in 4m6s
Details
/ test (push)
Successful in 4m41s
Details
#70
by
programmerjake
was merged
2026-05-01 06:18:30 +00:00
master
sim: Speed up updating traces by tracking which traces are written to
All checks were successful
/ test (pull_request)
Successful in 4m10s
Details
/ test (push)
Successful in 4m47s
Details
#69
by
programmerjake
was merged
2026-05-01 02:18:39 +00:00
master
change vcd output to have module contents under instance's name, more closely matching how it works in verilog
All checks were successful
/ test (pull_request)
Successful in 4m18s
Details
/ test (push)
Successful in 4m54s
Details
#68
by
programmerjake
was merged
2026-03-27 02:19:16 +00:00
master
sim/compiler: fix registers so they properly retain their old value when not written
All checks were successful
/ test (pull_request)
Successful in 7m59s
Details
/ test (push)
Successful in 5m3s
Details
#67
by
programmerjake
was merged
2026-03-25 06:43:44 +00:00
master
make sure rust-src is always available and update ui test's expected output to match
All checks were successful
/ test (pull_request)
Successful in 4m20s
Details
/ test (push)
Successful in 4m57s
Details
#66
by
programmerjake
was merged
2026-03-18 03:54:42 +00:00
master
change VCD id generation to be based on hashing the path, making them better for git diff
Some checks failed
/ test (pull_request)
Successful in 7m51s
Details
/ test (push)
Failing after 5m18s
Details
#65
by
programmerjake
was merged
2026-02-24 04:18:26 +00:00
master
Run Rocq tests.
All checks were successful
/ test (pull_request)
Successful in 8m7s
Details
/ test (push)
Successful in 4m58s
Details
2
#64
by
cesar
was merged
2026-03-31 00:22:46 +00:00
master
1 approval
speed up simulation by optimizing SimulationImpl::read_traces
All checks were successful
/ test (pull_request)
Successful in 4m22s
Details
/ test (push)
Successful in 5m24s
Details
#63
by
programmerjake
was merged
2026-02-04 23:47:09 +00:00
master
speed up LazyInterned
All checks were successful
/ test (pull_request)
Successful in 4m28s
Details
/ test (push)
Successful in 5m32s
Details
#62
by
programmerjake
was merged
2026-02-04 02:11:57 +00:00
master
speed up interning
All checks were successful
/ test (pull_request)
Successful in 4m8s
Details
/ test (push)
Successful in 4m44s
Details
#61
by
programmerjake
was merged
2026-02-03 01:58:52 +00:00
master
don't compare function pointers -- they're non-deterministic
All checks were successful
/ test (pull_request)
Successful in 4m5s
Details
/ test (push)
Successful in 4m36s
Details
#60
by
programmerjake
was merged
2026-01-12 11:19:58 +00:00
master
Formally define design safety, and prove it for 1-step and 2-step induction
All checks were successful
/ test (pull_request)
Successful in 4m8s
Details
/ test (push)
Successful in 4m35s
Details
2
#59
by
cesar
was merged
2025-12-24 20:09:11 +00:00
master
1 approval
simplify SimValue Debug format, making complex structures much easier to read
All checks were successful
/ test (pull_request)
Successful in 3m55s
Details
/ test (push)
Successful in 4m30s
Details
#58
by
programmerjake
was merged
2025-12-15 05:03:58 +00:00
master
add FillInDefaultedGenerics<Type = Self> bound for SizeType
All checks were successful
/ test (pull_request)
Successful in 3m56s
Details
/ test (push)
Successful in 4m26s
Details
#57
by
programmerjake
was merged
2025-12-11 04:27:55 +00:00
master
Initial work on representing HDL and formal verification in Rocq.
All checks were successful
/ test (pull_request)
Successful in 4m4s
Details
/ test (push)
Successful in 4m39s
Details
1
#56
by
cesar
was merged
2025-12-09 16:34:36 +00:00
master
support operations directly on SimValue, UIntValue, and SIntValue, and shared references to those
All checks were successful
/ test (pull_request)
Successful in 3m59s
Details
/ test (push)
Successful in 4m38s
Details
#55
by
programmerjake
was merged
2025-11-24 08:22:49 +00:00
master
support Rust's default binding modes when destructuring with #[hdl(sim)] let/match
All checks were successful
/ test (pull_request)
Successful in 4m47s
Details
/ test (push)
Successful in 5m25s
Details
#54
by
programmerjake
was merged
2025-11-14 08:27:17 +00:00
master
First
Previous
1
2
3
4
Next
Last