lushaylabs / tangnano9k-series-examples

Examples for the Lushay Labs tang nano 9k series
https://learn.lushaylabs.com/tang-nano-series/
84 stars 19 forks source link

Wrong Array index? #1

Closed MattMcGregor99 closed 2 years ago

MattMcGregor99 commented 2 years ago

https://github.com/lushaylabs/tangnano9k-series-examples/blob/a8c6281bb20f62bc0b2fa152d756e99d1082fdce/uart/uart.v#L102

I think testMemory[10] = " ";

should be testMemory[11] = " ";

lushaylabs commented 2 years ago

You are right, will update it now

lushaylabs commented 2 years ago

Has been updated, thank you for pointing this out