m-kru / vhdl-examples

Examples of the VHDL syntax, libraries, packages, practices etc.
5 stars 1 forks source link

The readme for `same_type_signal_name` duplicates that for `same_signal_function_name` #1

Open JHertz5 opened 1 month ago

JHertz5 commented 1 month ago
$ diff -s ./same_signal_function_name/README.md ./same_type_signal_name/README.md 
Files ./same_signal_function_name/README.md and ./same_type_signal_name/README.md are identical

As a result of the duplication, the readme for same_signal_function_name mentions functions when it should be referring to types.

JHertz5 commented 1 month ago

I've raised a PR (#2) to correct this.