@@ -45,12 +45,12 USE lpp.general_purpose.ALL; | |||
|
45 | 45 | USE lpp.lpp_lfr_management.ALL; |
|
46 | 46 | USE lpp.lpp_leon3_soc_pkg.ALL; |
|
47 | 47 | |
|
48 | library proasic3l; | |
|
49 | use proasic3l.all; | |
|
48 | --library proasic3l; | |
|
49 | --use proasic3l.all; | |
|
50 | 50 | |
|
51 | 51 | ENTITY LFR_EQM IS |
|
52 | GENERIC ( | |
|
53 | Mem_use : INTEGER := use_RAM); | |
|
52 | --GENERIC ( | |
|
53 | -- Mem_use : INTEGER := use_RAM); | |
|
54 | 54 | |
|
55 | 55 | PORT ( |
|
56 | 56 | clk50MHz : IN STD_ULOGIC; |
@@ -197,8 +197,8 BEGIN -- beh | |||
|
197 | 197 | -- |
|
198 | 198 | leon3_soc_1 : leon3_soc |
|
199 | 199 | GENERIC MAP ( |
|
200 |
fabtech => apa3 |
|
|
201 |
memtech => apa3 |
|
|
200 | fabtech => apa3l, | |
|
201 | memtech => apa3l, | |
|
202 | 202 | padtech => inferred, |
|
203 | 203 | clktech => inferred, |
|
204 | 204 | disas => 0, |
@@ -219,7 +219,8 BEGIN -- beh | |||
|
219 | 219 | NB_APB_SLAVE => NB_APB_SLAVE, |
|
220 | 220 | ADDRESS_SIZE => 19, |
|
221 | 221 | USES_IAP_MEMCTRLR => 1, |
|
222 |
BYPASS_EDAC_MEMCTRLR => ' |
|
|
222 | BYPASS_EDAC_MEMCTRLR => '0', | |
|
223 | SRBANKSZ => 8) | |
|
223 | 224 | PORT MAP ( |
|
224 | 225 | clk => clk_25, |
|
225 | 226 | reset => rstn_25, |
@@ -258,7 +259,7 BEGIN -- beh | |||
|
258 | 259 | ------------------------------------------------------------------------------- |
|
259 | 260 | apb_lfr_management_1 : apb_lfr_management |
|
260 | 261 | GENERIC MAP ( |
|
261 |
tech => apa3 |
|
|
262 | tech => apa3l, | |
|
262 | 263 | pindex => 6, |
|
263 | 264 | paddr => 6, |
|
264 | 265 | pmask => 16#fff#, |
@@ -329,7 +330,7 BEGIN -- beh | |||
|
329 | 330 | spw_inputloop : FOR j IN 0 TO 1 GENERATE |
|
330 | 331 | spw_phy0 : grspw_phy |
|
331 | 332 | GENERIC MAP( |
|
332 |
tech => apa3 |
|
|
333 | tech => apa3l, | |
|
333 | 334 | rxclkbuftype => 1, |
|
334 | 335 | scantest => 0) |
|
335 | 336 | PORT MAP( |
@@ -344,7 +345,7 BEGIN -- beh | |||
|
344 | 345 | |
|
345 | 346 | -- SPW core |
|
346 | 347 | sw0 : grspwm GENERIC MAP( |
|
347 |
tech => apa3 |
|
|
348 | tech => apa3l, | |
|
348 | 349 | hindex => 1, |
|
349 | 350 | pindex => 5, |
|
350 | 351 | paddr => 5, |
@@ -361,7 +362,7 BEGIN -- beh | |||
|
361 | 362 | netlist => 0, |
|
362 | 363 | ports => 2, |
|
363 | 364 | --dmachan => CFG_SPW_DMACHAN, -- not used byt the spw core 1 |
|
364 |
memtech => apa3 |
|
|
365 | memtech => apa3l, | |
|
365 | 366 | destkey => 2, |
|
366 | 367 | spwcore => 1 |
|
367 | 368 | --input_type => CFG_SPW_INPUT, -- not used byt the spw core 1 |
@@ -391,7 +392,7 BEGIN -- beh | |||
|
391 | 392 | |
|
392 | 393 | lpp_lfr_1 : lpp_lfr |
|
393 | 394 | GENERIC MAP ( |
|
394 |
Mem_use => |
|
|
395 | Mem_use => use_RAM, | |
|
395 | 396 | nb_data_by_buffer_size => 32, |
|
396 | 397 | --nb_word_by_buffer_size => 30, |
|
397 | 398 | nb_snapshot_param_size => 32, |
@@ -403,7 +404,7 BEGIN -- beh | |||
|
403 | 404 | pirq_ms => 6, |
|
404 | 405 | pirq_wfp => 14, |
|
405 | 406 | hindex => 2, |
|
406 |
top_lfr_version => X"02014 |
|
|
407 | top_lfr_version => X"020145") -- aa.bb.cc version | |
|
407 | 408 | -- AA : BOARD NUMBER |
|
408 | 409 | -- 0 => MINI_LFR |
|
409 | 410 | -- 1 => EM |
General Comments 0
You need to be logged in to leave comments.
Login now