3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-02 19:56:57 +00:00
Commit graph

12 commits

Author SHA1 Message Date
Krystine Sherwin
341cd563bd
Add symfpu -classify
Add description text for standard `symfpu` signature.
2026-02-24 15:19:50 +13:00
Krystine Sherwin
c2731b43a4
symfpu: Add altsqrt
No denormalization here.  That can be a problem for later (or not at all).
2026-02-21 17:08:35 +13:00
Krystine Sherwin
48cb1d10b1
symfpu: Add alt2div
`altdiv` but without denormalization, because as it turns out HardFloat unpacks subnorms in the same way, so lets just support both styles.
2026-02-20 15:49:38 +13:00
Krystine Sherwin
f39427f40a
symfpu: Add altdiv 2026-02-20 14:01:49 +13:00
Krystine Sherwin
1cd3fd5090
symfpu: Dynamic rounding mode 2026-01-28 16:34:51 +13:00
Krystine Sherwin
0c8b0f0868
symfpu: Tidying output
Also switching to cleaner library branch
2026-01-24 10:34:36 +13:00
Krystine Sherwin
88e6305849
symfpu: floatWithStatusFlags
Now with verified muladd exceptions.
2026-01-21 18:32:07 +13:00
Krystine Sherwin
9db187469d
symfpu: Configurable rounding modes
Including tests, but currently only testing rounding modes on multiply.
Also missing the ...01 case.
2026-01-20 18:18:15 +13:00
Krystine Sherwin
d26aa0e31d
symfpu: Add flags
Use symfpu fork.
Add tests for symfpu properties and extra edge case checking for flags.
2026-01-17 17:32:43 +13:00
Krystine Sherwin
2a76d8f7a9
symfpu: Configurable op 2026-01-14 07:48:40 +13:00
Krystine Sherwin
474df05e8a
symfpu: Configurable eb and sb 2026-01-12 11:09:35 +13:00
Jannis Harder
288f805da4 wip: symfpu pass 2025-12-09 15:22:35 +01:00