This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
labs:uart_tx [2019/11/12 16:04] jgoeders [Exercise #3 - Top-Level TX Circuit] |
labs:uart_tx [2020/04/30 09:46] (current) nelson old revision restored (2020/03/02 17:32) |
||
---|---|---|---|
Line 79: | Line 79: | ||
# Reset design | # Reset design | ||
add_force Reset 1 | add_force Reset 1 | ||
+ | add_force Send 0 | ||
run 10ns | run 10ns | ||
add_force Reset 0 | add_force Reset 0 | ||
Line 287: | Line 288: | ||
* Hook up the tx debug signal to the oscilliscope and view the transfer of an 8-bit character. | * Hook up the tx debug signal to the oscilliscope and view the transfer of an 8-bit character. | ||
- | <color red>Describe your personal exploration activities</color> | ||