Skip to content
Snippets Groups Projects
Commit 70b94e59 authored by Jan David Mol's avatar Jan David Mol
Browse files

fix

parent c2c613db
No related branches found
No related tags found
1 merge request!1081L2SS-2212 L2SS-2296: Fix FPGA addresses in CDB files, add deployment mechanism
......@@ -392,6 +392,8 @@ def main(**kwargs):
args = parser.parse_args()
if args.cdb:
assert args.lcu_ip, "Please provide LCU IP address"
station_data = StationDataFactory(args.station, args.lcu_ip)
print(str(station_data.CDB()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment