Skip to content

Dynamic bank generation class

Alex Codoreanu requested to merge dynamic_bank_generation_class into master

The goal is to add additional functionality to the build_from_tmpltbank() method in the Bank class inside cbc_template_iir.py.

Additional features are:

  • logging to remote SQL server
  • creation of select templates rather than iterating through the entire bank
  • the size of the input bank is determined from the size of the bank rather than being hardcoded in

All changes have been formatted using yapf to account for code consistency.

Merge request reports