They no longer compile with the latest Chisel/FIRRTL, and
may not be supported. However, future work will need them, so
this keeps the files around but are ignored by sbt.
No such method error on accessing a lazy val.
InstanceGraph seemed also to be a duplicate of firrtl code
---
IOPadSpec fails no two tests but these seem to be at least an ordinary error. And should be debugged separately
* 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?
* [stevo]: combine generates, make it a trait
* [stevo]: add Generator ala rocket-chip, some other cleanup
* [stevo]: remove Generator, since that generates firrtl...
* [stevo]: still debugging
* [stevo]: okay i think it works now
* [stevo]: oops
* Refactor new generate code. Mostly just style stuff.
* 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