I'm not sure why that causes an assertion, but if you look in config/ooo_core.conf you'll see that you can define parameters there. I added ISSUE_Q_SIZE to the list and it worked fine, so I would suggest you modify it there instead.
On Thu, Oct 10, 2013 at 2:01 PM, s kalathi <[email protected]> wrote: > Hello, > > I'm trying to increase the Issue Queue size in the simulator. I changed > the value OOO_ISSUE_Q_SIZE in ooo-const.h. However when I did it the > assert(!bit(valid, slot)) of insert in IssueQueue (ooo-exec) is failing. > When I printed out the issue queue I found out that there is a uop with tag > value 65535. Is there something else which I should change when I'm > changing OOO_ISSUE_Q_SIZE? > > Thanks > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected] > https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel > >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
