3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 10:25:19 +00:00

Wrap arrival functions inside `YOSYS too

This commit is contained in:
Eddie Hung 2020-01-06 11:55:56 -08:00
parent 27c150bfcc
commit 28bf712372

View file

@ -2241,6 +2241,7 @@ module DSP48E1 (
parameter [4:0] IS_INMODE_INVERTED = 5'b0;
parameter [6:0] IS_OPMODE_INVERTED = 7'b0;
`ifdef YOSYS
function integer \DSP48E1.P_arrival ;
begin
\DSP48E1.P_arrival = 0;
@ -2309,6 +2310,7 @@ module DSP48E1 (
// $error("Invalid DSP48E1 configuration");
end
endfunction
`endif
initial begin
`ifndef YOSYS