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;
|
logic l1clk;
|
||||||
|
|
||||||
`ifdef RV_FPGA_OPTIMIZE
|
`ifdef RV_FPGA_OPTIMIZE
|
||||||
|
|
||||||
|
`ifndef PHYSICAL
|
||||||
begin: genblock
|
begin: genblock
|
||||||
|
`endif
|
||||||
rvdffs #(WIDTH) dff ( .* );
|
rvdffs #(WIDTH) dff ( .* );
|
||||||
|
`ifndef PHYSICAL
|
||||||
end
|
end
|
||||||
|
`endif
|
||||||
|
|
||||||
`else
|
`else
|
||||||
|
|
||||||
`ifndef PHYSICAL
|
`ifndef PHYSICAL
|
||||||
|
|
Loading…
Reference in New Issue