Is it me, or is there some Altera favoritism going on in Rhea? :)
ClockManagement's 'enable' signal is not implemented on Xilinx parts, though it is on Altera parts and the Simulator. This should be consistent for Xilinx and other brands of parts as well.
Ways I can think of to do this:
- Adding clock control units to the outputs of the Xilinx MMCM_BASE - would need more than one
- Somehow provide an error when enable is assigned on non supported hardware.
- (personal preference) Removing the 'enable' signal altogether
Thoughts?