Csd 1.1.4; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Public Attributes | List of all members
csd::MultiplierSpec Struct Reference

Specification for a single CSD multiplier coefficient. More...

#include <csd_multiplier.hpp>

Public Attributes

std::string name
 Output port name.
 
std::string csd
 CSD string ('+', '-', '0')
 
int input_width
 Bit width of input x.
 
int max_power
 Highest power (len(csd)-1)
 

Detailed Description

Specification for a single CSD multiplier coefficient.

Member Data Documentation

◆ csd

std::string csd::MultiplierSpec::csd

CSD string ('+', '-', '0')

◆ input_width

int csd::MultiplierSpec::input_width

Bit width of input x.

◆ max_power

int csd::MultiplierSpec::max_power

Highest power (len(csd)-1)

◆ name

std::string csd::MultiplierSpec::name

Output port name.


The documentation for this struct was generated from the following file: