MikePopoloski / slang

SystemVerilog compiler and language services
MIT License
546 stars 114 forks source link

[slang-netlist] Fix writing to file from FormatBuffer #959

Closed jameshanlon closed 1 month ago

jameshanlon commented 1 month ago

Use FormatBuffer::str() to avoid returning garbage.

Fix #955.