Skip to content

Commit

Permalink
Fix min and max values for fixed point model
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Sep 2, 2020
1 parent 293c561 commit 42d9ced
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/pyrogue/_Model.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,3 @@ def __init__(self, bitSize, binPoint):

self.name = f'Fixed_{self.sign}_{self.bitSize}_{self.binPoint}'

def minValue(self):
return 0

def maxValue(self):
return 1

0 comments on commit 42d9ced

Please sign in to comment.