mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 13:57:07 -04:00
change undefined syntax in extend.sv
don't need verilator execption anymore
This commit is contained in:
parent
429f48e766
commit
6dd5c42d55
1 changed files with 1 additions and 3 deletions
|
@ -42,8 +42,6 @@ module extend (
|
|||
3'b011: ExtImmD = {{(`XLEN-20){InstrD[31]}}, InstrD[19:12], InstrD[20], InstrD[30:21], 1'b0};
|
||||
// U-type (lui, auipc)
|
||||
3'b100: ExtImmD = {{(`XLEN-31){InstrD[31]}}, InstrD[30:12], 12'b0};
|
||||
/* verilator lint_off WIDTH */
|
||||
default: ExtImmD = 'bx; // undefined
|
||||
/* verilator lint_on WIDTH */
|
||||
default: ExtImmD = {32{1'bx}}; // undefined
|
||||
endcase
|
||||
endmodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue