Skip to content

hoangt/A2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A2

To update the program loaded into memory: Compile your program Convert the binary to a bin file Convert the bin file to a vmem file using the bin2vmem utility in software/utils Rename the resulting file sram.vmem and replace the file in fpga_hardware/cores/ram_wb If you get illegal instruction exceptions (0x700), you may need to move sram.vmem to fpga_hardware/.

For simulation (using ModelSim): Comment-out debug options in fpga_hardware\cores\top\orpsoc-defines.v For example, you should have // define ADV_DEBUG // define JTAG_DEBUG

Then make sure the clock generator is the simple one required for simulation (without needing vendor-specific libraries), see fpga_hardware\cores\clkgen\

Open ModelSim Load a2.mpf Compile all project files (may need to add a 'work' library) Close ModelSim sh runVSIM.sh then type 'run -all' to start simulation The simulation will create a compressed VCD file in the same directory it is run from (e.g., a2.vcd.gz) To edit what signals the VCD tracks or the name of the VCD file edit fpga_hardware\cores\bench\orpsoc_testbench.v

This runs simulation from the command line, but it is also possible to run the simulation from inside ModelSim's GUI.

For building an FPGA bitstream (using Xilinx ISE): Select (via uncommenting) the appropriate debug option in fpga_hardware\cores\top\orpsoc-defines.v

Then make sure the clock generator is the more complex one that takes advantage of FPGA primitives, see fpga_hardware\cores\clkgen\

make all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 38.0%
  • C 29.0%
  • Assembly 28.2%
  • Stata 1.6%
  • Java 1.5%
  • Makefile 0.5%
  • Other 1.2%