Ted Hong
Ted Hong
Note that first option of adding an additional input delay to every receive node was added by https://github.com/google/xls/commit/2dacc529f5e50f8fe4651cb503b5f6e8c8b02602
Example ir code: ``` package sample file_number 0 "fake_file.x" top fn __sample__main(x0: bits[1], x1: bits[23], x2: bits[97], x3: bits[29]) -> bits[97] { literal.123: bits[1] = literal(value=0, id=123, pos=[(0,28,39)]) x5: bits[21]...
Errors out with `JIT session error: Symbols not found: [ __udivti3 ]`