Skip to content

Releases: cmantill/econt_sw

v2.0-econ-t-IO

07 Sep 17:10
Compare
Choose a tag to compare
v2.0-econ-t-IO Pre-release
Pre-release

Using econ-t-IO-Aug6 on ~/firmware/ @ HGCAL_dev@localhost.

To get uHal xml files:

# path with xml files
~/firmware/econ-t-IO-Aug6/uHAL_xml/fw_block_addresses.xml

To check they are the same:

for f in /home/HGCAL_dev/firmware/econ-t-IO-Aug6/uHAL_xml/modules/*
do
  base="${f##*/}"
  comp="/home/HGCAL_dev/src/econt_sw/econt_sw/address_table/modules/${base}"
  echo "comparing $comp and $f"
  diff $comp $f
done