lac-dcc / chimera

A tool for synthesizing Verilog programs
GNU General Public License v3.0
20 stars 2 forks source link

Avoid duplicate file names #2

Closed rafasumi closed 1 week ago

rafasumi commented 1 week ago

Solves issue #1.

In order to avoid duplicate files in case insensitive file systems, I've added an integer value before each file name. This value is just a counter of the number of programs in ChiBench.

I've also updated the mining script to name files using this counter.