Changes

FPGAmstrad

29 bytes added, 07:03, 6 January 2015
/* Clock sequence */
Because that can auto-generate bad unwanted sub-clocks...
In fact, it's better to create you clock sequencer '''wiring each CLK and not(CLK) directly from DCM''', in this case you enter in time constraints norm, and then rules/checks are done on every _edge instruction. Choosing only one sort of _edge (rising or falling) seems better also. Using that way you just have more "bad compiling error" shown, helping you creating a better code.
Clock sequence using "'''counter plugged with a clock" ''' was in fact out of law (but running fine in my first versions of FPGAmstrad as I'm a good blind developer), because output are not under clock constraint : just think about that a "not" component added just after a clock wire is out of -time constraints- law... destroying "time constraint" solver (the one telling you when your code is bad (can be better))
=== How to tickle JavaCPC ===
1,200
edits