Search:

Type: Posts; User: uzmeed

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,760

    It is the TLM level modeling in System C the...

    It is the TLM level modeling in System C the program platform is Zynq FPGA

    The development platform is Vivado
    m
    I am not familiar with Unix pipe etc
    Yes but i think this is a memory buffer...
  2. Replies
    5
    Views
    3,760

    Yes that's me waiting for so long to get an...

    Yes that's me waiting for so long to get an answer I posted on this forum

    I have two modules interconnected with each other . they are communicating via sc_fifo . Now a simple bus is to be...
  3. Replies
    5
    Views
    3,760

    communication over simple bus

    Hi

    I need to send sc_fifo data over simple bus and then again receive at the other end via sc_fifo . the intermediate channel should be the simple bus

    Though I tried a lot but unable to find...
  4. Replies
    4
    Views
    4,819

    Thanks Tim I know that I failed to have...

    Thanks Tim

    I know that I failed to have operator for class cmd

    and worked out that a code similar to


    bool operator == (const X... &p1, const y...&p2)
    {
    if( / * evaluate their...
  5. Replies
    4
    Views
    4,819

    no match for 'operator=='

    for the following code I am getting the error

    receive_cmd.cpp:12:40: error: no match for 'operator==' in 'tmp_cmd == gold_rom[tmp_cmd.cmd::cmd_id]'



    void tb::receive_cmds(){
    cmd tmp_cmd;
    ...
  6. error: 'struct SPPS48' has no member named 'M1'

    while running my following code i m getting the error

    error: 'struct SPPS48' has no member named 'M1'



    #include "systemc.h"


    SC_MODULE(SPPS48)
  7. thanks John it worked well now I am having...

    thanks John it worked well

    now I am having the following error by adding the code

    Error: Compiling ../../../receive_cmd.cpp in debug mode../../../receive_cmd.cpp: In member function 'void...
  8. I added this code in cmd.h file now it is giving...

    I added this code in cmd.h file now it is giving error like

    ../../../cmd.h:24:51: error: 'std::ostream& cmd::operator<<(std::ostream&, cmd&)' must take exactly one argument


    I apologize for...
  9. : error: no match for 'operator

    Hi

    while running the code as attached

    I am getting the following error

    C:/Xilinx/Vivado_HLS/2015.4/win64/tools/systemc/include/sysc/communication/sc_fifo.h:314:13: error: no match for...
  10. : error: no match for 'operator

    Hi

    while running the code as attached

    I am getting the following error

    C:/Xilinx/Vivado_HLS/2015.4/win64/tools/systemc/include/sysc/communication/sc_fifo.h:314:13: error: no match for...
Results 1 to 10 of 10