3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 03:35:40 +00:00

symfpu: Run pre-commit

This commit is contained in:
Krystine Sherwin 2026-07-15 14:56:11 +12:00
parent 6730b3ec54
commit 9dd5c3a6a4
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -119,7 +119,7 @@ module edges(input clk);
wire lhs_norm = b_is_1 ? a_norm : b_norm;
wire lhs_subnorm = b_is_1 ? a_subnorm : b_subnorm;
wire lhs_finite = b_is_1 ? a_finite : b_finite;
wire rhs_sign = c_sign;
wire [30:0] rhs_unsigned = c_unsigned;
wire [7:0] rhs_exp = c_exp;