OpenCores
URL https://opencores.org/ocsvn/ion/ion/trunk

Subversion Repositories ion

[/] [ion/] [trunk/] [files.txt] - Diff between revs 20 and 42

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 20 Rev 42
Line 19... Line 19...
bin2hdl.py                  Python script that builds vhdl tables from bin files
bin2hdl.py                  Python script that builds vhdl tables from bin files
ion_noxram.lds              Load script for default bare system configuration
ion_noxram.lds              Load script for default bare system configuration
mips_mpu_template.vhdl      Template for mpu system used in hardware demo
mips_mpu_template.vhdl      Template for mpu system used in hardware demo
mips_tb1_template.vhdl      Template for simulation test bench (main template)
mips_tb1_template.vhdl      Template for simulation test bench (main template)
mips_tb0_template.vhdl      Template for sim. test bench (single memory block)
mips_tb0_template.vhdl      Template for sim. test bench (single memory block)
 
mips_tb2_template.vhdl      Template for sim. test bench (dummy cache)
 
 
./src/common                Source files common to all samples
./src/common                Source files common to all samples
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
makefile                    Makefile included from all other makefiles
makefile                    Makefile included from all other makefiles
boot.s                      Startup code
boot.s                      Startup code
Line 51... Line 52...
mips_pkg.vhdl               Package with declarations common to all modules
mips_pkg.vhdl               Package with declarations common to all modules
mips_cpu.vhdl               Main CPU core module (excludes caches)
mips_cpu.vhdl               Main CPU core module (excludes caches)
mips_shifter.vhdl           Barrel shifter module
mips_shifter.vhdl           Barrel shifter module
mips_alu.vhdl               ALU module
mips_alu.vhdl               ALU module
mips_mult.vhdl              Multiplier/divider mudule (from Plasma)
mips_mult.vhdl              Multiplier/divider mudule (from Plasma)
 
mips_cache_stub.vhdl        'Stub', empty cache module
 
 
./vhdl/tb                   VHDL source for simulation test bench
./vhdl/tb                   VHDL source for simulation test bench
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
txt_util.vhdl               Utility functions for string handling
txt_util.vhdl               Utility functions for string handling
mips_tb1.vhdl               Simulation test bench (see ./doc/ion_project.txt)
mips_tb1.vhdl               Simulation test bench (see ./doc/ion_project.txt)
 
mips_tb2.vhdl               Simulation test bench (see ./doc/ion_project.txt)
 
 
./vhdl/demo                 Source files for hardware demo on DE-1 board
./vhdl/demo                 Source files for hardware demo on DE-1 board
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
c2sb_demo.csv               Assignments file to be imported from Altera IDE
c2sb_demo.csv               Assignments file to be imported from Altera IDE
c2sb_demo.vhdl              Top level source of demo
c2sb_demo.vhdl              Top level source of demo
Line 71... Line 74...
 
 
./sim                       Simulation scripts for Modelsim (tcl)
./sim                       Simulation scripts for Modelsim (tcl)
================================================================================
================================================================================
mips_tb1.do                 Runs test bench /vhdl/tb/mips_tb1.vhdl
mips_tb1.do                 Runs test bench /vhdl/tb/mips_tb1.vhdl
mips_tb1_wave.do            Sub-script used to set-up Modelsim's wave window
mips_tb1_wave.do            Sub-script used to set-up Modelsim's wave window
 
mips_tb2.do                 Runs test bench /vhdl/tb/mips_tb2.vhdl
 
mips_tb2_wave.do            Sub-script used to set-up Modelsim's wave window
 
 
 
 
 
 
./syn                       Simulation and synthesis runtime stuff
./syn                       Simulation and synthesis runtime stuff
================================================================================
================================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.