Wichtige Konstrukte

Signale vor dem Wegoptimieren bewahren

architecture ...
...
attribute S : string;
attribute S of <signal name> : signal is "true";
...
begin

Packages

library IEEE;
use IEEE.STD_LOGIC_1164.all;

package <package name> is
  
  TYPE <...>;

  CONSTANT <...>;

end <package name>;

Einbinden mit:

use <package name>;

-- ChristianSchroeder - 15 Apr 2009

Edit | Attach | Watch | Print version | History: r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r1 - 2009-10-09 - ChristianSchroederExCern
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Sandbox All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback