Skip to content

Commit

Permalink
Removed obsolete settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
aehart committed Feb 3, 2025
1 parent 8753ea6 commit fa94eea
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions L1Trigger/TrackFindingTracklet/interface/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ namespace trklet {
std::string memPath() const { return memPath_; }
std::string tablePath() const { return tablePath_; }

bool writeVerilog() const { return writeVerilog_; }
bool writeHLS() const { return writeHLS_; }
bool writeInvTable() const { return writeInvTable_; }
bool writeHLSInvTable() const { return writeHLSInvTable_; }

unsigned int writememsect() const { return writememsect_; }

bool enableTripletTables() const { return enableTripletTables_; }
Expand Down Expand Up @@ -932,12 +927,6 @@ namespace trklet {
std::string memPath_{"../data/MemPrints/"}; //path for writing memories
std::string tablePath_{"../data/LUTs/"}; //path for writing LUTs

// Write various lookup tables and autogenerated code (from iMath)
bool writeVerilog_{false}; //Write out auto-generated Verilog mudules used by TCs
bool writeHLS_{false}; //Write out auto-generated HLS mudules used by TCs
bool writeInvTable_{false}; //Write out tables of drinv and invt in tracklet calculator for Verilog module
bool writeHLSInvTable_{false}; //Write out tables of drinv and invt in tracklet calculator for HLS module

unsigned int writememsect_{3}; //writemem only for this sector (note that the files will have _4 extension)

bool enableTripletTables_{false}; //Enable the application of the TED and
Expand Down

0 comments on commit fa94eea

Please sign in to comment.