Skip to content
Snippets Groups Projects
Commit 0e40afa4 authored by dwf1m12's avatar dwf1m12
Browse files

fix dma configuration to pass tests

parent 1b89ae04
No related branches found
No related tags found
No related merge requests found
......@@ -92,10 +92,10 @@ module cmsdk_mcu #(
`ifdef ARM_CMSDK_INCLUDE_DMA
parameter INCLUDE_DMA = 1, // Include instantiation of DMA-230
// This option also add a number of bus components
parameter DMA_CHANNEL_NUM = 4,
parameter DMA_CHANNEL_NUM = 1,
`else
parameter INCLUDE_DMA = 0,
parameter DMA_CHANNEL_NUM = 4,
parameter DMA_CHANNEL_NUM = 1,
`endif
`ifdef ARM_CMSDK_INCLUDE_BITBAND
......
......@@ -38,9 +38,9 @@
`endif
// Set the number of channels implemented
`define PL230_CHNLS 4
`define PL230_CHNL_BITS 2
`define PL230_ONE_CHNL
`define PL230_CHNLS 1
`define PL230_CHNL_BITS 1
//`define PL230_ONE_CHNL
// Include Integration Test Logic
`define PL230_INCLUDE_TEST
......
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