URL
https://opencores.org/ocsvn/ion/ion/trunk
Subversion Repositories ion
[/] [ion/] [trunk/] [src/] [opcodes/] [readme.txt] - Rev 92
Go to most recent revision | Compare with Previous | Blame | View Log
This is a basic opcode test bench which tries all supported opcodes. See thesource comments. This code has been lifted whole from the Plasma project.Build the program with:make opcodesormake opcodes_simRead ../readme.txt for some warnings on the makefile configuration.It will build a vhdl test bench at /vhdl/tb/mips_tb2.vhdl (overwriting) that youcan try on your VHDL simulator with script sim_tb2.do. The provided script andthe VHDL code have some dependence on Modelsim, see project readme file.The makefile will too bouild some bionaries that you can run in the softwaresimulator:slite --bram=opcodes.bin --xram=opcodes.dataThis code can't be used on real hardware (i/o is far too simple).WARNING: the gnu assembler expands DIV* instructions, inserting code thathandles division by zero. Bear that in mind when reading the listing file.
Go to most recent revision | Compare with Previous | Blame | View Log
