Strip quotes around fileinfo strings
authorSahand Kashani <sahand.kashani@gmail.com>
Sat, 21 Mar 2020 14:57:53 +0000 (15:57 +0100)
committerSahand Kashani <sahand.kashani@gmail.com>
Sat, 21 Mar 2020 14:57:53 +0000 (15:57 +0100)
commit21492914a29a8cbd9ccae6ad275c9ee2f1d98957
tree4496f331112727efee91b9292d021489d0883897
parentc0b2a9af2efab6eadc63b4152303018366a82aa2
Strip quotes around fileinfo strings

Yosys puts quotes around the string that represents the fileinfo whereas
firrtl does not. So when firrtl sees quotes, it escapes them with an extra
backslash which makes it hard to read afterwards.
backends/firrtl/firrtl.cc