ZishuoYang / UT-Backplane-mapping

MIT License
0 stars 0 forks source link

UT-Backplane-mapping Build status

Signal mapping netlist (list of pin-to-pin correspondence) formatted for Altium to design the LHCb UT backplane.

Prerequisite

Install the dependencies:

pip install -r pyUTM/requirements.txt

Usage

If only the copy-and-paste .csv are needed:

python ./AltiumNetlistGen.py

If additional error checking is required (note that this script would also generate .csv files):

python ./NetlistCheck.py <path_to_netlist_file> <optional:log_filename>

if <log_filename> not provided, log will be generated under log/, with a time-stamped filename of NetlistCheck-<bp_type>-YYYY-MM-DD-HHMMSS.log

If additional ASIC to fiber mapping generation is required:

python ./FiberAsicMap.py

All generated .csv files are located under output/. These scripts print out warnings to stdout, and can be redirected as needed.

Reference

The backplane-mapping effort is documented on TWiki page: 1