FPU float<->int conversion optimization
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
`timescale 1ns/1ns
|
||||
`include "VX_generic_queue.v"
|
||||
`include "VX_fifo_queue.v"
|
||||
|
||||
`define check(x, y) if ((x == y) !== 1) if ((x == y) === 0) $error("x=%h, expected=%h", x, y); else $warning("x=%h, expected=%h", x, y)
|
||||
|
||||
@@ -14,7 +14,7 @@ module testbench();
|
||||
wire full;
|
||||
wire empty;
|
||||
|
||||
VX_generic_queue #(
|
||||
VX_fifo_queue #(
|
||||
.DATAW(4),
|
||||
.SIZE(4)
|
||||
) dut (
|
||||
|
||||
Reference in New Issue
Block a user