class verilogBusGroup {
    constructor(deviceJSON) {
        this.bitWidth = 0;
        this.bitWidthSplit = deviceJSON["groups"];