# Constants: Fixed number of available components # 6 channels per card # two racks: max_rack = 3 # 6 crates per rack max_crate = 6 # 3 Modules per crate max_module = 3 # 6 Cards per module max_card = 5 # 6 Channels per card max_channel = 6 # Starting to generate from: start_rack = 0 start_crate = 0 start_module = 0 start_card = 0 start_channel = 0 # End of generate (excluded) end_rack = 2 end_crate = 0 end_module = 0 end_card = 0 end_channel = 0