add #[hdl(cmp_eq)] to implement HdlPartialEq automatically #19

Merged
programmerjake merged 2 commits from programmerjake/fayalite:add-hdl-cmp_eq into master 2025-02-17 04:56:49 +00:00
Showing only changes of commit 43797db36e - Show all commits

View file

@ -77,8 +77,8 @@ mod kw {
custom_keyword!(flip); custom_keyword!(flip);
custom_keyword!(hdl); custom_keyword!(hdl);
custom_keyword!(hdl_module); custom_keyword!(hdl_module);
custom_keyword!(input);
custom_keyword!(incomplete_wire); custom_keyword!(incomplete_wire);
custom_keyword!(input);
custom_keyword!(instance); custom_keyword!(instance);
custom_keyword!(m); custom_keyword!(m);
custom_keyword!(memory); custom_keyword!(memory);