mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed formatting
This commit is contained in:
parent
811e2fd94c
commit
01fc7c5284
@ -58,7 +58,7 @@ module specialcase import cvw::*; #(parameter cvw_t P) (
|
||||
input logic CvtResUf, // does the convert result underflow
|
||||
input logic [P.XLEN+1:0] CvtNegRes, // the possibly negated of the integer result
|
||||
// outputs
|
||||
output logic [P.FLEN-1:0] PostProcRes,// final result
|
||||
output logic [P.FLEN-1:0] PostProcRes, // final result
|
||||
output logic [P.XLEN-1:0] FCvtIntRes // final integer result
|
||||
);
|
||||
|
||||
@ -290,7 +290,6 @@ module specialcase import cvw::*; #(parameter cvw_t P) (
|
||||
if(Xs&~NaNIn) OfIntRes = {P.XLEN{1'b0}}; // unsigned negitive
|
||||
else OfIntRes = {P.XLEN{1'b1}}; // unsigned positive
|
||||
|
||||
|
||||
// select the integer output
|
||||
// - if the input is invalid (out of bounds NaN or Inf) then output overflow res
|
||||
// - if the input underflows
|
||||
|
Loading…
Reference in New Issue
Block a user