mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update extend.sv
Program clean up
This commit is contained in:
parent
1d24a9c912
commit
304adcb9b0
@ -30,7 +30,7 @@
|
|||||||
module extend #(parameter XLEN, A_SUPPORTED) (
|
module extend #(parameter XLEN, A_SUPPORTED) (
|
||||||
input logic [31:7] InstrD, // All instruction bits except opcode (lower 7 bits)
|
input logic [31:7] InstrD, // All instruction bits except opcode (lower 7 bits)
|
||||||
input logic [2:0] ImmSrcD, // Select what kind of extension to perform
|
input logic [2:0] ImmSrcD, // Select what kind of extension to perform
|
||||||
output logic [XLEN-1:0 ] ImmExtD); // Extended immediate
|
output logic [XLEN-1:0] ImmExtD); // Extended immediate
|
||||||
|
|
||||||
localparam [XLEN-1:0] undefined = {(XLEN){1'bx}}; // could change to 0 after debug
|
localparam [XLEN-1:0] undefined = {(XLEN){1'bx}}; // could change to 0 after debug
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user