Hardware components for SpinalHDL projects
case class something() extends Component {
val io = new Bundle
{
}
/***-Defines-***/
/***-Registers-***/
/***-Wires-***/
/***-Streams-***/
/***-Blocks-***/
/***-Routing-***/
/***-LutChains-***/
/***-IO stuff-***/
/***-Logic-***/
}