URL
                    https://opencores.org/ocsvn/ion/ion/trunk
                
            Subversion Repositories ion
[/] [ion/] [trunk/] [src/] [readme.txt] - Rev 197
Go to most recent revision | Compare with Previous | Blame | View Log
Code samples:=============This directory contains a few test applications that can be simulated and runon real hardware (except for the opcode test which can only be simulated). Seethe readme file and the makefile for each program.The makefiles have been tested with the CodeSourcery toolchain for windows (thatcan be downloaded from www.codesourcery.com). They should work with othertoolchains and have been occasionally tested with the Buildroot toolchainfor GNU/Linux.Most makefiles have two targets, to create a simulation test bench and asynthesizable demo.Target 'sim' will build a the simulation test bench package as vhdl file'/vhdl/tb/sim_params_pkg.vhdl'. This is the default test bench expected by thesimulation script '/sim/mips_tb.do'. The template used to build the package isfile '/src/sim_params_template.pkg' and the tool used to insert the data intothe template is the python script '/src/bin2hdl.py'.Target 'demo' will build a package for the synthesizable demo as file'/vhdl/demo/code_rom_pkg.vhdl', from template file '/code_rom_template.vhdl',using the same python script.The build process will produce a number of binary files that can be run on thesoftware simulator. A DOS BATCH file has been provided for each sample thatruns the simulator with the proper parameters (swsim.bat).The simulation log produced by the software simulator can be compared to the logproduced by Modelsim (the only hdl simulator supported yet); they should beidentical (but see notes on the project doc).Support code library:=====================Many of the code samples use support code from an ad-hoc library included withthe project (src/common/libsoc). Before making any of the samples you shouldmake the library ('make' with no target). That command will build lib file'src/common/libsoc/libsoc.a'.Building VHDL code from templates:==================================The python script 'bin2hdl.py' is used by all the samples to insert binary dataon vhdl templates.Assuming you have Python 2.5 or later in your machine, call the script withpython bin2hdl.py --helpto get a short description and usage instructions.There's a more detailed description in the project main doc (Well, I hope thereis one by the time you read this, documentation has been falling behind lately).
Go to most recent revision | Compare with Previous | Blame | View Log

