We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c684d89 commit 2e8a11dCopy full SHA for 2e8a11d
libs/libarchfpga/src/physical_types.h
@@ -1541,9 +1541,11 @@ enum class e_stat {
1541
};
1542
1543
/// @brief Parameters describing a channel distribution.
1544
+/// @note If detailed routing is performed, only a uniform (all channels in a given direction are the same width)
1545
+/// distribution is supported.
1546
struct t_chan {
1547
e_stat type; ///< Distribution type
- float peak; ///< Peak value
1548
+ float peak; ///< Peak value. For a UNIFORM distribution, this is the value for all channels (in a given direction).
1549
float width; ///< Standard deviation (Gaussian)
1550
float xpeak; ///< Peak location (Gaussian)
1551
float dc; ///< DC offset (Gaussian, pulse)
0 commit comments