diff --git a/design/lib/beh_lib.sv b/design/lib/beh_lib.sv index 2a6ddc1..f79aba7 100644 --- a/design/lib/beh_lib.sv +++ b/design/lib/beh_lib.sv @@ -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