-gb- wrote:
> Vielleicht sollte man den Fragenden fragen was er will.
Und vor Allem auf ENGLISCH.
@peter: Dies hier ist nicht umsonst die englische Abteilung des Forums!!
Wenn du kein Englisch kannst, oder es nicht verwenden willst, dann lass
hier die Finger raus. Ich werde in Zukunft jeden dieser ignoranten Posts
hier löschen.
@all:
peter is one of the little obtrusive mannerless guys here. I told him to
do any futher conversation in English. Otherwise I will delete those
ignorant posts.
peter wrote:
> process (clk50_in)
> begin
> if rising_edge(clk50_in) then
> clk25 <= not clk25;
> end if;
> end process;
This ist NO WAY to generate a CLOCK. Read the warnings and infos of the
synthesis tool!
Clocks are generated either by a clock manager, or the easier way: by
clock enables. The easiest design on a FPGA has exactly 1 clock. And the
rest is done by clock enables...
peter wrote:
> Der Ausländer möchte kein Lauflicht, der möchte das sein VGA-Gebilde ein
> Bild anzeigt was er gebastelt hat.
Peter, I can read and understand English very well. And I see, what
sketchy WANTS, but also I must tell him some words about the "better
way". You throw a piece of code to him without the faintest hint, what
this snippet does (I know it very well, you got it to 90% from me!
Remember?). And then you did not even correct the problem with the clock
generation...