| commit | e4118ea630d43e1c9b62058d6a0f223d74498a01 | [log] [tgz] |
|---|---|---|
| author | Charlie <charlie.david.smith@hotmail.co.uk> | Tue May 24 20:43:23 2022 +0100 |
| committer | Charlie <charlie.david.smith@hotmail.co.uk> | Tue May 24 20:43:23 2022 +0100 |
| tree | 800bc91881e02e5b904850ef7d1375fd7a1404d7 | |
| parent | 273a77b40ae38622522a26d2e64601da3ddb97fd [diff] |
Renamed Counter.v to use the upper case first letter. This allows the file to be used when building on case sensitive file systems. Strangely this wasn't a problem when using Ubuntu through WSL.
diff --git a/verilog/rtl/Utility/counter.v b/verilog/rtl/Utility/Counter.v similarity index 100% rename from verilog/rtl/Utility/counter.v rename to verilog/rtl/Utility/Counter.v