Ignore:
Timestamp:
Dec 6, 2007, 8:57:49 PM (17 years ago)
Author:
rosiere
Message:

Ajout d'un nouveau composant : fifo generic (un port lecture et un port ecriture).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Vhdl.h

    r65 r67  
    2828  string std_logic_conv   (uint32_t size, string   value);
    2929  string std_logic_conv   (uint32_t size, uint32_t value);
     30  string std_logic_range  (uint32_t size, uint32_t max , uint32_t min  );
    3031  string std_logic_range  (uint32_t max , uint32_t min  );
    3132  string std_logic_range  (uint32_t size);
Note: See TracChangeset for help on using the changeset viewer.