mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix FLI to support quads
This commit is contained in:
parent
32c102d89a
commit
3db5b6d9a9
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# check for warnings in Verilog code
|
||||
# The verilator lint tool is faster and better than Modelsim so it is best to run this first.
|
||||
# The verilator lint tool is faster and better than Questa so it is best to run this first.
|
||||
export PATH=$PATH:/usr/local/bin/
|
||||
verilator=`which verilator`
|
||||
|
||||
|
@ -175,7 +175,7 @@ module fli import cvw::*; #(parameter cvw_t P) (
|
||||
////////////////////////////
|
||||
|
||||
if (P.Q_SUPPORTED) begin
|
||||
logic [63:0] QImm;
|
||||
logic [127:0] QImm;
|
||||
always_comb begin
|
||||
case(Rs1)
|
||||
0: QImm = 128'hBFFF0000000000000000000000000000;
|
||||
|
Loading…
Reference in New Issue
Block a user