Data structure that conveniently summarizes a sensitivity list.
In edgesynth we only support always blocks with simple event controls such as
always @(posedge clk1 or negedge clk2 or posedge clk3 or ...)
It's convenient not to work with these as lists of evatoms, but instead to just build a table that lets us look up the kind of clock and tells us the clock names.