You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#234 implements LLHD codegen through the CIRCT library. This allows us to stop emitting the legacy IR in src/svlog/codegen.rs, and possibly strip out the dependency on the llhd crate entirely.
#234 implements LLHD codegen through the CIRCT library. This allows us to stop emitting the legacy IR in
src/svlog/codegen.rs
, and possibly strip out the dependency on thellhd
crate entirely.Todo
src/svlog/codegen.rs
; use CIRCT exclusivelyllhd
crate as a dependency (at least from the svlog part, but should also be possible on the vhdl side)The text was updated successfully, but these errors were encountered: