Skip to content

Commit

Permalink
[ImportVerilog] Add basic expressions (llvm#6788)
Browse files Browse the repository at this point in the history
Extend the `ImportVerilog` conversion to support most of the basic
expressions that commonly appear in SystemVerilog input files. Also add
the correpsonding expression ops to the Moore dialect, and finally get
rid of the old MIR expressions file which is now obsolete.

Thanks @hailongSun2000 and @albertethon for doing a lot of the leg work
to get expression support in!

Co-authored-by: Hailong Sun <hailong.sun@terapines.com>
Co-authored-by: ShiZuoye <albertethon@163.com>
Co-authored-by: Martin Erhart <maerhart@outlook.com>
  • Loading branch information
4 people committed Mar 13, 2024
1 parent fed17ee commit c970974
Show file tree
Hide file tree
Showing 15 changed files with 1,261 additions and 170 deletions.
92 changes: 0 additions & 92 deletions include/circt/Dialect/Moore/MIRExpressions.td

This file was deleted.

Loading

0 comments on commit c970974

Please sign in to comment.