mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 05:17:20 -04:00
Fix testfloat testbench to work properly with parameters
This commit is contained in:
parent
b342e15c07
commit
58e7be2338
1 changed files with 2 additions and 2 deletions
|
@ -1000,7 +1000,7 @@ module testbenchfp;
|
|||
endmodule
|
||||
|
||||
|
||||
module readvectors (
|
||||
module readvectors import cvw::*; #(parameter cvw_t P) (
|
||||
input logic clk,
|
||||
input logic [P.FLEN*4+7:0] TestVector,
|
||||
input logic [P.FMTBITS-1:0] ModFmt,
|
||||
|
@ -1026,7 +1026,7 @@ module readvectors (
|
|||
);
|
||||
|
||||
localparam Q_LEN = 32'd128;
|
||||
`include "parameter-defs.vh"
|
||||
//`include "parameter-defs.vh"
|
||||
|
||||
logic XEn;
|
||||
logic YEn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue