OpenCores
URL https://opencores.org/ocsvn/lateq/lateq/trunk

Subversion Repositories lateq

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /lateq
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

/trunk/hdl_various_types/src/ex1_proc.vhd
106,7 → 106,7
ex1_eq_mf_1: entity work.ex1_eq_mf
generic map (
LEQ_ID => "EQ1")
LEQ_ID => "LCEQ1")
port map (
in0 => din_int,
out0 => din_int_a,
181,7 → 181,7
-- of charge, and the weighted sum of charge
ex1_eq_calc_1: entity work.ex1_eq_calc
generic map (
LEQ_ID => "eqc1")
LEQ_ID => "LCEQ2")
port map (
in0 => s_position_b,
out0 => s_position_c,
/trunk/hdl_single_type/src/ex1_proc.vhd
111,7 → 111,7
 
ex1 : entity work.lateq
generic map (
LEQ_ID => "EQ1",
LEQ_ID => "LCEQ1",
NCHANS => C_N_CHANNELS+1
)
port map (
180,7 → 180,7
 
ex2 : entity work.lateq
generic map (
LEQ_ID => "eqc1",
LEQ_ID => "LCEQ2",
NCHANS => 3
)
port map (

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.