Skip to content
#

mlir

Here are 21 public repositories matching this topic...

seldridge
seldridge commented Jul 25, 2021

Add a check that FIRRTL's regreset errors if the type of the reset value doesn't match the type of reset. E.g., the following should fail because a vector register is being reset to a ground type. However, it does not fail and will crash LowerTypes:

%r = firrtl.regreset %clock, %reset, %c0_ui1  : (!firrtl.clock, !firrtl.asyncreset, !firrtl.uint<1>) -> !firrtl.vector<uint<1>, 1>
``

Improve this page

Add a description, image, and links to the mlir topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mlir topic, visit your repo's landing page and select "manage topics."

Learn more