Commit 3a18f676 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

softpll: support for 18 channels

parent 3af16a43
...@@ -28,13 +28,13 @@ WARNING: These parameters must be in sync with the generics of the HDL instantia ...@@ -28,13 +28,13 @@ WARNING: These parameters must be in sync with the generics of the HDL instantia
#define PI_FRACBITS 12 #define PI_FRACBITS 12
/* Max. allowed number of reference channels. Can be used to tweak memory usage. */ /* Max. allowed number of reference channels. Can be used to tweak memory usage. */
#define MAX_CHAN_REF 7 #define MAX_CHAN_REF 18
/* Max. allowed number of auxillary channels */ /* Max. allowed number of auxillary channels */
#define MAX_CHAN_AUX 1 #define MAX_CHAN_AUX 1
/* Max. allowed number of phase trackers */ /* Max. allowed number of phase trackers */
#define MAX_PTRACKERS 6 #define MAX_PTRACKERS 18
/* Number of bits of the DAC(s) driving the oscillator(s). Must be the same for /* Number of bits of the DAC(s) driving the oscillator(s). Must be the same for
all the outputs. */ all the outputs. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment