mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed xilinx synth error with $error in extend.sv
This commit is contained in:
parent
c949764a44
commit
9ea34e390a
@ -49,7 +49,9 @@ module extend (
|
||||
else ExtImmD = undefined;
|
||||
default: begin
|
||||
ExtImmD = undefined; // undefined
|
||||
// synthesis translate_off
|
||||
$error("Invalid ImmSrcD in extend");
|
||||
// synthesis translate_on
|
||||
end
|
||||
endcase
|
||||
endmodule
|
||||
|
Loading…
Reference in New Issue
Block a user