Ignore:
Timestamp:
Jan 6, 2014, 3:16:44 PM (10 years ago)
Author:
rolagamo
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v1.00/PE.vhd

    r70 r72  
    135135        HT_task:HT_process generic map(Task_id =>DestId)
    136136        port map (
    137         clk=>clk_ht,
     137        clk=>clk,
    138138        reset=>reset,
    139139        en=>en_task,
     
    159159                ram_we<= Core_ram_we;
    160160                ram_din <= Core_ram_data_in;
    161                 pe_ram_do<=(others=>'-');
     161                pe_ram_do<=(others=>'0');
    162162                Core_ram_data_out<=ram_do;
    163163               
     
    169169                ram_we<= pe_ram_we;
    170170                ram_din <=pe_ram_din;
    171                 Core_ram_data_out<=(others=>'-');
     171                Core_ram_data_out<=(others=>'0');
    172172                pe_ram_do<=ram_do;
    173173end case ;
Note: See TracChangeset for help on using the changeset viewer.