I'm trying to make sense of what yosys is doing to my verilog source, so I have inserted a number of dump processes into my script. I assume that these are in what the manual describes as ILANG? Looking through the dump immediately after reading in the verilog, it seems to me that important things have been lost. For example, I have a set of parameter definitions that map the ascii letter codes. These are listed in the ILANG but with no value.
Is there are documentation that describes the format and interpretation of this output? Yosys seems to discard large parts of my code, and I have so far been unable to determine just how the things it discards relate back to my source code.