ILAng icon indicating copy to clipboard operation
ILAng copied to clipboard

A Modeling and Verification Platform for SoCs using ILAs

Results 17 ILAng issues
Sort by recently updated
recently updated
newest added

New bug fix for function port declaration.

**Describe your feature request.** Generate SMT formulas that use LIA or LRA for better support for CHC and other synthesis tasks. **Describe the solution you'd like** An option (additional to...

enhancement

Code significantly lacks comments, so we definitely shouldn't merge into master yet.

~~Work in progress, do not merge at this point!~~ This pull request is to see if the test coverage is sufficient.

When `-DILATOR_VERBOSE=ON` is set during cmaking the generated sysmtec models, the execution time of each instructions will be recorded and dumped.

For preciese memory modeling in ILAtor, this commit use unordered_map instead of map to reduce the access time complexity from O(logN) to O(1) on average. Test with HLSCNN-ILA, and an...

**Describe the bug** Travis is not working so we temporarily stop it (because of some credit issue). We should figure this out and re-start it.

**Describe your feature request.** - Separate refinement relation parsing & error checking from property generation. - Add expression parsing functionality so that in the future we can easily extend it...

enhancement

**Describe your feature request.** Support automatic serialization/deserialization of ILA models with hierarchy. **Describe the solution you'd like** Ser/Des hierarchy information (parent/child edges) for dynamic linking. **Additional context** State variable and...

enhancement