Re: [PATCH] sim-scripts: Add new or1ksim OpenRISC simulator script.

2014-08-26 Thread Joel Sherrill
This is merged. You should now be able to run all tests with or1ksim `find . -name "*.exe"` But you may also want to specify the time limit argument (-l seconds) since many may not run correctly. If you know abort/error messages where the simulator reports that the code barfs but doesn't exit, t

Re: [PATCH] sim-scripts: Add new or1ksim OpenRISC simulator script.

2014-08-26 Thread Joel Sherrill
On 8/26/2014 2:06 PM, Hesham Moustafa wrote: > Hi, > > On Tue, Aug 26, 2014 at 8:47 PM, Joel Sherrill > wrote: >> This looks good except that it is missing a comment for the commit. >> >> Can you add that and resubmit? >> > Done. Is it Ok to submit the sim.cfg and README change for or1ksim BSP to

Re: [PATCH] sim-scripts: Add new or1ksim OpenRISC simulator script.

2014-08-26 Thread Hesham Moustafa
Hi, On Tue, Aug 26, 2014 at 8:47 PM, Joel Sherrill wrote: > This looks good except that it is missing a comment for the commit. > > Can you add that and resubmit? > Done. Is it Ok to submit the sim.cfg and README change for or1ksim BSP too? > Thanks. > On 8/26/2014 12:59 PM, Hesham ALMatary wrote

[PATCH] sim-scripts: Add new or1ksim OpenRISC simulator script.

2014-08-26 Thread Hesham ALMatary
This patch adds support to run or1ksim and GDB; both of them run separately and GDB is remotely attached to or1ksim via RSP protocol. It's intended to run the new or1ksim/OpenRISC BSP applications. or1ksim script runs the simulator after generating a configuration file that specifies the HW featu

Re: [PATCH] sim-scripts: Add new or1ksim OpenRISC simulator script.

2014-08-26 Thread Joel Sherrill
This looks good except that it is missing a comment for the commit. Can you add that and resubmit? Thanks. On 8/26/2014 12:59 PM, Hesham ALMatary wrote: > --- > sim-scripts/Makefile | 5 +- > sim-scripts/or1ksim.in | 155 > + > 2 files changed

Re: [PATCH] sim-scripts: Add new or1ksim OpenRISC simulator script.

2014-08-26 Thread Hesham Moustafa
Hi, The first patch did not include the Makefile modifications, the previous reply did. Thanks, Hesham On Tue, Aug 26, 2014 at 7:59 PM, Hesham ALMatary wrote: > --- > sim-scripts/Makefile | 5 +- > sim-scripts/or1ksim.in | 155 > + > 2 files

[PATCH] sim-scripts: Add new or1ksim OpenRISC simulator script.

2014-08-26 Thread Hesham ALMatary
--- sim-scripts/Makefile | 5 +- sim-scripts/or1ksim.in | 155 + 2 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 sim-scripts/or1ksim.in diff --git a/sim-scripts/Makefile b/sim-scripts/Makefile index 9d9baaf..e45feae 100644

[PATCH] sim-scripts: Add new or1ksim OpenRISC simulator script.

2014-08-26 Thread Hesham ALMatary
--- sim-scripts/or1ksim.in | 155 + 1 file changed, 155 insertions(+) create mode 100644 sim-scripts/or1ksim.in diff --git a/sim-scripts/or1ksim.in b/sim-scripts/or1ksim.in new file mode 100644 index 000..3f59e47 --- /dev/null +++ b/sim-scripts