cornell-zhang / heterocl

HeteroCL: A Multi-Paradigm Programming Infrastructure for Software-Defined Heterogeneous Computing
https://cornell-zhang.github.io/heterocl/
Apache License 2.0
326 stars 92 forks source link

[Fix] Issue459: SHLS Backend Big UInt Type Printing #461

Closed zzzDavid closed 2 years ago

zzzDavid commented 2 years ago

Fix SHLS Backend Big UInt Type Printing

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.

Link to the tests: tests/issues/test_issue_459.py