Skip to content
#

mlir

Here are 21 public repositories matching this topic...

fabianschuiki
fabianschuiki commented Apr 30, 2021

LLHD currently does not allow for RTL modules to be instantiated. Being able to so will be an important step towards co-simulating SystemVerilog/LLHD and RTL Dialect designs. This is likely just a modification in the verifier for the llhd.inst operation.

Eventually the following should work:

rtl.module @Foo(%a: i1) -> (%b: i1) {
  rtl.output %a : i1
 }

llhd.entity @Bar() -> () {
 

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