Add feature: enable initializing the arbitrary bit integer using hcl.scalar from string
Link to the tests: tests/test_scalar.py
Detailed Description : We extend the heteroCL IR by adding the CastStr expression, and use APInt class to convert string to ConstantInt class in codegen_llvm.
For fixing issues
Add feature: enable initializing the arbitrary bit integer using hcl.scalar from string
Link to the tests: tests/test_scalar.py
Detailed Description : We extend the heteroCL IR by adding the CastStr expression, and use APInt class to convert string to ConstantInt class in codegen_llvm.