* modified CustomBundle to also apply on Int
* programmatic bundle should take T <: Data instead of Data
* turns out indexedElements doesn't synthesize
* had to change a bunch of files to get clk/pads compiling again with recent firrtl mods
* modified CustomBundle to also apply on Int
* programmatic bundle should take T <: Data instead of Data
* turns out indexedElements doesn't synthesize
* had to change a bunch of files to get clk/pads compiling again with recent firrtl mods
* clk phases should be less than divby amount
* make clkconstraint error more descriptive
* don't make custom*bundle final
* nevermind. bundles need to be final.
* turns out making the bundle non-final was ok...
* removed infertypes from clksrctransform. seems like it doesn't work @ low firrtl?