MIPT-ILab / MDSP

[2009 – 2012] MDSP: functional simulation of a Multimedia Digital Signal Processor
MIT License
3 stars 1 forks source link

Make a binary on which FuncSim does not fall into uninitialized memory #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current simple_test.bin does not provide conditions for the simulator to 
gracefully exit - it has no stop instruction and thereofore simulator just runs 
until it encounters memory marked as uninitialized and crashes.

Thus the owner of this bug should do two things:
1) Modify the simple_test.bin the way it contains HLT instuction.
2) Verify that funcsim exits with no error on new binary

Another good thing to do is to add full-test to regular testing script.

Original issue reported on code.google.com by grigory....@gmail.com on 12 Nov 2010 at 11:33

GoogleCodeExporter commented 9 years ago

Original comment by grigory....@gmail.com on 12 Nov 2010 at 11:33

GoogleCodeExporter commented 9 years ago
Changed the owner of the issue.

Original comment by plim.the...@gmail.com on 14 Nov 2010 at 8:22

GoogleCodeExporter commented 9 years ago
Done.

Original comment by plim.the...@gmail.com on 15 Nov 2010 at 3:06