@@ -21,6 +21,7 @@ Lightweight [UART](https://en.wikipedia.org/wiki/Universal_asynchronous_receiver
2121| Version | Date | Source | Change log |
2222| -------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------- |
2323| latest | | <a id =" raw-url " href =" https://github.com/akaeba/tinyUART/archive/refs/heads/master.zip " >latest.zip</a > | |
24+ | [ v0.2.0] ( https://github.com/akaeba/tinyUART/tree/v0.2.0 ) | 2021-06-06 | <a id =" raw-url " href =" https://github.com/akaeba/tinyUART/archive/refs/tags/v0.2.0.zip " >v0.2.0.zip</a > | revised interface and architecture, new debouncer |
2425| [ v0.1.0] ( https://github.com/akaeba/tinyUART/tree/v0.1.0 ) | 2018-09-06 | <a id =" raw-url " href =" https://github.com/akaeba/tinyUART/archive/refs/tags/v0.1.0.zip " >v0.1.0.zip</a > | initial draft |
2526
2627
@@ -94,11 +95,11 @@ in the top level.
9495
9596## Resource allocation
9697
97- | Technology | HDL generics | Logic | Registers | BRAM | F<sub >max</sub > |
98- | ---------- | ----------------------------------- | ----- | --------- | ---- | --------------- |
99- | Cyclone 10 | [ defaults] ( #Generics ) | 89LEs | 79FF | 0 | 89.61MHz |
100- | Cyclone 10 | [ defaults] ( #Generics ) , TXIMPL=false | 43LEs | 41FF | 0 | 89.61MHz |
101- | Cyclone 10 | [ defaults] ( #Generics ) , RXIMPL=false | 50LEs | 38FF | 0 | 89.67MHz |
98+ | Technology | EDA | HDL generics | Logic | Registers | BRAM | F<sub >max</sub > |
99+ | ---------- | ---------------------------------------------------------- | ----------------------------------- | ----- | --------- | ---- | --------------- |
100+ | Cyclone 10 | [ Q18.1 ] ( https://fpgasoftware.intel.com/18.1/?edition=lite ) | [ defaults] ( #Generics ) | 89LEs | 79FF | 0 | 89.61MHz |
101+ | Cyclone 10 | [ Q18.1 ] ( https://fpgasoftware.intel.com/18.1/?edition=lite ) | [ defaults] ( #Generics ) , TXIMPL=false | 43LEs | 41FF | 0 | 89.61MHz |
102+ | Cyclone 10 | [ Q18.1 ] ( https://fpgasoftware.intel.com/18.1/?edition=lite ) | [ defaults] ( #Generics ) , RXIMPL=false | 50LEs | 38FF | 0 | 89.67MHz |
102103
103104
104105
0 commit comments