Добавлен ForceDisconnect

This commit is contained in:
2025-05-16 13:46:26 +03:00
parent 1c5ce14f0f
commit 6392d35129
3 changed files with 7 additions and 4 deletions

View File

@@ -56,7 +56,7 @@
#define PORT_NUMB 3 ///< amount of ports
// Parameters of S_Function
#define NPARAMS 1 ///< number of input parametrs (only Ts)
#define IN_PORT_WIDTH (8) ///< width of input ports
#define IN_PORT_WIDTH (9) ///< width of input ports
#define IN_PORT_NUMB 1 ///< number of input ports
#define OUT_PORT_WIDTH PORT_WIDTH ///< width of output ports
#define OUT_PORT_NUMB PORT_NUMB ///< number of output ports