Skip to content

Commit

Permalink
separate flag for range assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst committed Jan 21, 2020
1 parent 408eeeb commit 68200dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

name = 'svreal'
version = '0.1.8'
version = '0.1.9'

DESCRIPTION = '''\
Library for working with fixed-point numbers in SystemVerilog\
Expand Down
2 changes: 1 addition & 1 deletion svreal/svreal.sv
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ endfunction
localparam real `RANGE_PARAM_REAL(``name``) = ``range_expr``; \
localparam integer `WIDTH_PARAM_REAL(``name``) = ``width_expr``; \
localparam integer `EXPONENT_PARAM_REAL(``name``) = ``exponent_expr`` \
`ifdef FLOAT_REAL \
`ifdef RANGE_ASSERTIONS \
; `ASSERTION_REAL(``name``) \
`endif

Expand Down

0 comments on commit 68200dd

Please sign in to comment.