parser: kleinere anpassungen. eine aenderung verursacht zwar mehr logic
[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 == low prio ==
15 - logic elements eliminieren
16
17 == jakob/thomas fragen ==
18 - sram warning @ quartus
19 - coverage fuer abgabe noetig?
20 - bei -cover funktioniert 's' nicht, siehe http://pastebin.com/p8RwNk7j
21 - wie detailiert muessen die screenshots der simulationen sein?
22
23
24 == FAQ =
25 Q: wo sieht man f_max im quartus?
26 A: in der project_gen.tcl die zeile 
27         > set_global_assignment -name FMAX_REQUIREMENT "33.33 MHz" -section_id sys_clk
28    entfernen und danach das quartus projekt neu erstellen. danach sollte fmax im
29    timing report ersichtlich sein.