Copilot-Language / copilot-bluespec

A Copilot backend for generating Bluespec code suitable for FPGAs.
Other
2 stars 0 forks source link

Support struct updates #10

Closed RyanGlScott closed 1 month ago

RyanGlScott commented 2 months ago

copilot-3.20 adds support for struct updates via the new UpdateField operation. We should add support for translating UpdateField operations into Bluespec's functional updates (e.g., v { x = 27; y = 42 }).