v0.11.0 This version radicaly change how SpinalHDL compiler work without changing the SpinalHDL syntax itself. New feature : - inout and Analog signals - InOutWrapper tools allow to generate toplevels with their TriStates io bundles converted into native inout tristates Improvments : - Better error reporting - Better VHDL/Verilog generation More safety : - Signal assignements over writing is now considerated as an error (can be bypassed via xxx.allowOverride - Register without data assignement are nos considerated as an error (can by bypassed via xxx.allowUnsetRegToAvoidLatch