Advertisement
Guest User

Untitled

a guest
Oct 5th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VHDL 0.74 KB | None | 0 0
  1.     attribute altera_attribute : string;
  2.     attribute altera_attribute of x1 : signal is "-name IO_STANDARD ""2.5 V""";
  3.     attribute altera_attribute of x2 : signal is "-name IO_STANDARD ""2.5 V""";
  4.     attribute altera_attribute of pba : signal is "-name IO_STANDARD ""2.5 V""";
  5.     attribute altera_attribute of pbb : signal is "-name IO_STANDARD ""2.5 V""";
  6.     attribute altera_attribute of led : signal is "-name IO_STANDARD ""2.5 V""; -name CURRENT_STRENGTH_NEW 4MA";
  7.    
  8.     attribute chip_pin : string;
  9.     attribute chip_pin of x1: signal is "88,89,90,91";
  10.     attribute chip_pin of x2: signal is "49,46,25,24";
  11.     attribute chip_pin of pba: signal is "64";
  12.     attribute chip_pin of pbb: signal is "58";
  13.     attribute chip_pin of led: signal is "65,66,67,68,69,70,71,72";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement