##// END OF EJS Templates
EM version (to test)...
pellion -
r194:541358270fe7 JC
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -18,4 +18,10 leon3mp_em_JCPE_08-07-2013.pdb
18 + Waveform ??
18 + Waveform ??
19 -> No filter
19 -> No filter
20
20
21 leon3mp_em_JCPE_09-07-2013.pdb
22 + UART ??
23 + SPW ??
24 + Leon3 ??
25 + Waveform ??
26 + Filter
21
27
@@ -461,7 +461,7 BEGIN
461 delta_snapshot_size => 16, -- snapshots period
461 delta_snapshot_size => 16, -- snapshots period
462 delta_f2_f0_size => 20, -- initialize the counter when the f2 snapshot starts
462 delta_f2_f0_size => 20, -- initialize the counter when the f2 snapshot starts
463 delta_f2_f1_size => 16, -- nb f0 ticks before starting the f1 snapshot
463 delta_f2_f1_size => 16, -- nb f0 ticks before starting the f1 snapshot
464 ENABLE_FILTER => '0'
464 ENABLE_FILTER => '1'
465 )
465 )
466 PORT MAP(
466 PORT MAP(
467 sample => sample,
467 sample => sample,
@@ -513,4 +513,4 BEGIN
513 ADC_OEB_bar_CH(6) <= ADC_OEB_bar_CH_s(3); -- V4
513 ADC_OEB_bar_CH(6) <= ADC_OEB_bar_CH_s(3); -- V4
514 ADC_OEB_bar_CH(7) <= ADC_OEB_bar_CH_s(4); -- V5
514 ADC_OEB_bar_CH(7) <= ADC_OEB_bar_CH_s(4); -- V5
515
515
516 END Behavioral; No newline at end of file
516 END Behavioral;
@@ -236,8 +236,8 BEGIN
236 sample => sample_s,
236 sample => sample_s,
237 sample_val => sample_val,
237 sample_val => sample_val,
238
238
239 cnv_clk => cnv_clk,
239 cnv_clk => HCLK,--cnv_clk,
240 cnv_rstn => cnv_rstn,
240 cnv_rstn => HRESETn,--cnv_rstn,
241
241
242 clk => HCLK,
242 clk => HCLK,
243 rstn => HRESETn,
243 rstn => HRESETn,
General Comments 0
You need to be logged in to leave comments. Login now