Achronix Speedster22i User Macro Guide User Manual Page 78

  • Download
  • Add to my manuals
  • Print
  • Page
    / 224
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 77
Registers DFFES
Speedster22i Macro Cell Library
AchronixSemiconductorProprietary PAGE 62
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
DFFES_instance_name : DFFES
generic map (
init => ‘1’,
sr_assertion => “unclocked”)
port map (q => user_out,
d => user_din,
sn => user_set,
ce => user_clock_enable,
ck => user_clock);
Page view 77
1 2 ... 73 74 75 76 77 78 79 80 81 82 83 ... 223 224

Comments to this Manuals

No comments