Rust vs. C backend

2024-01-12 Thread Interrante, John A (GE Aerospace, US)
We developed a fork of the C backend that generated VHDL, but I can't get into the implementation details here. I think the line between Rust and C is two-fold: how many machine architectures Rust has been ported to, and how often you need to call C functions from Rust, which means having to

Re: Rust vs. C backend

2024-01-12 Thread Mike Beckerle
re: what I meant by "What did you mean by the phrase “basis for generating VHDL or System Verilog?” I suppose I was thinking you had a fork of the C backend that created Verilog/VHDL, but perhaps the pathway is via the C code output, which is then translated into Verilog/VHDL? In any case we're