Explorar el Código

Transférer les fichiers vers ''

tb files
dev
Lilian RM hace 3 años
padre
commit
ac48b37668
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      coeff.vhd

+ 6
- 0
coeff.vhd Ver fichero

@@ -0,0 +1,6 @@
library ieee;
USE ieee.std_logic_1164.all;
USE work.General_Includes.all;
package coeff is
CONSTANT fir_coeffs_generated : vect_fir_coeffs_in := (X"02",X"00",X"00",X"00",X"00",X"00",X"00",X"ff",X"ff",X"ff",X"fe",X"fe",X"fe",X"fe",X"fe",X"fe",X"fe",X"fe",X"ff",X"ff");
end package coeff;

Cargando…
Cancelar
Guardar