Jump to content

How to change sc_fifo size


Oscar

Recommended Posts

Hallo,

i have been trying to change de defalut sc_fifo size, but i dosen´t work at all.

main.cpp

sc_fifo<ressource> ff_in_ch; // ressource si a self-defined data-type

class X

sc_fifo_out<ressource> ffin;

class Y

sc_fifo_in<ressource> ffin;

How can i change the size of the sc_fifo? I have tried this: 

sc_fifo<ressource> ff_in_ch(64);

but it dosen´t work at all.

Thanks in adavanced!

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...