SIMDE-ULL / SIMDE

Educational computer simulator on a mission to "superscalate" the study of computer architecture fundamentals
https://simde.net
GNU General Public License v3.0
13 stars 11 forks source link

More complete latency functional test #77

Open endes0 opened 11 months ago

endes0 commented 11 months ago

Right now, there is a latency test for each functional unit, in every test only one instruction is tested. It would be interesting to test all instructions, this should be easy (a simple loop for every instruction of a functional unit). For example, for the FU Integer Sum, only the instruction ADDI is tested, it should be also tested ADD, AND, OR, etc.