|
Csd 1.1.4; VERSION ${PROJECT_VERSION}
|
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) | |
Specification for a single CSD multiplier coefficient.
| std::string csd::MultiplierSpec::csd |
CSD string ('+', '-', '0')
| int csd::MultiplierSpec::input_width |
Bit width of input x.
| int csd::MultiplierSpec::max_power |
Highest power (len(csd)-1)
| std::string csd::MultiplierSpec::name |
Output port name.