Logic synthesizers generate logic level representations from RTL descriptions. The first step towards this is derive the Boolean expressions for the internal and output nodes. I need to generate a file containing all these Boolean equations. Are there any tools that generate such file. Of course this can be done manually, but this is tedious and error prone especially for large RTL codes.

Similar questions and discussions