SpinalHDL
SpinalHDL copied to clipboard
Any plans to implement LLVM circt?
The current state is that we are lacking of contributor, so if you're interested in this function the contribution is welcome.
If you have any question, the community is here.
One question is, what's about SpinalHDL -> Verilog -> LLVM circt ? Is it realy bad ? (as a way to save dev time and avoid a new backend ^^)
llvm ir have infinite logical register, so we need do register allocation at runtime? it's kind of crazy.
infinite logical register
What is it ?
riscv: x0 ~ x31 llvm ir: x0 ~ x99999999... it's useful for compiler frontend implementation and backend optimization