X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/4cf57e6db08da791233d75237f62e74bc88dd427..6e2b3026c6a496e81642c373796bd39dad33d2a6:/lib/implementations/rgb3sx8_to_ycbcr_3DSP_impl.xml diff --git a/lib/implementations/rgb3sx8_to_ycbcr_3DSP_impl.xml b/lib/implementations/rgb3sx8_to_ycbcr_3DSP_impl.xml index 3db4b59..e941579 100644 --- a/lib/implementations/rgb3sx8_to_ycbcr_3DSP_impl.xml +++ b/lib/implementations/rgb3sx8_to_ycbcr_3DSP_impl.xml @@ -13,7 +13,7 @@ - + component mult_accum port ( @{clk} : in std_logic; @@ -304,8 +304,6 @@ std_logic_vector(cb_dly1(7 downto 0)) when do_out_cb = '1' else std_logic_vector(cr(7 downto 0)) when do_out_cr = '1' else (others => '0'); @{ycbcr_out_enb} <= do_out_y or do_out_cb or do_out_cr; - -end rtl;