WildForce DEMO1
This has CPE0 read from an input file, fifo_in.dat. The data is passed through each of the processing elements with PE4 writing the data out to fifo_out.dat. Not very complicated.
All of the files needed to run the demo are included in the following zip file: demo1.zip
- To run the demo
- check the file synopsys_vss_example file included with the demo. Modify your .synopsys_vss.setup.
- there is also a bare bones .synopsys_vss.setup file in /template/synopsys/sim/.synopsys_vss.setup that you can check out
- Modify the the makefile.. you will have to change the path the LIB_WORK to point where you're running the demo from
- You will need to have a WORK and SIM_LIB directory.
- Now just run the make file. type "gmake"
- Simulate the system typ typing "vhdldbx systemconfig" (system config is the top level entity)
- You can clock it and trace the signals you want or inlude the command file "cmds.sim"