Skip to content
Snippets Groups Projects
Commit 06677676 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected using address span of PIO_PPS is (1:0) so 4 words, instead of (0:0).

parent 6208f063
No related branches found
No related tags found
1 merge request!134Resolve L2SDP-455
...@@ -479,9 +479,7 @@ BEGIN ...@@ -479,9 +479,7 @@ BEGIN
pio_pps_reset_export => OPEN, pio_pps_reset_export => OPEN,
pio_pps_clk_export => OPEN, pio_pps_clk_export => OPEN,
-- ToDo: This has changed in the peripherals package pio_pps_address_export => reg_ppsh_mosi.address(c_unb2b_board_peripherals_mm_reg_default.reg_ppsh_adr_w-1 DOWNTO 0),
pio_pps_address_export => reg_ppsh_mosi.address(0 DOWNTO 0),
-- pio_pps_address_export => reg_ppsh_mosi.address(c_unb2b_board_peripherals_mm_reg_default.reg_ppsh_adr_w-1 DOWNTO 0),
pio_pps_write_export => reg_ppsh_mosi.wr, pio_pps_write_export => reg_ppsh_mosi.wr,
pio_pps_writedata_export => reg_ppsh_mosi.wrdata(c_word_w-1 DOWNTO 0), pio_pps_writedata_export => reg_ppsh_mosi.wrdata(c_word_w-1 DOWNTO 0),
pio_pps_read_export => reg_ppsh_mosi.rd, pio_pps_read_export => reg_ppsh_mosi.rd,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment