fix synthesis syntax in rvdffe in beh_lib.sv
This commit is contained in:
parent
0dacc978da
commit
1cf98e765d
|
@ -144,9 +144,15 @@ module rvdffe #( parameter WIDTH=1 )
|
|||
logic l1clk;
|
||||
|
||||
`ifdef RV_FPGA_OPTIMIZE
|
||||
|
||||
`ifndef PHYSICAL
|
||||
begin: genblock
|
||||
`endif
|
||||
rvdffs #(WIDTH) dff ( .* );
|
||||
`ifndef PHYSICAL
|
||||
end
|
||||
`endif
|
||||
|
||||
`else
|
||||
|
||||
`ifndef PHYSICAL
|
||||
|
|
Loading…
Reference in New Issue