I wrote out the code to generate a PLA from the .names BLIF command; haven't tested it yet, and it doesn't explicitly handle the special cases of buffers or constants.
But then I got smart and turned them off (I think?) via yosys. As far as I can tell it won't generate them at all now so, should we just remove all code relating to the .names command and be done with it?
I wrote out the code to generate a PLA from the
.namesBLIF command; haven't tested it yet, and it doesn't explicitly handle the special cases of buffers or constants.But then I got smart and turned them off (I think?) via yosys. As far as I can tell it won't generate them at all now so, should we just remove all code relating to the
.namescommand and be done with it?