File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ package cheshire_pkg;
2727
2828 // Parameters defined by generated hardware (regenerate to adapt)
2929 localparam int unsigned SpihNumCs = spi_host_reg_pkg :: NumCS - 1 ; // Last CS is dummy
30- localparam int unsigned SlinkNumChan = serial_link_single_channel_reg_pkg :: NumChannels;
31- localparam int unsigned SlinkNumLanes = serial_link_single_channel_reg_pkg :: NumBits / 2 ;
32- localparam int unsigned SlinkMaxClkDiv = 1 << serial_link_single_channel_reg_pkg :: Log2MaxClkDiv;
30+ localparam int unsigned SlinkNumChan = slink_reg_pkg :: NumChannels;
31+ localparam int unsigned SlinkNumLanes = slink_reg_pkg :: NumLanes ;
32+ localparam int unsigned SlinkMaxClkDiv = 1 << slink_reg_pkg :: Log2MaxClkDiv;
3333 localparam int unsigned ClintNumCores = clint_reg_pkg :: NumCores;
3434 localparam int unsigned UsbNumPorts = spinal_usb_ohci_pkg :: NumPhyPorts;
3535
You can’t perform that action at this time.
0 commit comments