dan-fritchman / Hdl21

Hardware Description Library
BSD 3-Clause "New" or "Revised" License
56 stars 10 forks source link

Make more `Sim` types hashable #200

Open dan-fritchman opened 8 months ago

dan-fritchman commented 8 months ago

In general, everything that might desirably be a parameter, has some desirability to be hashed.
Things like Include and Lib currently can't, just because they have a mutable name attribute for class-based definitions.
Should be straightforward to add.