blob: c1318ea852a0dc0a3bb9eb9f6ee173cd7fd37808 [file] [log] [blame]
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-- - Author: Anthony Fernandes Pires
-- - Version: 0.1
-- - Date: 2015/12/02
------------------------------------------------------------------------------
-- - varout: the output variable
-- - delta: the error delta
------------------------------------------------------------------------------
------------------------------------------------------------------------------
next(varout) < (next(input) - delta) | next(varout) > (next(input) + delta)