google / xls

XLS: Accelerated HW Synthesis
http://google.github.io/xls/
Apache License 2.0
1.22k stars 180 forks source link

[c_api] Add `xls_dslx_type_is_signed_bits` function. #1649

Closed cdleary closed 1 month ago

cdleary commented 1 month ago

Queries whether a type is a bits type with signedness 'true'.

Over time we'll want more detailed helpers for inspecting and interpreting type as its various subtypes, but for purposes of generating some early bridge code this gets us most of what we need.