uart_tx: testbench done
[hwmod.git] / src / TODO
1 - debounce fuer sys_res_n und btnA -- einfach die debounce entity vom example
2   hernehmen
3
4
5 - rs232/pc-kommunikation: RAM dumpen
6
7
8 - uart rx oversampling, uart rx synchronizen (vlg. debouncing/sync*.vhd)
9
10
11 - postlayout: nochmal testen obs im tilab wirklich ned geht.
12
13
14 - gen_pkg: unsigned fuer hspalte, hzeile
15
16 == BUGS ==
17 - warum ist in beh_history s_done und finished manchmal 'X'?
18
19
20 == low prio ==
21 - logic elements eliminieren
22
23 == jakob/thomas fragen ==
24 - sram warning @ quartus
25 - coverage fuer abgabe noetig?
26 - bei -cover funktioniert 's' nicht, siehe http://pastebin.com/p8RwNk7j
27 - wie detailiert muessen die screenshots der simulationen sein?
28 - warum ist auf seite 14 im foliensatz "VHDL_Architecture" "directly at
29   instantation" durchgestrichen? :/ (wird so ziemlich ueberall verwendet hier)
30
31
32 == FAQ =
33 Q: wo sieht man f_max im quartus?
34 A: in der project_gen.tcl die zeile 
35         > set_global_assignment -name FMAX_REQUIREMENT "33.33 MHz" -section_id sys_clk
36    entfernen und danach das quartus projekt neu erstellen. danach sollte fmax im
37    timing report ersichtlich sein.