Closed zzzDavid closed 2 years ago
Fixed issue: #459
Detailed description: Issue #459 was caused by big_uint and big_int not printed. This PR fixes this issue and verifies that big_int and big_uint are printed.
big_uint
big_int
Link to the tests: tests/issues/test_issue_459.py
Fix SHLS Backend Big UInt Type Printing
Fixed issue: #459
Detailed description: Issue #459 was caused by
big_uint
andbig_int
not printed. This PR fixes this issue and verifies thatbig_int
andbig_uint
are printed.Link to the tests: tests/issues/test_issue_459.py