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

Subversion Repositories sdr_ctrl

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /sdr_ctrl
    from Rev 71 to Rev 72
    Reverse comparison

Rev 71 → Rev 72

/trunk/verif/run/compile.modelsim
1,4 → 1,4
#!/bin/csh
#!/bin/csh -f
 
if(! -e work) then
vlib work
/trunk/verif/run/read.me
1,29 → 1,29
1. To run SDRM 16 Bit Test
run_modelsim top SDR_16BITa
./run_modelsim top SDR_16BIT
Note: All the logs will be prefixed with SDR_16BBIT
 
2. To run SDRAM top 32 Bit Test
run_modelsim top SDR_32BIT
./run_modelsim top SDR_32BIT
Note: All the logs will be prefixed with SDR_32BBIT
 
3. To run SDRM 8 Bit Test
run_modelsim top SDR_8BIT
./run_modelsim top SDR_8BIT
 
4. to debug the test in modelsim
./compile_modelsim <top/core> <SDRA_8BIt/SDR_16BIT/SDR_32BIT>
./compile.modelsim <top/core> <SDRA_8BIT/SDR_16BIT/SDR_32BIT>
vsim tb_top &
 
5. to complile indipendently
./compile_modelsim <top/core> <SDRA_8BIt/SDR_16BIT/SDR_32BIT>
./compile.modelsim <top/core> <SDRA_8BIT/SDR_16BIT/SDR_32BIT>
 
6. To run SDRM 16 Bit Test at SDRAM Core level
run_modelsim core SDR_16BITa
./run_modelsim core SDR_16BIT
Note: All the logs will be prefixed with SDR_16BBIT
 
7. To run SDRAM top 32 Bit Test at SDRAM Core level
run_modelsim core SDR_32BIT
./run_modelsim core SDR_32BIT
Note: All the logs will be prefixed with SDR_32BBIT
 
8. To run SDRM 8 Bit Test at SDRAM Core level
run_modelsim core SDR_8BIT
./run_modelsim core SDR_8BIT
 

powered by: WebSVN 2.1.0

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