Changeset 72 for PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v1.00/PE.vhd
- Timestamp:
- Jan 6, 2014, 3:16:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v1.00/PE.vhd
r70 r72 135 135 HT_task:HT_process generic map(Task_id =>DestId) 136 136 port map ( 137 clk=>clk _ht,137 clk=>clk, 138 138 reset=>reset, 139 139 en=>en_task, … … 159 159 ram_we<= Core_ram_we; 160 160 ram_din <= Core_ram_data_in; 161 pe_ram_do<=(others=>' -');161 pe_ram_do<=(others=>'0'); 162 162 Core_ram_data_out<=ram_do; 163 163 … … 169 169 ram_we<= pe_ram_we; 170 170 ram_din <=pe_ram_din; 171 Core_ram_data_out<=(others=>' -');171 Core_ram_data_out<=(others=>'0'); 172 172 pe_ram_do<=ram_do; 173 173 end case ;
Note: See TracChangeset
for help on using the changeset viewer.