Hacker News new | ask | show | jobs
by Rochus 1807 days ago
> Chisel is not synthesizing Scala

Obviously I neither wrote nor meant that.

1 comments

What I think the other user is getting at is that Chisel isn't a "synthesizable subset" of Scala. You can use any Scala you want as Chisel is just a library. The model isn't a subset of Scala that can be turned into a netlist with the right compiler, but of a library for metaprogramming netlist graphs.