Ignore:
Timestamp:
Dec 16, 2008, 5:24:26 PM (15 years ago)
Author:
rosiere
Message:

1) Update Prediction Table - New architecture (systemC) done (and tested) -> need change interface in top level
2) Change documentation on VHDL generation
3) Change VHDL constant (case std_logic and std_logic_vector)

File:
1 edited

Legend:

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

    r94 r95  
    2626    std::string std_logic_conv     (uint32_t size, std::string   value);
    2727    std::string std_logic_conv     (uint32_t size, uint32_t value);
     28    std::string std_logic_cst      (uint32_t size, uint32_t value);
    2829    std::string std_logic_range    (uint32_t size, uint32_t max , uint32_t min , bool force=false);
    2930    std::string std_logic_range    (               uint32_t max , uint32_t min , bool force=false);
Note: See TracChangeset for help on using the changeset viewer.