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
1556fb967d
commit
3517db6b64
@ -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