rdaly525 / coreir

BSD 3-Clause "New" or "Revised" License
100 stars 24 forks source link

Add test for inlining index into slice node #951

Closed leonardt closed 4 years ago

leonardt commented 4 years ago

CoreIR level test for https://github.com/leonardt/verilogAST-cpp/pull/56

Before, I_address[0][7:0] was _$_U274[7:0] and _$_U274 = I_address[0] since verilogAST would not inline the index node into the slice node.