riscv-mini icon indicating copy to clipboard operation
riscv-mini copied to clipboard

How to Generate Tile.fir or Tile.mlir in generated-src after Running `make`?

Open Stevengre opened this issue 1 year ago • 0 comments
trafficstars

I'm trying to generate either a Tile.fir or Tile.mlir file in the generated-src directory after running the make command. However, I'm facing an issue.

Here's what I've done so far:

I ran make in the terminal as usual. Then, I tried changing emitSystemVerilogFile to emitCHIRRTL in the code. After that, I executed sbt 'runMain mini.Main'. Despite these steps, I'm not seeing the expected Tile.fir or Tile.mlir files in the generated-src directory. It's quite puzzling for me.

Thanks in advance for any help or guidance you can provide!

Stevengre avatar Jan 20 '24 15:01 Stevengre