Hdl21
Hdl21 copied to clipboard
Make more `Sim` types hashable
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.