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:
parent
6730b3ec54
commit
9dd5c3a6a4
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue